Skip to content

Instantly share code, notes, and snippets.

View joshmccall221's full-sized avatar
🎧
Working from home

Josh McCall joshmccall221

🎧
Working from home
View GitHub Profile
@joshmccall221
joshmccall221 / boxstarter.ps1
Last active October 11, 2023 15:00 — forked from jessfraz/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Author: Jess Frazelle <jess@linux.com>
# Last Updated: 2017-09-11
#
# Install boxstarter:
<#
function cinst {
choco install -y @args
}
Set-ExecutionPolicy RemoteSigned
import Ember from 'ember';
import hbs from 'htmlbars-inline-precompile';
import { connect } from 'ember-redux';
const stateToComputed = st => {
const {state} = st;
const {list} = state;
const listString = list.map(i=>`
<div style="box-shadow: 4px 4px 8px 4px rgba(0,0,0,0.2);transition: 0.3s;width: 80%;">
<div style="padding: 20px 16px;">
@joshmccall221
joshmccall221 / solarized_setup.js
Last active July 3, 2017 17:39 — forked from baldwicc/solarized_setup.js
Solarized Light and Solarized Dark for Chrome Secure Shell (nassh), with fonts
/**
* STEP 1: Setup
* - Open Chrome Secure Shell settings
* - Open JS Console (CTRL+SHIFT+J)
* - Copy and paste the following:
*/
var s7d_colours = {
'base03': '#002b36',
'base02': '#073642',
'base01': '#586e75',
@joshmccall221
joshmccall221 / 0_reuse_code.js
Last active August 29, 2015 14:22
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console