Compare commits
No commits in common. "8001eb79dc8faf8e5120cb6d4dc2d9254dcc26a3" and "bf18f44fecb3ed3f6639238b9a9b46524c49a790" have entirely different histories.
8001eb79dc
...
bf18f44fec
@ -38,10 +38,6 @@ PACKAGES=(
|
||||
git-lfs
|
||||
wget
|
||||
zsh
|
||||
yubikey-agent
|
||||
gnupg
|
||||
git-flow
|
||||
gh
|
||||
)
|
||||
|
||||
# Check if packages are installed
|
||||
@ -64,7 +60,9 @@ echo "Installing cask..."
|
||||
|
||||
CASKS=(
|
||||
iterm2
|
||||
visual-studio-code
|
||||
1password
|
||||
altserver
|
||||
appcleaner
|
||||
discord
|
||||
iina
|
||||
@ -74,11 +72,7 @@ CASKS=(
|
||||
arc
|
||||
swish
|
||||
nordvpn
|
||||
jetbrains-toolbox
|
||||
aldente
|
||||
docker
|
||||
maccy
|
||||
gpg-suite-no-mail
|
||||
rider
|
||||
)
|
||||
|
||||
# Check if cask apps are installed
|
||||
@ -103,6 +97,7 @@ if [[ $response =~ ^([yY][eE][sS]|[yY])$ ]]; then
|
||||
|
||||
echo "Adding apps to dock"
|
||||
# Add apps to dock
|
||||
dockutil --no-restart --add "/Applications/Visual Studio Code.app"
|
||||
dockutil --no-restart --add "/Applications/iTerm.app"
|
||||
dockutil --no-restart --add "/Applications/1Password 7.app"
|
||||
dockutil --no-restart --add "/Applications/Notion.app"
|
||||
|
Loading…
x
Reference in New Issue
Block a user