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 21:38:29 +01:00
parent cec5b74238
commit 1dcb590617

View File

@ -71,6 +71,7 @@ brew install curl --with-openssl --with-nghttp2 && brew link curl --force
# Install other brew packages
packages=(\
argon/mas/mas\
bash-completion\
bundler-completion\
docker-compose-completion\
@ -158,6 +159,12 @@ git config --global url.git@github.com:.insteadof https://github.com/
git config --global user.email mark.mcdx@gmail.com
git config --global user.name Integralist
# Install applications from Mac App Store
mas installed 411246225 # Caffeine
mas installed 458034879 # Dash
mas installed 549083868 # Display Menu
mas installed 409789998 # Twitter
# Miscellaneous
echo --color --format documentation --format=Nc > ~/.rspec
curl -LSso ~/.tmux.conf https://raw.githubusercontent.com/Integralist/dotfiles/master/.tmux.conf