Skip to content

Instantly share code, notes, and snippets.

@sherzberg
Last active November 16, 2021 03:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sherzberg/cb2d822e42e6b8b2f41f to your computer and use it in GitHub Desktop.
Save sherzberg/cb2d822e42e6b8b2f41f to your computer and use it in GitHub Desktop.
ubuntu-postinstall
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