Skip to content

Instantly share code, notes, and snippets.

@daxxog
Last active June 20, 2019 19:31
Show Gist options
  • Save daxxog/7b451d2162a7015eb994 to your computer and use it in GitHub Desktop.
Save daxxog/7b451d2162a7015eb994 to your computer and use it in GitHub Desktop.
install all my tools and shortcuts
#!/bin/sh
#sudo apt-get install -y curl
#curl -L tinyurl.com/dxgshortcuts | sh
sudo apt-get install -y git
curl https://gist.githubusercontent.com/daxxog/615fae60e1974828e865/raw/rmr-dg-clone-install.sh | sh
curl https://gist.githubusercontent.com/daxxog/202792236c0a21339ab4/raw/install-git-shortcuts.sh | sh
curl https://gist.githubusercontent.com/daxxog/cfb990f5cbe6805c0cf7/raw/uid-gid-install.sh | sh
curl https://gist.githubusercontent.com/daxxog/8d9895d01f4f1ffea1a1/raw/pushbranch-install.sh | sh
curl https://gist.githubusercontent.com/daxxog/0ef334b60caf6b2e274e/raw/bcp-install.sh | sh
curl https://gist.githubusercontent.com/daxxog/3ed1f007efc14c8c3954/raw/addup-install.sh | sh
curl https://gist.githubusercontent.com/daxxog/a2daf7bd6aa27be8e998/raw/mergeup-install.sh | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment