Managed using GNU Stow with a setup similar to the one presented in Managing your dotfiles with GNU Stow.
Files are managed using stow. Install stow using Homebrew.
brew install stow
Dotfiles are stored relative to the home directory, ~
. Each directory in the root of the repository "simulates" the home directory.
To stow a directory, run stow
followed by the directory name, e.g. stow git
. This will put the dotfiles in the previous directory (cd ..
). To specify a target directory, use stow -t ~/ git
.
This section contains notes on setting up specific tools.
iTerm2 can be downloaded here. Follow the steps below to use the settings stored in this repository with iTerm2.
- Open Preferences (CMD + ,)
- Select General.
- Select Preferences.
- Check "Load preferences from a custom folder or URL" and select the dotfiles folder as shown in the screenshot below.
- iTerm2 may have saved the local settings in the plist file. Quit iTerm2, revert the changes in the dotfiles repository and open iTerm2 again.