Skip to content

Instantly share code, notes, and snippets.

@danydodson
Last active November 15, 2022 05:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danydodson/8d5adcfb8701cb90075c1f5d33f16976 to your computer and use it in GitHub Desktop.
Save danydodson/8d5adcfb8701cb90075c1f5d33f16976 to your computer and use it in GitHub Desktop.
curl github repo
#!/bin/bash
#
# using curl on github
#
curl -LO --output-dir "$DOTFILES/iterm" https://github.com/gnachman/iTerm2-shell-integration/archive/refs/heads/main.zip | \
unzip "$DOTFILES"/iterm/main.zip "iTerm2-shell-integration-main/utilities/*" -d "$DOTFILES/iterm"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment