Skip to content

Commit

Permalink
Add extra instructions, change apps to install
Browse files Browse the repository at this point in the history
  • Loading branch information
will-gant committed Dec 22, 2022
1 parent adf347a commit 8db6b50
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
1 change: 0 additions & 1 deletion Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ tap "homebrew/cask"
tap "homebrew/core"
brew "git"
brew "jq"
cask "1password"
cask "authy"
cask "bluesnooze"
cask "brave-browser"
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@
zip_file="${setup_repo}/repo.zip"
curl --location "$zipball_url" --output "${setup_repo}/repo.zip"
unzip "$zip_file" -d "$setup_repo"
mkdir -p "${HOME}/Library/LaunchAgents"
bash ${setup_repo}/*mac-setup*/setup.sh
```
1. Retrieve SSH private key from password manager and copy it into ~/.ssh/id_rsa
1. Run `eval "$(ssh-agent -s)"`
1. Run `ssh-add --apple-use-keychain ~/.ssh/id_rsa`
1. Start iterm2 and import `iterm2.json` as a profile via the iterm GUI
1. Sync settings for Brave
1. Start iterm2 and import `iterm2.json` as a profile via the iterm GUI (check `Working Directory` is correct)
1. Start Visual Studio Code and sync settings by logging in with GitHub Auth
1. Run the following to update system settings:
```bash
Expand Down
2 changes: 1 addition & 1 deletion iterm2.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"Alpha Component" : 1,
"Green Component" : 0
},
"Working Directory" : "\/Users\/C5323189",
"Working Directory" : "\/Users\/will",
"Blinking Cursor" : false,
"Disable Window Resizing" : true,
"Sync Title" : false,
Expand Down
5 changes: 1 addition & 4 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,10 @@ dock_item() {
defaults write com.apple.dock persistent-apps -array \
"$(dock_item /Applications/iTerm.app)" \
"$(dock_item /Applications/Visual\ Studio\ Code.app)" \
"$(dock_item /Applications/zoom.us.app)" \
"$(dock_item /Applications/Slack.app)" \
"$(dock_item /Applications/Brave\ Browser.app)" \
"$(dock_item /Applications/Authy\ Desktop.app)" \
"$(dock_item /Applications/1Password\ 7.app)" \
"$(dock_item /Applications/LibreOffice.app)" \
"$(dock_item /Applications/Notion.app)"
"$(dock_item /Applications/LibreOffice.app)"

defaults delete com.apple.dock recent-apps
defaults delete com.apple.dock persistent-others
Expand Down

0 comments on commit 8db6b50

Please sign in to comment.