Skip to content

Instantly share code, notes, and snippets.

@bobbychopra
Created March 28, 2018 02:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bobbychopra/84cdcc45bd346929a3b4a2b791bc777f to your computer and use it in GitHub Desktop.
Save bobbychopra/84cdcc45bd346929a3b4a2b791bc777f to your computer and use it in GitHub Desktop.

macOS The recommended way of installing Emacs on macOS is using homebrew:

$ brew update $ brew tap d12frosted/emacs-plus $ brew install emacs-plus $ brew linkapps emacs-plus

$ ln -s /usr/local/Cellar/emacs-plus/25.3/Emacs.app /Applications $ alias emacs="/usr/local/Cellar/emacs-plus/25.3/Emacs.app/Contents/MacOS/Emacs -nw"

$ cd ~ $ mv .emacs.d .emacs.d.bak $ mv .emacs .emacs.bak

$ git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d $ brew tap caskroom/fonts && brew cask install font-source-code-pro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment