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 <[email protected]>
# Last Updated: 2017-09-11
#
# Install boxstarter:
<#
function cinst {
choco install -y @args
}
Set-ExecutionPolicy RemoteSigned
dotspacemacs-configuration-layers
'(
;;pdf-tools
;;eww
xkcd
markdown
themes-megapack
tmux
elixir
;; ----------------------------------------------------------------
@joshmccall221
joshmccall221 / dotfiles.sh
Last active December 17, 2025 20:18
dotfiles (w/torran)
# https://vimeo.com/655505025
# curl -fsSL https://gist.githubusercontent.com/joshmccall221/f130a51f93aec57c80d708584b6f45ff/raw > setup-mac.sh && bash setup-mac.
#!/bin/bash
# macOS development environment setup script
# Usage: curl -fsSL https://gist.githubusercontent.com/joshmccall221/YOUR_GIST_ID/raw > setup-mac.sh && bash setup-mac.sh
set -e # Exit on error
echo "Starting macOS development environment setup..."
echo ""
{
"$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. ",
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()"};