Last active
November 16, 2021 03:26
-
-
Save sherzberg/cb2d822e42e6b8b2f41f to your computer and use it in GitHub Desktop.
ubuntu-postinstall
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - | |
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' | |
sudo apt-get update -q | |
sudo apt-get install -y git vim-nox curl htop nmap | |
sudo apt-get install -y i3 i3lock i3status | |
sudo apt-get install -y google-chrome-stable | |
sudo apt-get install -y python-pip | |
sudo apt-get install -y python-software-properties software-properties-common | |
sudo apt-get install vagrant | |
sudo add-apt-repository -y ppa:pi-rho/dev | |
sudo apt-get update | |
sudo apt-get install tmux | |
git clone --recursive https://github.com/sherzberg/dotfiles.git | |
cd dotfiles | |
./install | |
cd | |
curl https://raw.githubusercontent.com/Shougo/neobundle.vim/master/bin/install.sh > install.sh | |
bash install.sh | |
wget -qO- https://get.docker.com/ | sh | |
sudo usermod -aG docker $USER | |
sudo pip install docker-compose | |
sudo apt-get install network-manager-openconnect network-manager-openconnect-gnome | |
sudo apt-get clean |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment