-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
190 lines (180 loc) · 3.67 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
downloads: ~/.ansible-downloads
# ssh config
source_key: "./files/.ssh/id_ed25519"
source_key_pub: "./files/.ssh/id_ed25519.pub"
dest_key: "{{ lookup('env', 'HOME') }}/.ssh/id_ed25519"
dest_key_pub: "{{ lookup('env', 'HOME') }}/.ssh/id_ed25519.pub"
# gpg config
source_gpg_key: "./files/gpg.asc"
# Configure the Dock via dockutil.
configure_dock: true
dockitems_remove:
- TV
- Podcasts
- Contacts
dockitems_persist:
- name: "kitty"
path: "/Applications/kitty.app/"
- name: "VSCode"
path: "/Applications/Visual Studio Code.app"
dotfiles_repo: https://github.com/witoszekdev/dotfiles.git
dotfiles_repo_local_destination: ~/dotfiles
homebrew_installed_packages:
# - ansible # Installed via Pip.
# Main utils (GNU)
- coreutils
- moreutils
- findutils
- gnu-sed
- wget
- grep
- openssh
- screen
- git
- git-lfs
- tree
- ffmpeg
- openssl
- pv # pipe viewer (monitor pipe progress)
- p7zip # 7-zip
- rlwrap
- ssh-copy-id
- zopfli # zlib (gzip) compressor
- rclone
- brotli
- gettext
- iperf
- nmap
- python3
# Programming
- lua
- node
- go
- volta
- yarn
- pyenv
- sqlite
- awscli
- httpie
- neovim
- watchman
- cmake
- direnv
# Modern utils
- fd
- fx
- fzf
- gd
- gh
- jq
- lsd
- bat
- ripgrep
- lazygit
- git-delta
- git-recent
- git-secrets
- ctop
- difftastic
- broot
- cheat
- bottom
- gtop
- gping
- procs
- zoxide
- dog
- gron
# Fun
- thefuck
- grex # easy regexes
- tealdeer # tldr
- howdoi
- youtube-dl
- glow
- graphviz
# Shell
- zsh
- zsh-autosuggestions
- zsh-completions
- zsh-syntax-highlighting
- starship
- mcfly
homebrew_taps:
- homebrew/core
- homebrew/cask
- homebrew/cask-fonts
homebrew_cask_appdir: /Applications
homebrew_cask_accept_external_apps: true
homebrew_cask_apps:
- docker
- gpg-suite-no-mail
- google-chrome
- slack
- cron
- notion
- clickup
- warp
- visual-studio-code
- setapp
- raycast
- zoom
- spotify
- gitify
- discord
- hey
- vimr
- font-blex-mono-nerd-font
- font-jetbrains-mono-nerd-font
- font-space-mono-nerd-font
- rocket
# See `geerlingguy.mas` role documentation for usage instructions.
mas_installed_apps:
- { id: 441258766, name: "Magnet" }
- { id: 1534275760, name: "LanguageTool" }
- { id: 1480068668, name: "Messenger" }
- { id: 1433648537, name: "Passepartout" }
- { id: 1502839586, name: "Hand Mirror" }
- { id: 803453959, name: "Slack" }
- { id: 409201541, name: "Pages" }
- { id: 747648890, name: "Telegram" }
- { id: 937984704, name: "Amphetamine" }
- { id: 409203825, name: "Numbers" }
mas_email: "[email protected]"
# Install packages from other package managers.
# Note: You are responsible for making sure the required package managers are
# installed, eg. through homebrew.
composer_packages: []
# - name: drush
# state: present # present/absent, default: present
# version: "^8.1" # default: N/A
gem_packages: []
# - name: bundler
# state: present # present/absent/latest, default: present
# version: "~> 1.15.1" # default: N/A
npm_packages:
- name: serve
state: latest
- name: neovim
state: latest
- name: "@fsouza/prettierd"
state: latest
# - name: webpack
# state: present # present/absent/latest, default: present
# version: "^2.6" # default: N/A
pip_packages:
- name: ansible
- name: pyenv
version: latest
- name: neovim
version: latest
- name: neovim-remote
version: latest
- name: proselint
version: latest
- name: codespell
- name: black
- name: flake8
# - name: mkdocs
# state: present # present/absent/latest, default: present
# version: "0.16.3" # default: N/A