Add gitignore for dumb vim thing brew for multiple users function.
This commit is contained in:
parent
14c87b9848
commit
8b351dce12
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
.ropeproject
|
.ropeproject
|
||||||
dotfiles/vim/bundle/*
|
dotfiles/vim/bundle/*
|
||||||
|
dotfiles/vim/.netrwhist
|
@ -230,3 +230,10 @@ function ss() {
|
|||||||
function git_config_string() {
|
function git_config_string() {
|
||||||
git config -f $1 --list | xargs -I kv sh -c "echo "\'kv\'""
|
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
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user