My dotfiles and environment setup scripts
Run the following to run the bootstrap and install scripts:
./bootstrap && ./installIf running on macos, run the following instead:
./macsetup && ./bootstrap && ./installOn M1 MacBooks do the following to fix slow iterm2 startup times (from https://superuser.com/a/458059):
- Preferences → Profiles → General → Command: Change from "Login Shell" to "Command: /bin/zsh -l"