File tree 4 files changed +5
-7
lines changed
4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ tap "homebrew/cask"
3
3
tap "homebrew/core"
4
4
brew "git"
5
5
brew "jq"
6
- cask "1password"
7
6
cask "authy"
8
7
cask "bluesnooze"
9
8
cask "brave-browser"
Original file line number Diff line number Diff line change 15
15
zip_file="${setup_repo}/repo.zip"
16
16
curl --location "$zipball_url" --output "${setup_repo}/repo.zip"
17
17
unzip "$zip_file" -d "$setup_repo"
18
+ mkdir -p "${HOME}/Library/LaunchAgents"
18
19
bash ${setup_repo}/*mac-setup*/setup.sh
19
20
```
20
21
1. Retrieve SSH private key from password manager and copy it into ~/.ssh/id_rsa
21
22
1. Run `eval "$(ssh-agent -s)"`
22
23
1. Run `ssh-add --apple-use-keychain ~/.ssh/id_rsa`
23
- 1. Start iterm2 and import `iterm2.json` as a profile via the iterm GUI
24
+ 1. Sync settings for Brave
25
+ 1. Start iterm2 and import `iterm2.json` as a profile via the iterm GUI (check `Working Directory` is correct)
24
26
1. Start Visual Studio Code and sync settings by logging in with GitHub Auth
25
27
1. Run the following to update system settings:
26
28
```bash
Original file line number Diff line number Diff line change 61
61
"Alpha Component" : 1 ,
62
62
"Green Component" : 0
63
63
},
64
- "Working Directory" : " \/ Users\/ C5323189 " ,
64
+ "Working Directory" : " \/ Users\/ will " ,
65
65
"Blinking Cursor" : false ,
66
66
"Disable Window Resizing" : true ,
67
67
"Sync Title" : false ,
Original file line number Diff line number Diff line change @@ -17,13 +17,10 @@ dock_item() {
17
17
defaults write com.apple.dock persistent-apps -array \
18
18
" $( dock_item /Applications/iTerm.app) " \
19
19
" $( dock_item /Applications/Visual\ Studio\ Code.app) " \
20
- " $( dock_item /Applications/zoom.us.app) " \
21
20
" $( dock_item /Applications/Slack.app) " \
22
21
" $( dock_item /Applications/Brave\ Browser.app) " \
23
22
" $( dock_item /Applications/Authy\ Desktop.app) " \
24
- " $( dock_item /Applications/1Password\ 7.app) " \
25
- " $( dock_item /Applications/LibreOffice.app) " \
26
- " $( dock_item /Applications/Notion.app) "
23
+ " $( dock_item /Applications/LibreOffice.app) "
27
24
28
25
defaults delete com.apple.dock recent-apps
29
26
defaults delete com.apple.dock persistent-others
You can’t perform that action at this time.
0 commit comments