Skip to content

Instantly share code, notes, and snippets.

View soupdiver's full-sized avatar
👨‍🚀

Felix soupdiver

👨‍🚀
View GitHub Profile
@soupdiver
soupdiver / circle.yml
Created March 30, 2016 15:30 — forked from kimh/circle.yml
Installing gcloud
machine:
pre:
- sudo bash -c 'curl "https://sdk.cloud.google.com" | CLOUDSDK_CORE_DISABLE_PROMPTS=1 CLOUDSDK_INSTALL_DIR=/opt bash'
- sudo chown -R "ubuntu:ubuntu" "/opt/google-cloud-sdk"
- sudo chown -R "ubuntu:ubuntu" "/home/ubuntu/.config/gcloud"
- source /opt/google-cloud-sdk/path.bash.inc
#!/bin/sh
# Some things taken from here
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
# Set the colours you can use
black='\033[0;30m'
white='\033[0;37m'
red='\033[0;31m'
green='\033[0;32m'