Skip to content

Instantly share code, notes, and snippets.

@trevordilley
trevordilley / setup.sh
Last active January 29, 2022 00:41 — forked from bradp/setup.sh
New Mac Setup Script
#!/bin/bash
echo "Creating an SSH key for you..."
ssh-keygen -t rsa
echo "Please add this public key to Github \n"
echo "https://github.com/account/ssh \n"
read -p "Press [Enter] key after this..."
echo "Installing xcode-stuff"
@trevordilley
trevordilley / index.module_dukat.json
Created October 22, 2019 23:15
Leftpad Dukat AST representation
[
{
"kind": "ModuleModel",
"annotations": [],
"name": {
"value": "<ROOT>",
"kind": "IdentifierEntity"
},
"imports": [
{