Skip to content

Instantly share code, notes, and snippets.

@capsulecorplab
Last active November 24, 2020 04:26
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 capsulecorplab/6d9b040f393e0a248826dd3c6cfca743 to your computer and use it in GitHub Desktop.
Save capsulecorplab/6d9b040f393e0a248826dd3c6cfca743 to your computer and use it in GitHub Desktop.
bash script for installing glamorous toolkit
#!/usr/bin/env bash
# install glamorous toolkit
# https://gtoolkit.com/download/
mkdir ~/gtoolkit
cd ~/gtoolkit
curl https://dl.feenk.com/scripts/linux.sh | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment