Skip to content

Commit

Permalink
feat(tools): add flameshot tool
Browse files Browse the repository at this point in the history
  • Loading branch information
trystan2k committed Nov 15, 2022
1 parent 4f1565a commit 3d7ce36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions tools/macos/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ cask "appcleaner"
cask "around"
cask "caffeine"
cask "espanso"
cask "flameshot"
cask "hot"
cask "hiddenbar"
cask "lulu"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ _add() {

info "Add step"

info "Install Around"
brew install around
info "Install flameshot"
brew install flameshot
}

_configure() {
Expand Down

0 comments on commit 3d7ce36

Please sign in to comment.