Configuration files for
zsh
,vim
, andtmux
heavily inspired by https://github.com/thoughtbot/dotfiles.
# Install configuration management tools
brew tap thoughtbot/formulae
brew install rcm
# Clone oh-my-zsh
git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
# Clone dotfiles
git clone https://github.com/blamattina/dotfiles.git
# Link files
rcup -d .
Note: This expects ~/.gitconfig
to be controlled by boxen and for
boxen include ~/.gitconfig.dotfiles
as an additional configuration file.
(boxen configuration example)
Place configuration for a specific computer or environment in files with the
.local
extension.
Supported Local Files:
~/.aliases.local
~/.gitconfig.local
~/.tmux.conf.local
~/.vimrc.local
~/.vimrc.bundles.local
~/.zshrc.local