diff options
author | Alan Pearce | 2016-07-03 20:58:51 +0200 |
---|---|---|
committer | Alan Pearce | 2016-07-03 20:58:51 +0200 |
commit | 4409f5fcef18a2d9a385f21422aaba863485429c (patch) | |
tree | de22796feaa70adb1354cf3a9622c7618848e50a /brew.sh | |
parent | 4777da182dd0ccbb36051e162e5265a8687144c0 (diff) | |
parent | 56533b7ddf4ecbef67110a56d38d8df16fc20c6f (diff) | |
download | dotfiles-4409f5fcef18a2d9a385f21422aaba863485429c.tar.lz dotfiles-4409f5fcef18a2d9a385f21422aaba863485429c.tar.zst dotfiles-4409f5fcef18a2d9a385f21422aaba863485429c.zip |
Merge branch 'master' of git.alanpearce.uk:alan/dotfiles
Diffstat (limited to 'brew.sh')
-rw-r--r-- | brew.sh | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/brew.sh b/brew.sh new file mode 100644 index 0000000..75988ec --- /dev/null +++ b/brew.sh @@ -0,0 +1,18 @@ +brew install android-platform-tools +brew install ansible +brew install gitup +brew install h2o +brew install launchdns +brew install mackup +brew install mariadb --with-archive-storage-engine --with-local-infile +brew tap homebrew/versions +brew install homebrew/versions/node4-lts --with-debug +brew install postgresql +brew install redis +brew install ssh-copy-id +brew install syncthing +brew install syncthing-inotify +brew install trash +brew install xhyve +brew install zplug +brew install zsh-completions |