Skip to content

Instantly share code, notes, and snippets.

@MrityunjaiKumar
Created October 21, 2016 18:51
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 MrityunjaiKumar/64096ee97a3cccb4998dfc962ad4470f to your computer and use it in GitHub Desktop.
Save MrityunjaiKumar/64096ee97a3cccb4998dfc962ad4470f to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo apt-get update -y &&
sudo apt-get install vim git tmux -y &&
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle &&
git clone https://github.com/MrityunjaiKumar/tmux-vim-configurations.git &&
cd tmux-vim-configurations &&
cp .tmux.conf ~/ &&
cp .vimrc ~/ &&
vim +PluginInstall +qall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment