On a new computer, clone the repository.
- Add a new dotfile to the repository:
mv ~/.dotfile ~/dotfiles/dotfile
- Link a dotfile from the repo to the homedir:
ln -s ~/dotfiles/dotfile ~/.dotfile
Also have look at HOWTO.
- Setup Bash:
- Link
bashrc
/bash_aliases
/bash_bindings
/bash_prompt
- Link
- Setup tmux:
- Link
tmux.conf
- Link
- Setup vim:
ln -s ~/dotfiles/vimrc ~/.vimrc
ln -s ~/dotfiles/vim ~/.vim
- Start
vim
to automatically start the installation process