Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 386 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 386 Bytes

dotfiles

Installation:

Clone repository:

git clone https://github.com/xiver/dotfiles.git

Create symlinks:

ln -s ~/dotfiles/ackrc ~/.ackrc
ln -s ~/dotfiles/gitconfig ~/.gitconfig
ln -s ~/dotfiles/gvimrc ~/.gvimrc
ln -s ~/dotfiles/vim/ ~/.vim/
ln -s ~/dotfiles/vimrc ~/.vimrc
ln -s ~/dotfiles/zshrc ~/.zshrc

Add submodules:

git submodule init
git submodule update