Last active
December 13, 2019 19:41
-
-
Save sio2boss/19b2a0a6af02c1d16f113ae7ea33719d to your computer and use it in GitHub Desktop.
This file contains 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
#! /bin/bash | |
brew tap railwaycat/emacsmacport | |
brew install emacs-mac | |
# https://github.com/emacs-evil/evil | |
git clone --depth 1 https://github.com/emacs-evil/evil ~/.emacs.d/evil | |
cat <<EOF >> ~/.emacs | |
(add-to-list 'load-path "~/.emacs.d/evil") | |
(require 'evil) | |
(evil-mode 1) | |
EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment