- Clone this repository
cd ~ && git clone https://github.com/debaraj-barua/.dotfiles.git
- Create a symlink for your vimrc file
ln -rsf ~/.dotfiles/vimrc/.vimrc ~/.vimrc
- Or, source this vimrc in your main .vimrc
source ~/.dotfiles/vimrc/.vimrc
Add this to the global gitconfig:
[include]
path = .dotfiles/git/.gitconfig
- Create a symlink for your bashrc file
ln -rsf ~/.dotfiles/bashrc/.bashrc ~/.bashrc
- Or, source this bashrc in your main .bashrc
source ~/.dotfiles/bashrc/.bashrc