Work in progress...
Dotfiles uses Dotbot for installation.
- Install brew
- Clone this repository.
- Review install.conf.yaml
- Run ./install to automatically set up the development environment.
git clone https://github.com/NMAC427/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./installNote that the install script is idempotent: it can safely be run multiple times.
You can make local customizations for some programs by editing these files:
zsh:~/.zshrc_local_beforeruns before.zshrczsh:~/.zshrc_local_afterruns after.zshrcgit:~/.gitconfig_local
- Set the zsh theme using
fasttheme {name}. - Some tools might require Rosetta 2 to run. You can install it by running
softwareupdate --install-rosetta. - For file syncing with unison, you must add a remote with the name
unisonin your ssh config. You can customize your config in the~/Library/Application Support/Unison/custom.prffile.