-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.config.yml
73 lines (66 loc) · 1.16 KB
/
default.config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
---
configure_dotfiles: yes
configure_macos: no
dotfiles_repo: "https://github.com/justinasposiunas/dotfiles.git"
dotfiles_repo_version: master
dotfiles_repo_accept_hostkey: yes
dotfiles_files:
- .gitconfig
- .zshrc
- .macos
homebrew_installed_packages:
- composer
- exercism
- git
- go
- httpie
- jq
- node
- nvm
- php
- sqlite
- tldr
- tmux
- tree
- wget
- yarn
- zsh
homebrew_taps:
- homebrew/core
- homebrew/cask
- homebrew/cask-fonts
homebrew_cask_apps:
- alfred
- caffeine
- docker
- firefox
- font-fira-code
- google-chrome
- insomnia
- iterm2
- notion
- slack
- sequel-pro
- spotify
- spectacle
- sublime-merge
- tableplus
- vagrant
- virtualbox
- visual-studio-code
- vlc
- zoomus
mas_installed_apps:
- { id: 1091189122, name: "Bear (1.6.15)" }
- { id: 1368722917, name: "Effortless (2.0.24)"}
- { id: 1176895641, name: "Spark - Email App by Readdle (2.3.10)" }
mas_email: ""
mas_password: ""
osx_script: "~/.macos --no-restart"
composer_packages:
- name: psy/psysh
state: present
- name: phpunit/phpunit
state: present
- name: hirak/prestissimo
state: present