31 lines
503 B
YAML
31 lines
503 B
YAML
---
|
|
dotfiles_repo: "https://github.com/opdavies/dotfiles.git"
|
|
dotfiles_repo_local_destination: "~/Code/dotfiles"
|
|
dotfiles_files:
|
|
- .composer/composer.json
|
|
- .composer/composer.lock
|
|
- .gitconfig
|
|
- .gitignore-global
|
|
- .ideavimrc
|
|
- .osx
|
|
- .vimrc
|
|
|
|
homebrew_installed_packages:
|
|
- fish
|
|
- ssh-copy-id
|
|
- wget
|
|
|
|
homebrew_cask_apps:
|
|
- alfred
|
|
- cyberduck
|
|
- filezilla
|
|
- firefox
|
|
- google-chome
|
|
- hipchat
|
|
- iterm2
|
|
- sequel-pro
|
|
- skype
|
|
- sublime-text
|
|
- phpstorm
|
|
- virtualbox
|