Install zsh first.
Install antigen:
curl -L git.io/antigen > $HOME/antigen.zshClone this repo:
git clone https://github.com/bamx23/dotfiles.git ~/.dotfilesInstall rcm:
brew install rcmInstall the dotfiles:
env RCRC="${HOME}/.dotfiles/rcrc" rcupAfter the initial installation, you can run rcup without the one-time variable RCRC being set (rcup will symlink the repo's rcrc to ~/.rcrc for future runs of rcup). See example.
This command will create symlinks for config files in your home directory.
Setting the RCRC environment variable tells rcup to use standard configuration options:
- Exclude the
README.mdandLICENSEfiles, which are part of thedotfilesrepository but do not need to be symlinked in. - Exclude the
extradirectory as it contains files that should not be symlinked. - Please configure the
rcrcfile if you'd like to make personal overrides in a different directory. - Local modifications to
$PATHcan be done in.shell-paths-local(create one if needed).
To make iTerm 2 use the config from this repo, run this:
defaults write com.googlecode.iterm2.plist PrefsCustomFolder -string "${HOME}/.dotfiles/extra/iterm2"
defaults write com.googlecode.iterm2.plist LoadPrefsFromCustomFolder -bool truecharacter not in range: runsudo echo "en_US.UTF-8" > /etc/locale.conf