Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 641 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 641 Bytes

dotfiles

Vim

To use the vim config files:

git clone --recursive https://github.com/pachulo/dotfiles.git pachulo-dotfiles.git
ln -s ~/pachulo-dotfiles.git/vimrc ~/.vimrc
ln -s ~/pachulo-dotfiles.git/vim ~/.vim

Bash

To use the bash_profile file:

git clone --recursive https://github.com/pachulo/dotfiles.git pachulo-dotfiles.git
ln -s pachulo-dotfiles.git/bash_profile ~/.bash_profile

Information abot the differences between the different bash config files: http://dghubble.com/blog/posts/.bashprofile-.profile-and-.bashrc-conventions/

Git

To use the gitconfig file:

ln -s pachulo-dotfiles.git/gitconfig ~/.gitconfig