Last active
April 15, 2019 15:04
-
-
Save lilactown/7987c235065df0f2441577255da17614 to your computer and use it in GitHub Desktop.
Installs Emacs with my favorite things
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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