Updating package list
This commit is contained in:
parent
21ad987acd
commit
2ba45cb83b
2 changed files with 14 additions and 11 deletions
|
|
@ -63,6 +63,7 @@ brew cask install asepsis
|
|||
brew cask install keyremap4macbook
|
||||
brew cask install audacity
|
||||
brew cask install launchrocket
|
||||
brew cask install thunderbird
|
||||
brew cleanup
|
||||
|
||||
# Symlinks
|
||||
|
|
|
|||
4
packages
4
packages
|
|
@ -46,6 +46,8 @@ var packages = [
|
|||
{ cask: "asepsis" },
|
||||
{ cask: "keyremap4macbook" },
|
||||
{ cask: "the-unarchiver" },
|
||||
{ cask: "launchrocket" },
|
||||
{ cask: "thunderbird" },
|
||||
|
||||
// Linux Only
|
||||
{ arch: "rxvt-unicode" },
|
||||
|
|
@ -62,4 +64,4 @@ var packages = [
|
|||
{ cask: "sketchup" }, // TODO linux
|
||||
{ cask: "audacity", arch: "audacity" },
|
||||
|
||||
],
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue