add Windows and MacOS folders

This commit is contained in:
Luk Lu
2021-10-29 21:44:32 +08:00
parent 46942c3721
commit 1706987ed9
8 changed files with 31 additions and 0 deletions

5
MacOS/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