These are the dotfiles of @torbjoernk for:
- zsh
- vim
- Ruby/irb
- rvm
Under dotfiles/bin
there are some useful scripts and tools.
git clone https://github.com/pfleidi/dotfiles.git ~/dotfiles
cd ~/dotfiles
./bootstrap.sh
See ./boostrap.sh help
for useful arguments to that script.
The dotfiles bundle does contain some custom PATH
settings
Please check zshrc
for them.
Local ZSH settings can be overridden by creating a ~/.zshrc.local
file:
# Override theme
export ZSH_THEME="candy"
# Override plugins
plugins=(dirpersist git npm deb debian rvm gem)
The dotfile repo is based on @pfleidi's. The vim configuration and plugins are partly taken from @krisleech and modified to fit my needs.