This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Description: Boxstarter Script | |
| # Author: Jess Frazelle <[email protected]> | |
| # Last Updated: 2017-09-11 | |
| # | |
| # Install boxstarter: | |
| <# | |
| function cinst { | |
| choco install -y @args | |
| } | |
| Set-ExecutionPolicy RemoteSigned |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dotspacemacs-configuration-layers | |
| '( | |
| ;;pdf-tools | |
| ;;eww | |
| xkcd | |
| markdown | |
| themes-megapack | |
| tmux | |
| elixir | |
| ;; ---------------------------------------------------------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 "" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$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. ", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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()"}; |
OlderNewer