Skip to content

Instantly share code, notes, and snippets.

@knalli
Created April 21, 2012 16:44
Show Gist options
  • Save knalli/2438284 to your computer and use it in GitHub Desktop.
Save knalli/2438284 to your computer and use it in GitHub Desktop.
Install Brief-ChatStyle for Skype 5 for Mac
cd ~/Library/Application\ Support/Skype/
if [ ! -d ChatStyles ]; then mkdir ChatStyles; fi
if [ ! -d ChatStyles/sources-by-github ]; then mkdir ChatStyles/sources-by-github; fi
cd ChatStyles/sources-by-github
git clone https://github.com/miekd/Brief.git
cd ~/Library/Application\ Support/Skype/ChatStyles
ln -s sources-by-github/Brief/Brief.SkypeChatStyle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment