Skip to content

Instantly share code, notes, and snippets.

View hu13's full-sized avatar
💧
gambatta

hu13

💧
gambatta
  • Brown University
  • Cambridge, MA
View GitHub Profile
package provider
import (
"fmt"
"log"
"testing"
"unsafe"
"github.com/saltosystems/winrt-go/windows/foundation/collections"
"github.com/stretchr/testify/require"
@hu13
hu13 / setup.sh
Created November 20, 2021 19:16 — forked from chris-sev/setup.sh
Mac Setup
# how to run this thingy
# create a file on your mac called setup.sh
# run it from terminal with: sh setup.sh
# heavily inspired by https://twitter.com/damcclean
# https://github.com/damcclean/dotfiles/blob/master/install.sh
#!/bin/bash
set -euo pipefail
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->