Thanks to visit codestin.com
Credit goes to github.com

Skip to content

bradediger/dotfiles-1

 
 

Repository files navigation

dotfiles

Symlinking to dotfiles

From Git, dotfiles & Hardlinks:

symlinking files inside the repository out of it, into your home directory:

~ $ rm ~/.emacs.d
~ $ cd ~
~ $ ln -s dotfiles/.emacs.d .

Installing Emacs

Standard version

$ brew install emacs --HEAD --with-cocoa --with-modules --with-ctags --with-dbus --with-gnutls --with-rsvg --imagemagick

Railwaycat Emacs port for macOS

$ brew tap railwaycat/emacsmacport
$ brew install emacs-mac

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 62.4%
  • CSS 29.0%
  • Shell 7.5%
  • Other 1.1%