Skip to content

Instantly share code, notes, and snippets.

@alem0lars
Last active November 10, 2015 14:19
Show Gist options
  • Save alem0lars/8545b54e5b3be0d54d4a to your computer and use it in GitHub Desktop.
Save alem0lars/8545b54e5b3be0d54d4a to your computer and use it in GitHub Desktop.
pres="${1:-mypresentation}" # Replace with the presentation name
remote="${2:-git@github.com:$(whoami)/${pres}}" # Replace with the presentation repo url
git clone "git@github.com:alem0lars/presentation-skeleton.git" "${pres}"
cd "${pres}"
./scripts/init "${remote}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment