Skip to content

Instantly share code, notes, and snippets.

@fedesg
fedesg / mybrews.sh
Last active June 28, 2020 03:50
install my brew staff
#!/usr/bin/env bash
PACKAGES="ansible git hugo"
CASK_PACKAGES="google-chrome visual-studio-code docker spotify dropbox iterm2 google-backup-and-sync skype"
echo "## Install Homebrew ##"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew update
#!/bin/bash
set -e
UPDATES_URL="http://updates.jenkins-ci.org/download/plugins/"
if [ $# -lt 2 ]; then
echo "USAGE: $0 plugin-list-file destination-directory"
exit 1
fi