Skip to content

Instantly share code, notes, and snippets.

@tfwright
Forked from jmazzi/build_vico.sh
Last active December 28, 2015 01:19
Show Gist options
  • Save tfwright/7419428 to your computer and use it in GitHub Desktop.
Save tfwright/7419428 to your computer and use it in GitHub Desktop.
#!/bin/bash
set -ex
rm -rf ~/Code/vico
cd ~/Code
git clone https://github.com/vicoapp/vico.git
cd vico
make app
rm -rf /Applications/Vico.app
mv ~/Code/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