Skip to content

Commit

Permalink
replaced firefox with chrome for startup apps
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyagreco committed Feb 24, 2025
1 parent 61cc81c commit 8c7ca9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .macos
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ defaults -currentHost write com.apple.controlcenter BatteryShowPercentage -bool
# docker
osascript -e 'tell application "System Events" to make login item at end with properties {name:"Docker", path:"/Applications/Docker.app", hidden:false}' >/dev/null
# firefox
osascript -e 'tell application "System Events" to make login item at end with properties {name:"Firefox", path:"/Applications/Firefox.app", hidden:false}' >/dev/null
osascript -e 'tell application "System Events" to make login item at end with properties {name:"Chrome", path:"/Applications/Google Chrome.app", hidden:false}' >/dev/null
# alacritty
osascript -e 'tell application "System Events" to make login item at end with properties {name:"Alacritty", path:"/Applications/Alacritty.app", hidden:false}' >/dev/null

Expand Down

0 comments on commit 8c7ca9e

Please sign in to comment.