Skip to content

Instantly share code, notes, and snippets.

@lmullen
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lmullen/8849841 to your computer and use it in GitHub Desktop.
Save lmullen/8849841 to your computer and use it in GitHub Desktop.
An Ubuntu startup entry for Gitit; belongs in ~/.config/autostart/
#!/bin/sh
cd /home/lmullen/acad/research/wiki && /home/lmullen/.cabal/bin/gitit -f my.conf > /dev/null 2>&1 &
[Desktop Entry]
Encoding=UTF-8
Name=Gitit
Comment=My research wiki using Gitit
Type=Application
Exec=/home/lmullen/dev/dotfiles/bin/gitit-startup.sh
StartupNotify=False
Terminal=false
Categories=Utility;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment