These are config files to set up a system the way I like it. I am running on Mac OS X, but it will likely work on Linux as well.
Run the following commands in your terminal. It will prompt you before it does anything destructive. Check out the Rakefile to see exactly what it does.
git clone git://github.com/dbldots/dotfiles ~/.dotfiles
cd ~/.dotfiles
rake install
after installing, open a new terminal window to see the effects.
bash <(curl -s https://raw.githubusercontent.com/dbldots/dotfiles/master/scripts/tmux.sh)
bash <(curl -s https://raw.githubusercontent.com/dbldots/dotfiles/master/scripts/nvim.sh)
Mind to execute :PlugInstall
when first started neovim
- oh-my-zsh
- vundle
- some more useful vim plugins
- my favourite vim mappings (mac & linux friendly)
- additional 'pure' zsh theme from (https://github.com/sindresorhus/pure)
rake uninstall