macos-provisioning/config.yml

58 lines
858 B
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
homebrew_installed_packages:
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-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
2015-11-16 20:32:46 +00:00
- caffeine
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
2015-11-16 13:04:29 +00:00
- google-chome
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
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
- sublime-text
- phpstorm
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
nodejs_forever: false
nodejs_npm_global_packages:
- { name: grunt-cli }