neofob / Dotfiles

Tuan's Dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

My configuration files using dotfiles tool

  • vimrc: vim setup with {nerdtree, python-mode, vim-gitgutter} and powerline
  • bashrc: bash setup with powerline and virtualenvwrapper
  • gitconfig: config for git

###Setup vim

$ mkdir -p ~/.vim/{bundle,colors}
$ cd ~/.vim/bundle
$ git clone https://github.com/gmarik/Vundle.vim.git vundle
$ mkdir -p ~/src && cd ~/src
$ git clone https://github.com/tomasr/molokai.git
$ cd ~/.vim/colors
$ ln -s ~/src/molokai/colors/molokai.vim .

About

Tuan's Dotfiles


Languages

Language:Shell 76.6%Language:Vim Script 23.4%