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
chrissicool/zsh-256color | |
willghatch/zsh-saneopt | |
oz/safe-paste | |
Valiev/almostontop | |
djui/alias-tips | |
rimraf/k | |
b4b4r07/enhancd | |
Tarrasch/zsh-bd | |
johnhamelink/env-zsh | |
uvaes/fzf-marks |
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
caskroom/cask | |
caskroom/fonts | |
caskroom/versions | |
getantibody/antibody | |
homebrew/binary | |
homebrew/bundle | |
homebrew/core | |
homebrew/dupes | |
homebrew/mac | |
homebrew/php |
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
ack | |
ag | |
pt | |
antibody | |
autoconf | |
automake | |
awscli | |
brew-cask | |
cmake | |
freetype |
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
vagrant | |
virtualbox |
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
# Install Brew | |
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
# Add Casks | |
curl https://gist.githubusercontent.com/jasonmorganson/28e3cb957716f479e585/raw/07010f93702f6dfe330caae65bd3aceb840f0179/Casklist | brew cask | |
# Add Brew taps | |
curl https://gist.githubusercontent.com/jasonmorganson/da90bc75a6813ffb1f72/raw/7ad39ddeb7b0be152b4b1abd2a08aa9f78f3ff7d/Brewtaps | brew tap | |
# Install from brew |
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
PROMPT='%(?.%F{magenta}.%F{red})${${KEYMAP/vicmd/❮%f}/(main|viins)/❯%f} ' | |
function zle-line-init zle-keymap-select { | |
zle reset-prompt | |
} | |
zle -N zle-line-init | |
zle -N zle-keymap-select |
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
# Download Prezto | |
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto" | |
# Copy the Zsh configuration files | |
setopt EXTENDED_GLOB | |
for rcfile in "${ZDOTDIR:-$HOME}"/.zprezto/runcoms/^README.md(.N); do | |
ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}" | |
done | |
# Set Zsh as the default shell |
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
let completionengines = ['google', 'wikipedia', 'imdb', 'amazon', 'wolframalpha', 'duckduckgo'] | |
imap <C-o> editWithVim | |
map <C-o> :duplicate<CR> | |
map af createTabbedHint | |
map xx x | |
map $ g$ | |
map 0 g0 | |
map qq closeTab | |
map gs fullImageHint | |
map <Space> l |
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
let event = { | |
indexerScript: [ | |
1, " yard" | |
], | |
userScript: [ | |
"Ball on", | |
1 | |
], | |
fields: { | |
1: Field, |
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
Verifying that +jasonmorganson is my openname (Bitcoin username). https://onename.com/jasonmorganson |