macos-provisioning/vars/main.yml
2016-06-13 21:02:46 +01:00

99 lines
1.5 KiB
YAML

---
dotfiles_repo: "https://github.com/opdavies/dotfiles.git"
dotfiles_repo_local_destination: "~/Code/Personal/github/dotfiles"
dotfiles_files:
# - .composer/composer.json
# - .composer/composer.lock
- aliases/ga.fish
- aliases/gc.fish
- aliases/gs.fish
- aliases/l.fish
- aliases/v.fish
- .gitconfig
- .gitignore-global
- .ideavimrc
- .vimrc
homebrew_taps:
- caskroom/cask
- caskroom/fonts
- homebrew/dupes
- homebrew/php
- homebrew/services
homebrew_installed_packages:
- composer
- drupal-code-sniffer
- fish
- git-extras
- git-flow
- git-sh
- htop
- hub
- myrepos
- mysql
- peco
# - php56
# - php56-xdebug
- phpmd
- phpunit
- python
- ssh-copy-id
- tig
- watch
- wget
homebrew_cask_apps:
- alfred
- appcleaner
- blue-jeans-launcher
- caffeine
- cyberduck
- dockertoolbox
- dropbox
- filezilla
- fing
- firefox
- flux
- font-hack
- gitx
- google-chrome
- google-drive
- gpgtools
- iterm2
- joinme
- keepassx
- lastpass
- licecap
- moom
- opera
- phpstorm
- seil
- sequel-pro
- skype
- slack
- sourcetree
- spotify
- sublime-text
- teamviewer
- textual
- textwrangler
- the-unarchiver
- tunnelblick
- vagrant
- virtualbox
- vlc
homebrew_upgrade_all_packages: yes
ruby_install_gems:
- grunt
- jekyll
nodejs_forever: false
nodejs_npm_global_packages:
- name: grunt-cli
- name: gulp
sublime_path: "~/Library/Application Support/Sublime Text 2"