Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 791 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 791 Bytes

My emacs config

To install, run:

  cd ~
  git clone [email protected]:Jell/.emacs.d.git

Next time you open emacs, all the dependencies will install themselves! Magic!

Brew install

# Deps
brew install graphviz --with-pango
brew install automake ag mactex gpg pinentry-mac subversion wget cvs plantuml

# Emacs proper
brew install emacs --with-modules --with-cocoa --with-gnutls \
    --with-librsvg --with-mailutils --with-imagemagick@6

Linux install

# Packages
sudo apt-get install curl git git-core subversion openjdk-7-jdk
zlib1g-dev libreadline-dev cvs silversearcher-ag libssl-dev texinfo aspell dbus

# Lein
cd /usr/local/bin
curl -O https://raw.github.com/technomancy/leiningen/stable/bin/lein
chmod +x lein
lein

Todo:

  • Multi user support