diff --git a/Brewfile b/Brewfile index 754462a..8472eb0 100644 --- a/Brewfile +++ b/Brewfile @@ -3,7 +3,6 @@ tap "homebrew/cask" tap "homebrew/core" brew "git" brew "jq" -cask "1password" cask "authy" cask "bluesnooze" cask "brave-browser" diff --git a/README.md b/README.md index 961ec71..0ba677c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/iterm2.json b/iterm2.json index 72a750d..2cd2c73 100644 --- a/iterm2.json +++ b/iterm2.json @@ -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, diff --git a/setup.sh b/setup.sh index 834b078..77213ca 100755 --- a/setup.sh +++ b/setup.sh @@ -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