Skip to content

Instantly share code, notes, and snippets.

@leveled
Created September 14, 2016 21:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leveled/2bc14fd32ccbf1f1016f25c8cd703bed to your computer and use it in GitHub Desktop.
Save leveled/2bc14fd32ccbf1f1016f25c8cd703bed to your computer and use it in GitHub Desktop.
Ubuntu Server Comfort
cd ~/
sudo apt-get remove vim tmux -y
sudo apt-get install vim git tmux wget -y
wget https://gist.github.com/leveled/5a861cd1cd62bb9de22611261687eaf3/raw/5d3dddabd949d40613374b9ad0b3e49191869b0a/.vimrc
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
vim +PluginInstall +qall
wget https://gist.githubusercontent.com/leveled/c1afc6cb3350e0a7c69b8c15b2da1d74/raw/b352510716a186cfc9880bbada730d798448f208/.tmux.conf
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
tmux source ~/.tmux.conf
echo "Press prefix + I to install all the Tmux plugins"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment