Skip to content

Instantly share code, notes, and snippets.

View ohmyjersh's full-sized avatar
🤠
doing the code.

Josh Jarmain ohmyjersh

🤠
doing the code.
  • Bend, OR
View GitHub Profile
import React, { Component } from 'react';
import {
AlertIOS,
StyleSheet,
Text,
TouchableHighlight,
View,
NativeModules
}
import TouchID from 'react-native-touch-id'
@ohmyjersh
ohmyjersh / osx_bootstrap.sh
Created September 14, 2018 16:11 — forked from codeinthehole/osx_bootstrap.sh
Script to install stuff I want on a new OSX machine
#!/usr/bin/env bash
#
# Bootstrap script for setting up a new OSX machine
#
# This should be idempotent so it can be run multiple times.
#
# Some apps don't have a cask and so still need to be installed by hand. These
# include:
#
# - Twitter (app store)