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:
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": "[email protected]", | |
"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. ", |
# 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 | |
;; ---------------------------------------------------------------- |
# Description: Boxstarter Script | |
# Author: Jess Frazelle <[email protected]> | |
# 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' | |
}); |
I hereby claim:
To claim this, I am signing this object:
/** | |
* 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', |