Skip to content

Instantly share code, notes, and snippets.

View mhvelplund's full-sized avatar
🦄
SwissArmyRonin

Mads Hvelplund mhvelplund

🦄
SwissArmyRonin
View GitHub Profile
@mhvelplund
mhvelplund / README.md
Last active September 21, 2020 11:53 — forked from steenkamby/README.md
Fresh mac install

install dev tools on a fresh mac

Run the script a couple of times to get through everything. Re-run later to update versions.

If you feel lucky:

bash <(curl -s https://gist.githubusercontent.com/steenkamby/e3ab7c35d2a08b1df1ef01c920999104/raw/1f3177546a3b31c857ae7d563dff0ec2d452ed93/install_mac.sh)
@mhvelplund
mhvelplund / aws-ssm-ec2-proxy-command.sh
Last active October 2, 2019 11:31
AWS SSM SSH ProxyCommand
#!/usr/bin/env sh
set -eu
######## Usage #################################################################
#
# #1 Install the AWS CLI
# https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html
#
# #2 Install the Session Manager Plugin for the AWS CLI
# https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-install-plugin.html