Skip to content

Instantly share code, notes, and snippets.

@tm157
Created October 13, 2018 17:32
Show Gist options
  • Save tm157/249cb251f0876d6a47987e1f7f232cbc to your computer and use it in GitHub Desktop.
Save tm157/249cb251f0876d6a47987e1f7f232cbc to your computer and use it in GitHub Desktop.
Setting up a new machines with all the requirements
# ==== first setup Vundle ====
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
# Now goto the home folder
cd
# now clone your dotfiles
git clone git@github.com:tm157/dotfiles.git
# now link the appropriate files
ln -s /home/tanya/dotfiles/tmux.conf.ubuntu .tmux.conf
ln -s /home/tanya/dotfiles/vimrc .vimrc
# link the colors schemes
mkdir -p /home/tanya/.vim/colors
ln -s /home/tanya/dotfiles/colors/limelight.vim /home/tanya/.vim/colors/limelight.vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment