Skip to content

Commit

Permalink
✨ Add Quick Look plugins to the install list
Browse files Browse the repository at this point in the history
  • Loading branch information
alrra committed Mar 14, 2019
1 parent 75f0ae6 commit 49bc6fc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/os/install/macos/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ cd "$(dirname "${BASH_SOURCE[0]}")" \
./misc.sh
./misc_tools.sh
./../npm.sh
./quick_look.sh
./tmux.sh
./video_tools.sh
./../vim.sh
Expand Down
12 changes: 12 additions & 0 deletions src/os/install/macos/quick_look.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash

cd "$(dirname "${BASH_SOURCE[0]}")" \
&& . "../../utils.sh" \
&& . "./utils.sh"

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

print_in_purple "\n Quick Look\n\n"

brew_install "JSON" "quicklook-json" "caskroom/cask" "cask"
brew_install "Markdown" "qlmarkdown" "caskroom/cask" "cask"

0 comments on commit 49bc6fc

Please sign in to comment.