Skip to content

Instantly share code, notes, and snippets.

@nicolai86
Created January 17, 2013 17:24
Show Gist options
  • Save nicolai86/4557716 to your computer and use it in GitHub Desktop.
Save nicolai86/4557716 to your computer and use it in GitHub Desktop.
traq + XDG_CONFIG_HOME
mkdir $XDG_CONFIG_HOME/traq
git clone git@github.com:nicolai86/traq.git $XDG_CONFIG_HOME/traq/traq
echo "export PATH=$PATH:$XDG_CONFIG_HOME/traq/traq" >> ~/.bash_profile
echo "export TRAQ_PATH=$XDG_CONFIG_HOME/traq/traq" >> ~/.bash_profile
. ~/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment