rc: disable ~/Library with Homebrew

Ref: Homebrew/linuxbrew#406
This commit is contained in:
Aminda Suomalainen 2015-05-13 20:59:54 +03:00
parent 8e952350e7
commit e1d873213f
2 changed files with 2 additions and 0 deletions

View File

@ -485,6 +485,7 @@ alias homebrew-install="cd ~;git clone https://github.com/Homebrew/homebrew.git
alias homebrew-install-root="cd /usr;git clone https://github.com/Homebrew/homebrew.git --depth=1;mkdir -p local;rsync -aP homebrew/* local;rsync -aP homebrew/.* local/;chmod -R 755 local;chown -R root:wheel local;rm -rf homebrew"
alias linuxbrew-install="cd ~;git clone https://github.com/Homebrew/linuxbrew.git --depth=1;mkdir -p .local;rsync -aP linuxbrew/* .local;rsync -aP linuxbrew/.* .local;rm -rf linuxbrew"
alias linuxbrew-install-root="cd /usr;git clone https://github.com/Homebrew/linuxbrew.git --depth=1;mkdir -p local;rsync -aP linuxbrew/* local;rsync -aP linuxbrew/.* local/;chmod -R 755 local;chown -R root:wheel local;rm -rf linuxbrew"
export HOMEBREW_LOGS=~/.local/log
# OS X
alias osx-server-caching-interface="serveradmin settings caching:Interface ="

View File

@ -471,6 +471,7 @@ alias homebrew-install="cd ~;git clone https://github.com/Homebrew/homebrew.git
alias homebrew-install-root="cd /usr;git clone https://github.com/Homebrew/homebrew.git --depth=1;mkdir -p local;rsync -aP homebrew/* local;rsync -aP homebrew/.* local/;chmod -R 755 local;chown -R root:wheel local;rm -rf homebrew"
alias linuxbrew-install="cd ~;git clone https://github.com/Homebrew/linuxbrew.git --depth=1;mkdir -p .local;rsync -aP linuxbrew/* .local;rsync -aP linuxbrew/.* .local;rm -rf linuxbrew"
alias linuxbrew-install-root="cd /usr;git clone https://github.com/Homebrew/linuxbrew.git --depth=1;mkdir -p local;rsync -aP linuxbrew/* local;rsync -aP linuxbrew/.* local/;chmod -R 755 local;chown -R root:wheel local;rm -rf linuxbrew"
export HOMEBREW_LOGS=~/.local/log
# OS X
alias osx-server-caching-interface="serveradmin settings caching:Interface ="