From bc6622c0451e3fccb0682646b7b37e5a99096e5c Mon Sep 17 00:00:00 2001 From: kl-i Date: Wed, 18 Aug 2021 02:27:45 +0100 Subject: [PATCH] Updated Installation/Mac.md --- Installation/Mac.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Installation/Mac.md b/Installation/Mac.md index 7c39aac..917b9db 100644 --- a/Installation/Mac.md +++ b/Installation/Mac.md @@ -9,17 +9,23 @@ Installing TheHoTTGame on MacOS ``` # required dependencies brew install git ripgrep + # makes computer use latest git export PATH=/usr/local/bin:$PATH + # optional dependencies brew install coreutils fd + # Installs clang xcode-select --install + # For fonts brew install fontconfig -# Installs emacs-mac + +# Installs emacs-mac wth sexy icon and no title bars brew tap railwaycat/emacsmacport -brew install emacs-mac --with-modules -# Adds gives the app +brew install emacs-mac --with-modules --with-emacs-sexy-icon --with-no-title-bars + +# Make an app link in Applications ln -s /usr/local/opt/emacs-mac/Emacs.app /Applications/Emacs.app ```