My dotfiles repo
I love tinkering with configuration files. So here is my dotfiles repo.
- I should know very well which packages are required to install.
sudo apt-get install rxvt-unicode-256colorsudo apt-get install zshsudo apt-get install tmuxsudo apt-get Install xclip
- Change dir to the root of this repo, then:
- Add
zsh-git-promptsubtree:
git subtree add --prefix .zplugins.symlink/zsh-git-prompt https://github.com/olivierverdier/zsh-git-prompt.git master --squash
- Get update from the original repo:
git subtree pull --prefix .zplugins.symlink/zsh-git-prompt https://github.com/olivierverdier/zsh-git-prompt.git master --squash
- Clone this repo:
git clone git@github.com:everbot/dotfiles.git - Clone the .vim repo:
git clone git@github.com:everbot/.vim.git - Change directory to where you cloned the dotfiles:
cd dotfiles - Edit
configfile to specify which dotfiles are to be symlinked - Then, run:
bash install.sh - Symlink the .vim directory:
ln -s /path/to/downloaded/.vim ~/.vim - Done!