rename folders to small cases

This commit is contained in:
Luk Lu
2022-02-17 12:07:15 +08:00
parent 660504f52e
commit 6e4d7d1894
15 changed files with 0 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