diff --git a/README.md b/README.md index 0ab2315..2e58942 100644 --- a/README.md +++ b/README.md @@ -16,30 +16,24 @@ cd .dotfiles make brew-install make brew-bundle -# close terminal -# grant iterm full disk access -# auth with 1password -# safari auth to github - -# set modern bash as the default shell - if [ -f /opt/homebrew/bin/bash ]; then - echo '/opt/homebrew/bin/bash' | sudo tee -a /etc/shells - chsh -s '/opt/homebrew/bin/bash' + echo '/opt/homebrew/bin/bash' | sudo tee -a /etc/shells + chsh -s '/opt/homebrew/bin/bash' else - echo 'Unable to set default shell to `/opt/homebrew/bin/bash`' + echo 'Unable to set default shell to `/opt/homebrew/bin/bash`' fi +# Better get a new terminal at this point. make link-dotfiles make link-karabiner +make link-sublime make restore-preferences +# Almost there! Good idea to restart iTerm now, and take the opportunity to +# ensure it has full disk access. make macos-reset-dock make macos-disable-restore-apps-on-login make macos -# restart - -# enable 1password shell integration / ssh agent ``` ## GNU/Linux