We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f0e9c commit fee3687Copy full SHA for fee3687
Brewfile
@@ -12,3 +12,4 @@ cask "iterm2"
12
cask "slack"
13
cask "visual-studio-code"
14
cask "zoom"
15
+cask "libreoffice"
setup.sh
@@ -21,7 +21,8 @@ defaults write com.apple.dock persistent-apps -array \
21
"$(dock_item /Applications/Slack.app)" \
22
"$(dock_item /Applications/Brave\ Browser.app)" \
23
"$(dock_item /Applications/Authy\ Desktop.app)" \
24
- "$(dock_item /Applications/1Password\ 7.app)"
+ "$(dock_item /Applications/1Password\ 7.app)" \
25
+ "$(dock_item /Applications/LibreOffice.app)"
26
27
defaults delete com.apple.dock recent-apps
28
defaults delete com.apple.dock persistent-others
0 commit comments