Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nonrational committed May 30, 2024
1 parent a579590 commit 86b4813
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 86b4813

Please sign in to comment.