macos-provisioning/vars.yml

77 lines
1.1 KiB
YAML
Raw Normal View History

2015-11-16 13:04:29 +00:00
---
dotfiles_repo: "https://github.com/opdavies/dotfiles.git"
2015-11-16 18:37:51 +00:00
dotfiles_repo_local_destination: "~/Code/Personal/dotfiles"
2015-11-16 13:04:29 +00:00
dotfiles_files:
2015-11-16 13:48:22 +00:00
- .composer/composer.json
- .composer/composer.lock
2015-11-16 13:04:29 +00:00
- .gitconfig
- .gitignore-global
2015-11-16 13:48:22 +00:00
- .ideavimrc
- .osx
- .vimrc
2015-11-16 13:04:29 +00:00
2015-12-07 11:23:00 +00:00
homebrew_taps:
- caskroom/cask
- homebrew/dupes
- homebrew/php
2016-01-06 07:01:10 +00:00
- homebrew/services
2015-12-07 11:23:00 +00:00
2015-11-16 13:04:29 +00:00
homebrew_installed_packages:
2015-12-07 11:23:15 +00:00
- drupal-code-sniffer
2015-11-16 13:12:32 +00:00
- fish
2015-11-17 09:18:35 +00:00
- git-extras
- git-flow
- git-sh
2015-11-18 17:09:13 +00:00
- mysql
2015-11-17 09:55:13 +00:00
- htop
2015-11-16 20:32:46 +00:00
- hub
2015-11-16 13:04:29 +00:00
- ssh-copy-id
2015-11-17 09:55:13 +00:00
- watch
2015-11-16 13:04:29 +00:00
- wget
homebrew_cask_apps:
- alfred
2016-01-03 23:41:58 +00:00
- acquia-dev-desktop
- appcleaner
2015-12-28 17:34:49 +00:00
- atom
2015-11-16 20:32:46 +00:00
- caffeine
- clamxav
2015-11-16 13:04:29 +00:00
- cyberduck
2015-11-16 13:48:34 +00:00
- dropbox
2015-11-16 13:04:29 +00:00
- filezilla
- firefox
2015-11-16 20:32:46 +00:00
- flux
- gitx
2016-01-08 17:16:24 +00:00
- google-chrome
2015-11-16 13:48:34 +00:00
- google-drive
2015-11-16 15:02:25 +00:00
- gpgtools
2015-11-16 13:04:29 +00:00
- hipchat
- iterm2
2016-01-04 23:47:25 +00:00
- lastpass
- moom
2015-11-16 20:32:46 +00:00
- opera
2015-11-16 13:04:29 +00:00
- sequel-pro
2015-11-16 20:32:46 +00:00
- slack
- sourcetree
2015-11-16 14:59:22 +00:00
- spotify
2015-11-16 13:04:29 +00:00
- skype
- teamviewer
2015-12-02 13:34:59 +00:00
- textwrangler
2015-11-16 13:04:29 +00:00
- phpstorm
2016-01-07 10:09:46 +00:00
- textual
2015-11-16 20:32:46 +00:00
- the-unarchiver
- tunnelblick
2015-11-16 16:02:06 +00:00
- vagrant
2015-11-16 13:04:29 +00:00
- virtualbox
2015-11-16 13:48:34 +00:00
- vlc
2015-11-17 12:12:14 +00:00
ruby_install_gems:
- grunt
2015-12-16 07:47:22 +00:00
- jekyll
2015-11-17 12:12:14 +00:00
nodejs_forever: false
nodejs_npm_global_packages:
- { name: grunt-cli }
2016-01-04 01:39:55 +00:00
- { name: gulp }
- { name: gulp-util }