summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2016-10-21 12:09:54 +0200
committerAlan Pearce2016-10-21 12:09:54 +0200
commit6ebfc7c5c6585836a0de12412a65b1419401301a (patch)
tree3cefe6c8be958992c6965a2ea71205ae352152e0
parent9a73df4dda6d8c8b835d1bbe76c9f23e5d8bceeb (diff)
downloaddotfiles-6ebfc7c5c6585836a0de12412a65b1419401301a.tar.lz
dotfiles-6ebfc7c5c6585836a0de12412a65b1419401301a.tar.zst
dotfiles-6ebfc7c5c6585836a0de12412a65b1419401301a.zip
Remove brew stuff
-rw-r--r--brew.sh18
-rw-r--r--host-ap-spotcap.local/config/zsh/zshenv.local3
2 files changed, 0 insertions, 21 deletions
diff --git a/brew.sh b/brew.sh
deleted file mode 100644
index 75988ec..0000000
--- a/brew.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-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
diff --git a/host-ap-spotcap.local/config/zsh/zshenv.local b/host-ap-spotcap.local/config/zsh/zshenv.local
index a5ec0b4..f6881be 100644
--- a/host-ap-spotcap.local/config/zsh/zshenv.local
+++ b/host-ap-spotcap.local/config/zsh/zshenv.local
@@ -3,6 +3,3 @@ if [[ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]]
 then
 	. $HOME/.nix-profile/etc/profile.d/nix.sh;
 fi
-export ZPLUG_HOME=/usr/local/opt/zplug
-
-export HOMEBREW_NO_AUTO_UPDATE=1