My dotfiles and environment setup scripts
Run the following to run the bootstrap
and install
scripts:
./bootstrap && ./install
If running on macos, run the following instead:
./macsetup && ./bootstrap && ./install
I also have some misc notes
On 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"