Skip to content

Instantly share code, notes, and snippets.

@mark-casey
mark-casey / macos-setup.md
Last active August 17, 2022 16:53 — forked from zenorocha/.hyper.js
Setup macOS

Setup macOS

Last update pass: 1Q2022 for Apple Silicon (M1-gen late 2021 MBP)

Install any Software Update for OS and default Apps

Install/restore your dotfiles

From git, local backup, or etc.

@mark-casey
mark-casey / 0group_by+when oddity based on inventory_hostname
Last active August 29, 2015 14:00
group_by+when oddity based on inventory_hostname
ignore this file
@mark-casey
mark-casey / all-from-slash-group_vars
Created March 18, 2014 19:43
group_vars issue with implicit localhost
---
mysql_root_password: foobar
@echo off
:: Handles user, share, and permissions for replacing vbox shared with a VM-host provided SMB share
:: Mark Casey
:: 2-1-2014
:: http://technet.microsoft.com/en-us/library/bb491001.aspx OR http://www.robvanderwoude.com/allhelpw2ksp4_en.php#SETLOCAL
verify other 2>nul
setlocal enableextensions enabledelayedexpansion
if errorlevel 1 echo Unable to enable command extensions