1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Add laptop.local script for setup

This commit is contained in:
Daniel Barber 2017-11-20 13:50:35 -05:00
parent e7ccdceb51
commit b8bf3fac43

32
laptop.local Normal file
View File

@ -0,0 +1,32 @@
brew bundle --file=- <<EOF
brew "tig"
brew "rsync"
brew "pv"
cask "1password"
cask "acorn"
cask "alfred"
cask "colorpicker-skalacolor"
cask "dropbox"
cask "fantastical"
cask "firefox"
cask "google-chrome"
cask "imagealpha"
cask "imageoptim"
cask "istat-menus"
cask "iterm2"
cask "ivolume"
cask "kaleidoscope"
cask "karabiner-elements"
cask "macvim"
cask "slack"
cask "spotify"
cask "superduper"
cask "transmit"
cask "textmate"
cask "vlc"
tap "caskroom/fonts"
cask "font-source-code-pro"
cask "font-source-sans-pro"
EOF