Skip to content

Commit

Permalink
feat(app): Added the Spectacle app
Browse files Browse the repository at this point in the history
Fixes #22
  • Loading branch information
Ijmir committed Feb 9, 2015
1 parent 6570762 commit bdefac5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ curl -L https://raw.githubusercontent.com/Yoobic/install-mac/master/install.sh |
* Mongodb
* Skype
* Slack
* Spectacle
* Sublime Text 3
* VirtualBox

Expand Down
4 changes: 4 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ inquirer_software() {
"Mongo" "Mongodb" on
"Skype" "Skype" on
"Slack" "Slack" on
"Spectacle" "Spectacle" on
"SublimeText3" "Sublime Text 3" on
"VirtualBox" "Virtual Box" on
"Bower" "Bower" on
Expand Down Expand Up @@ -147,6 +148,9 @@ brew install imagemagick
brew install git
brew install python

if ([[ $choice == *"all"* ]] || [[ $choice == "Spectacle" ]]); then
brew cask install spectacle --force
fi
if ([[ $choice == *"all"* ]] || [[ $choice == "SublimeText3" ]]); then
brew cask install sublime-text3 --force
fi
Expand Down
1 change: 1 addition & 0 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ check_file "$(which subl)" "subl" # check Sublime Text version
check_file $HOME/.zshrc
check_file "$app_folder/Sublime Text.app" # check Sublime Text software
check_file "$app_folder/iTerm.app" # check iTerm2 software
check_file "$app_folder/Spectacle.app" # check iTerm2 software
#check_file "$app_folder/alfred.app" # check iTerm2 software
check_file "$app_folder/Dropbox.app" # check Dropbox software
check_file "$app_folder/Skype.app" # check Skype software
Expand Down

0 comments on commit bdefac5

Please sign in to comment.