Updated Installation/Mac.md
This commit is contained in:
parent
8769e1295c
commit
bc6622c045
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user