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
require "paq" {
"OmniSharp/omnisharp-vim";
"preservim/nerdtree";
"dense-analysis/ale";
"BurntSushi/ripgrep";
"nvim-lua/plenary.nvim";
{"nvim-telescope/telescope.nvim", branch="0.1.x"};
"prabirshrestha/asyncomplete.vim";
"mhinz/vim-signify";
{"neoclide/coc.nvim",·branch="release", run=":call COC()"};
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Josh McCall",
"label": "Software Engineer at Microsoft",
"image": "",
"email": "joshmccall221@gmail.com",
"phone": "515-999-0221",
"url": "",
"summary": "\nI love working with passionate people who love what they do. I am a software engineer whose focus is helping others through the use of technology. I enjoy connecting people with technology no matter the platform. ",
@joshmccall221
joshmccall221 / dotfiles.sh
Last active August 29, 2022 16:26
dotfiles (w/torran)
# https://vimeo.com/655505025
# curl -fsSL https://gist.githubusercontent.com/joshmccall221/f130a51f93aec57c80d708584b6f45ff/raw > dot.sh && bash dot.sh
xcode-select --install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# install softwares
brew install --cask spectacle
brew install --cask spectacle-editor
brew install --cask iterm2
dotspacemacs-configuration-layers
'(
;;pdf-tools
;;eww
xkcd
markdown
themes-megapack
tmux
elixir
;; ----------------------------------------------------------------
@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 = state => {
return state;
};
const dispatchToActions = dispatch => {
return {
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;">
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle'
});

Keybase proof

I hereby claim:

  • I am joshmccall221 on github.
  • I am joshmccall221 (https://keybase.io/joshmccall221) on keybase.
  • I have a public key ASAFfh1uREzfHwSedC7MHnhTI9s0zo6xgfdJIDYF265NLgo

To claim this, I am signing this object:

@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',