Skip to content

Instantly share code, notes, and snippets.

@lilactown
Last active April 15, 2019 15:04
Show Gist options
  • Save lilactown/7987c235065df0f2441577255da17614 to your computer and use it in GitHub Desktop.
Save lilactown/7987c235065df0f2441577255da17614 to your computer and use it in GitHub Desktop.
Installs Emacs with my favorite things
#!/usr/local/bin/zsh
brew tap railwaycat/emacsmacport
brew install emacs-mac --with-xml2 --with-ctags --with-spacemacs-icon --with-gnutls --with-natural-title-bar
osascript -e 'tell application "Finder" to make alias file to POSIX file "/usr/local/opt/emacs-mac/Emacs.app" at POSIX file "/Applications"'
# For opening from term: https://gist.github.com/railwaycat/4043945
# Install spacemacs
git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment