Skip to content

Instantly share code, notes, and snippets.

@ghxm
ghxm / cloud-init.sh
Last active September 14, 2022 08:03 — forked from ebal/cloud-init.sh
Cloud-init example using a Generic Cloud CentOS-7 on a libvirtd qmu/kvm lab
#!/bin/sh
if [ "$EUID" -ne 0 ]; then
echo -e "\nPlease run as root\neg. sudo $0 \n"
exit
fi
GITHUB_USERNAME="ghxm"
cd `mktemp -d`
@ghxm
ghxm / Brewfile
Last active February 3, 2022 16:15 — forked from ryanhanwu/Brewfile
New Mac Setup Script
# Taps
tap 'caskroom/cask'
tap 'homebrew/cask-fonts'
tap 'homebrew/cask-versions'
tap 'homebrew/bundle'
#tap 'heroku/brew'
# Install CLI Tools
## Shell Utilities
#brew 'coreutils'