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
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
# 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
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
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
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
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
Adium.app | |
Adobe Edge Code CC.app | |
Airfoil Speakers.app | |
Airfoil.app | |
Alfred.app | |
Amazon Cloud Drive App.app | |
AnyDo.app | |
App Store.app | |
AppCleaner.app | |
Appium.app |
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
jspm install aurelia-binding aurelia-bootstrapper aurelia-dependency-injection aurelia-event-aggregator aurelia-framework aurelia-history aurelia-history-browser aurelia-loader aurelia-loader-default aurelia-logging aurelia-metadata aurelia-path aurelia-route-recognizer aurelia-router aurelia-task-queue aurelia-templating aurelia-templating-binding aurelia-templating-resources aurelia-templating-router |
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
# Update | |
sudo apt-get update | |
# Install dependencies | |
sudo apt-get install -y \ | |
build-essential \ | |
cmake \ | |
curl \ | |
git \ | |
m4 \ |