This commit is contained in:
Luk Lu
2019-12-16 10:05:22 +08:00
parent bcf85c06f2
commit 809dbd39fb
12 changed files with 56 additions and 35 deletions

5
install-homebrew.sh Executable 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