Skip to content

Instantly share code, notes, and snippets.

@jmazzi
Created November 11, 2013 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jmazzi/7419318 to your computer and use it in GitHub Desktop.
Save jmazzi/7419318 to your computer and use it in GitHub Desktop.
#!/bin/bash
set -ex
rm -rf ~/work/src/vico
cd ~/work/src
git clone https://github.com/vicoapp/vico.git
cd vico
make app
rm -rf /Applications/Vico.app
mv ~/work/src/vico/build/Debug/Vico.app /Applications/Vico.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment