Skip to content

Commit

Permalink
New: Add more macOS tools to the install list
Browse files Browse the repository at this point in the history
  • Loading branch information
alrra committed Jun 8, 2018
1 parent 0edefee commit 930672a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/os/install/macos/misc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ cd "$(dirname "${BASH_SOURCE[0]}")" \
print_in_purple "\n Miscellaneous\n\n"

brew_install "Android File Transfer" "android-file-transfer" "caskroom/cask" "cask"
brew_install "eyeD3" "eye-d3"
brew_install "Spectacle" "spectacle" "caskroom/cask" "cask"
brew_install "Transmission" "transmission" "caskroom/cask" "cask"
brew_install "Unarchiver" "the-unarchiver" "caskroom/cask" "cask"
Expand Down
1 change: 1 addition & 0 deletions src/os/install/macos/video_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ cd "$(dirname "${BASH_SOURCE[0]}")" \

print_in_purple "\n Video Tools\n\n"

brew_install "AtomicParsley" "atomicparsley"
brew_install "FFmpeg" "ffmpeg"

0 comments on commit 930672a

Please sign in to comment.