Hello! Welcome to where I store my configuration files!
- Clone the repo:
git clone git@github.com:GMadorell/dotfiles.git ~/.dotfiles - Install RCM:
brew tap thoughtbot/formulae && brew install rcm - Check what symlinks are going to be created:
lsrc - Create the symlinks:
rcup
Some configuration files need extra work though!
Execute brew bundle install Brewfile, or brew bundle dump for exporting.
Import inside the program (click on manage presets for exporting / importing).
Thanks to: http://stratus3d.com/blog/2015/02/28/sync-iterm2-profile-with-dotfiles-repository/
# Specify the preferences directory defaults write com.googlecode.iterm2.plist PrefsCustomFolder -string "~/.dotfiles/iterm2" # Tell iTerm2 to use the custom preferences in the directory defaults write com.googlecode.iterm2.plist LoadPrefsFromCustomFolder -bool true