Skip to content

Commit fee3687

Browse files
committed
Add libreoffice
1 parent f6f0e9c commit fee3687

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Brewfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ cask "iterm2"
1212
cask "slack"
1313
cask "visual-studio-code"
1414
cask "zoom"
15+
cask "libreoffice"

setup.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ defaults write com.apple.dock persistent-apps -array \
2121
"$(dock_item /Applications/Slack.app)" \
2222
"$(dock_item /Applications/Brave\ Browser.app)" \
2323
"$(dock_item /Applications/Authy\ Desktop.app)" \
24-
"$(dock_item /Applications/1Password\ 7.app)"
24+
"$(dock_item /Applications/1Password\ 7.app)" \
25+
"$(dock_item /Applications/LibreOffice.app)"
2526

2627
defaults delete com.apple.dock recent-apps
2728
defaults delete com.apple.dock persistent-others

0 commit comments

Comments
 (0)