These are my dotfiles.
- My custom configuration of various settings in macOS
- My custom zsh configuration.
- The latest version of vim, set to the default
EDITOR, with my custom configuration, bundles, etc. - The latest version of git with my
.gitignore_globalset.
- Clone this repo to
~/.dotfiles. - Run
~/.dotfiles/script/install. - Open a new terminal tab.
- Use the
--skip-macosflag to skip the macos/init.sh script - Use the
--skip-gitflag to skip installing git configuration - Use the
--skip-homebrewflag to skip installing homebrew & dependencies - Use the
--skip-vimflag to skip installing vim & configuration - Use the
--skip-zshflag to skip installing oh-my-zsh & configuration
- Run
~/.dotfiles/script/uninstall.- Note that this will not uninstall
brew. Please uninstall it manually.
- Note that this will not uninstall
- Remove the
~/.dotfilesfolder.