Add gitignore for dumb vim thing brew for multiple users function.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
.ropeproject
|
||||
dotfiles/vim/bundle/*
|
||||
dotfiles/vim/bundle/*
|
||||
dotfiles/vim/.netrwhist
|
@@ -230,3 +230,10 @@ function ss() {
|
||||
function git_config_string() {
|
||||
git config -f $1 --list | xargs -I kv sh -c "echo "\'kv\'""
|
||||
}
|
||||
|
||||
function brew_for_multiple_user() {
|
||||
sudo chgrp -R admin /usr/local
|
||||
sudo chmod -R g+w /usr/local
|
||||
sudo chgrp -R admin /Library/Caches/Homebrew
|
||||
sudo chmod -R g+w /Library/Caches/Homebrew
|
||||
}
|
||||
|
Reference in New Issue
Block a user