Skip to content

Commit

Permalink
[Feature] Install coderunner
Browse files Browse the repository at this point in the history
  • Loading branch information
bestswifter committed Jan 21, 2018
1 parent 74442b6 commit 6e3b306
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ rm -f /usr/local/bin/gvim
brew cask uninstall iterm2
brew cask uninstall sourcetree
brew cask uninstall google-chrome
brew cask uninstall coderunner
brew uninstall wget
brew uninstall gnu-sed
brew uninstall autojump
Expand Down
1 change: 1 addition & 0 deletions doc/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* iterm(cask)
* sourcetree(cask)
* chrome(cask)
* coderunner(cask)
* wget
* gnu-sed
* cmake
Expand Down
4 changes: 4 additions & 0 deletions install-steps/dependencies.before.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ else
echo "command script import /usr/local/opt/chisel/libexec/fblldb.py" >> ~/.lldbinit
fi
fi

# CodeRunner
# ---------------
brew cask install coderunner

0 comments on commit 6e3b306

Please sign in to comment.