Skip to content

Instantly share code, notes, and snippets.

@dhsathiya
Last active July 30, 2019 16:37
Show Gist options
  • Save dhsathiya/382775eace1406b7051c9985e3833e88 to your computer and use it in GitHub Desktop.
Save dhsathiya/382775eace1406b7051c9985e3833e88 to your computer and use it in GitHub Desktop.
Experiments with i3 in Virtual Env

Ubuntu Minimal : https://help.ubuntu.com/community/Installation/MinimalC

Installing i3 :

sudo apt install i3
sudo apt install xinit
startx

Networking :

sudo apt install network-manager
sudo systemctl start NetworkManager.service
sudo systemctl enable NetworkManager.service

Utilities :

sudo apt install vim -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment