This is my set of configuration files to get ready in any new machine. If you want to know more about dotfiles, see dotfiles.github.io.
- User password is required to fix brew permissions and add zsh as default shell
git clone --recursive [email protected]:rcruzper/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
make
If you want to update the configuration, you just need to execute cd ~/.dotfiles && make
again.
If you want to see iTerm2 as the image below you need to enable option 'Load preferences from a custom folder or URL:' in General Tab with path '~/.dotfiles/iterm2'
If you have any problem installing dotfiles, please open an issue.