Updated Installation/Mac.md
This commit is contained in:
parent
7b80a9732d
commit
8769e1295c
@ -3,11 +3,23 @@ Installing TheHoTTGame on MacOS
|
||||
|
||||
|
||||
`https://sourceforge.net/projects/git-osx-installer/`
|
||||
|
||||
`brew link --overwrite git`
|
||||
`export PATH=/usr/local/bin:$PATH`
|
||||
|
||||
`rm -r .emacs.d`
|
||||
|
||||
`brew install ripgrep`
|
||||
`brew install fontconfig`
|
||||
```
|
||||
# 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
|
||||
brew tap railwaycat/emacsmacport
|
||||
brew install emacs-mac --with-modules
|
||||
# Adds gives the app
|
||||
ln -s /usr/local/opt/emacs-mac/Emacs.app /Applications/Emacs.app
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user