0
0
mirror of https://github.com/letic/Shell-Scripts.git synced 2024-09-28 05:56:04 +00:00

Update bootstrap.sh

This commit is contained in:
Mark McDonnell 2016-03-27 20:59:24 +01:00
parent c7b5b64098
commit cec5b74238

View File

@ -61,6 +61,11 @@ curl -LSso ~/usr/local/bin/voom https://raw.githubusercontent.com/airblade/voom/
alias voom="VIM_DIR=~/.vim voom"
voom
vim -E -s <<EOF
:set spell
:quit
EOF
# Install Curl with OpenSSL and HTTP2
brew install curl --with-openssl --with-nghttp2 && brew link curl --force
@ -156,3 +161,5 @@ git config --global user.name Integralist
# Miscellaneous
echo --color --format documentation --format=Nc > ~/.rspec
curl -LSso ~/.tmux.conf https://raw.githubusercontent.com/Integralist/dotfiles/master/.tmux.conf
curl -LSso ~/smyck.terminal https://raw.githubusercontent.com/Integralist/dotfiles/master/terminal-themes/Smyck.terminal
open ~/smyck.terminal