Updating package list

This commit is contained in:
Dustin Swan 2014-02-11 15:48:28 -06:00
parent 21ad987acd
commit 2ba45cb83b
2 changed files with 14 additions and 11 deletions

View file

@ -63,6 +63,7 @@ brew cask install asepsis
brew cask install keyremap4macbook brew cask install keyremap4macbook
brew cask install audacity brew cask install audacity
brew cask install launchrocket brew cask install launchrocket
brew cask install thunderbird
brew cleanup brew cleanup
# Symlinks # Symlinks

View file

@ -46,6 +46,8 @@ var packages = [
{ cask: "asepsis" }, { cask: "asepsis" },
{ cask: "keyremap4macbook" }, { cask: "keyremap4macbook" },
{ cask: "the-unarchiver" }, { cask: "the-unarchiver" },
{ cask: "launchrocket" },
{ cask: "thunderbird" },
// Linux Only // Linux Only
{ arch: "rxvt-unicode" }, { arch: "rxvt-unicode" },
@ -62,4 +64,4 @@ var packages = [
{ cask: "sketchup" }, // TODO linux { cask: "sketchup" }, // TODO linux
{ cask: "audacity", arch: "audacity" }, { cask: "audacity", arch: "audacity" },
], ];