Skip to content

Instantly share code, notes, and snippets.

@jaydonnell
Created April 6, 2010 19:06
Show Gist options
  • Save jaydonnell/357957 to your computer and use it in GitHub Desktop.
Save jaydonnell/357957 to your computer and use it in GitHub Desktop.
emacs setup script
#!/bin/bash
# run this from your home directory
mkdir -p projects
cd projects
git clone git://github.com/technomancy/emacs-starter-kit.git
cd ..
ln -s projects/emacs-starter-kit .emacs.d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment