Created
September 14, 2016 21:23
-
-
Save leveled/2bc14fd32ccbf1f1016f25c8cd703bed to your computer and use it in GitHub Desktop.
Ubuntu Server Comfort
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
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