freddan88 / xubuntu-i3wm

Guide to install xubuntu with tools/software and the i3 tiling window manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xubuntu-i3wm

Guide to install xubuntu with tools/software and the i3 tiling window manager

My main goal with this build is to have a easy to use developer linux desktop
And also to have as much screen estate for programs as possible...

NOT COMPLETE!!!

My Links:
WebPage: leemann.se/fredrik
GitHub: github.com/freddan88

Tested with

For VM:s you should install the guest extensions and below software

sudo apt update && sudo apt upgrade -y
sudo apt install linux-headers-$(uname -r) make gcc dkms build-essential -y

OBS! Reboot your computer after upgrading to load new Linux-kernels


Installation

  1. Update, install some dependencies and upgrade packages
sudo apt update && sudo apt install zsh git wget curl -y && sudo apt upgrade -y
  1. Install OH MY ZSH and zsh-autosuggestions plugin
cd && sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
  1. Download the latest version of nvm (Node Version Manager)
cd && wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash
  1. Download and run the script to install all software that we are going to need
mkdir -p /tmp/i3xc && cd /tmp/i3xc
wget https://raw.githubusercontent.com/freddan88/xubuntu-i3wm/main/script/xubuntu-i3.sh
sudo chmod 755 xubuntu-i3.sh  && sudo ./xubuntu-i3.sh
  1. REBOOT YOUR COMPUTER OR LOG IN AND OUT!!!

  2. Install the latest LTS-release on node.js and npm

cd && nvm install --lts
Software:
Database Management mysql-workbench, tableplus, dbeaver, sequeler, sqlitebrowser, mongodb
Code IDE Editor visual studio code (vsCode)
API-Testing postman, insomnia

For more software please read script:

https://github.com/freddan88/xubuntu-i3wm/blob/main/script/xubuntu-i3.sh

Resources:

About

Guide to install xubuntu with tools/software and the i3 tiling window manager

License:MIT License


Languages

Language:Shell 100.0%