-
Notifications
You must be signed in to change notification settings - Fork 14
/
config.yml
executable file
·132 lines (121 loc) · 2.42 KB
/
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
---
project_dir: ~/Project
downloads_dir: ~/Downloads
downloads: ~/.ansible-downloads/
configure_dotfiles: yes
configure_sudoers: yes
configure_osx: yes
configure_extra: yes
configure_dock: yes
configure_zsh: yes
dotfiles_repo: https://github.com/flemzord/dotfiles.git
dotfiles_repo_accept_hostkey: yes
dotfiles_repo_local_destination: ~/.dotfiles
dotfiles_files:
- .zshrc
- .gitconfig
- .gitignore
- .osx
- .vimrc
homebrew_taps:
- homebrew/cask
- wallix/awless
- homebrew/cask-fonts
- homebrew/cask-versions
- aws/tap
- lucagrulla/tap
homebrew_installed_packages:
- bash-completion
- git
- nvm
- wget
- curl
- htop
- kubernetes-cli
- kubernetes-helm
- mas
- ncdu
- packer
- terraform
- zsh
- tree
- dockutil
- watch
- zplug
- fzf
- awscli
- httpie
- jq
- terminal-notifier
- vim
- wget
- glances
homebrew_cask_appdir: /Applications
homebrew_cask_apps:
- google-chrome
- brave-browser
- firefox
- discord
- iterm2
- vlc
- visual-studio-code
- jetbrains-toolbox
- deepl
- messenger
- zoomus
- whatsapp
- font-jetbrains-mono
- postman
- transmission
- transmit
- pocket-casts
# See `geerlingguy.mas` role documentation for usage instructions.
mas_signin_dialog: yes
mas_installed_apps:
- { id: 747648890, name: "Telegram" }
- { id: 409183694, name: "Keynote" }
- { id: 409203825, name: "Numbers" }
- { id: 409201541, name: "Pages" }
- { id: 557168941, name: "Tweetbot for Twitter" }
- { id: 462054704, name: "Microsoft Word" }
- { id: 462058435, name: "Microsoft Excel" }
- { id: 462062816, name: "Microsoft Powerpoint" }
- { id: 985367838, name: "Microsoft Outlook" }
- { id: 803453959, name: "Slack" }
- { id: 1176895641, name: "Spark – Email App by Readdle" }
- { id: 1333542190, name: "1Password 7 - Password Manager" }
- { id: 1284863847, name: "Unsplash Wallpapers" }
mas_upgrade_all_apps: yes
osx_script: "~/.osx --no-restart"
dockitems_disabled:
- Launchpad
- Siri
- Mail
- Safari
- Contacts
- Notes
- Rappels
- Maps
- Photos
- Messages
- FaceTime
- iTunes
- iBooks
- App Store
- Calendrier
- Terminal
- Plans
- Pages
- Numbers
- Keynote
- Préférences Système
dockitems_enabled:
- name: iTerm
path: "/Applications/iTerm.app"
pos: 1
- name: Tweetbot
path: "/Applications/Tweetbot.app"
pos: 3
- name: Telegram
path: "/Applications/Telegram.app"
pos: 4