Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 487 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 487 Bytes

My Dotfiles

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

Other stuff

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"