This commit is contained in:
Luk Lu
2019-12-13 18:49:48 +08:00
parent f758f5c68c
commit eea6e4afdd
4 changed files with 26 additions and 9 deletions

5
setup-homebrew.sh Normal file
View File

@@ -0,0 +1,5 @@
echo "Installing Homebrew on MacOS"
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# uninstall: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"
# install emacs: brew cask install emacs