Skip to content

Instantly share code, notes, and snippets.

@mankyKitty
Created April 26, 2015 10:56
Show Gist options
  • Save mankyKitty/ee55a039f341311b85e4 to your computer and use it in GitHub Desktop.
Save mankyKitty/ee55a039f341311b85e4 to your computer and use it in GitHub Desktop.
My Acme starter
#!/usr/bin/env rc
TERM=dumb
SHELL=rc
BROWSER=google-chrome
fontsrv &
plumber
tabstop=2
fn cd { builtin cd $1 && awd $sysname }
font='/mnt/font/Monaco/12/font'
# lfont='/mnt/font/Hasklig-Regular/72a/font'
SHELL=rc
# devdrawretina=1
exec acme -l $HOME/acme.dump -f $font $*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment