Skip to content

Instantly share code, notes, and snippets.

@filipeaguiar
filipeaguiar / README.md
Last active June 10, 2016 04:35
Shell Scripts

Shell Scripts

This Gist contains all personal shell scripts that can be downloaded using the Install Script Gist.

Scripts

updatepackages.sh

This script update all development related packages, such as atom packages, composer, brew or apt packages, and npm packages using npm-check

@filipeaguiar
filipeaguiar / README.md
Last active May 2, 2016 13:58
Script Installer

installScripts.sh

This script downloads every shell script from an Github user's Gist in a folder on the user's workspace. Then it sets up the $PATH variable to include the .scripts folder, which contains symlinks to every script downloaded.

Instalation

This is how you can run this script:

$ export GITUSER=""