gemcfadyen / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setting up dotfiles

Clone this repository, and from the root folder run the following to back up any existing files, and to replace them with the repository files:

   ./makesymlinks.sh

Install Vundle by cloning the repository using the following command:

  git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

Then run the following command to install the Plugins:

   vim +PluginInstall +qall

Copy the colorschema

  mkdir ~/.vim colors
  cp -r .vim/colors ~/.vim/colors

Install tmux-resurrect:

    cd ~
    git clone https://github.com/tmux-plugins/tmux-resurrect 

Restart the terminal for the fancyprompt to take effect.

About


Languages

Language:Shell 62.3%Language:Emacs Lisp 20.0%Language:Vim Script 17.7%