-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvars.yml
executable file
·154 lines (143 loc) · 2.82 KB
/
vars.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
# Applications
homebrew_taps:
- homebrew/core
#- caskroom/cask
- homebrew/cask-fonts
homebrew_packages:
- ansible
- composer
- docker
- ffmpeg
- git
- gnupg
- gnupg2
- icu4c
- imagemagick
- libpng
- mkcert
- mongodb-atlas-cli
- mongodb-database-tools
- mongosh
- node
- nvm
- php
- phpunit
- pnpm
- python
- sqlite
- supabase
- yarn
- zsh
homebrew_cask_apps:
- appcleaner
- bitwarden
- brave-browser
- calibre
- db-browser-for-sqlite
- discord
- figma
- firefox
- flux
- font-fira-code
- google-chrome
- handbrake
- imageoptim
- iterm2
- itsycal
- keepingyouawake
- keka
- loom
- postman
- sequel-pro
- slack
- spotify
- the-unarchiver
- visual-studio-code
- vlc
- whatsapp
- yacreader
# Dotfiles
dotfiles_repo: [email protected]:italodr/dotfiles.git
dotfiles_dest: ~/.dotfiles
dotfiles_files:
- .ssh/config
- .aliases
- .bashrc
- .exports
- .gitconfig
- .gitignore
- .inputrc
- .vimrc
- .zpreztorc
- .zshrc
# Preferences
# preferences_repo: [email protected]:italodr/preferences.git
# preferences_dest: ~/.preferences
# preferences_files:
# - com.googlecode.iterm2.plist
# Shell
shell: zsh
# Vim install plugins command
vim_plugins: vim +'PlugInstall --sync' +qa
# Nodejs
nodejs_global:
- nodemon
- npx
- npm-check-updates
- vercel
- pnpm
# - specificity-graph
# - lighthouse
# - lighthouse-parade
# OhMyZSH
oh_my_zsh_theme: spaceship
oh_my_zsh_dependencies:
- git
- zsh
oh_my_zsh_plugins:
- git
oh_my_zsh_install: yes
users:
- username: italo
oh_my_zsh:
theme: spaceship
plugins:
- git
# OS settings
os_settings_finder:
- "AppleShowAllFiles YES" # Show hidden files
- "SidebarShowingSignedIntoiCloud NO"
os_settings_mouse:
- "MouseOneFingerDoubleTapGesture 0"
- "MouseTwoFingerHorizSwipeGesture 2"
- "MouseVerticalScroll YES"
- "UserPreferences YES"
- "MouseHorizontalScroll YES"
- "MouseButtonDivision 55"
- "MouseMomentumScroll YES"
- "MouseButtonMode TwoButton"
- "MouseTwoFingerDoubleTapGesture 3"
os_settings_trackpad:
- "TrackpadCornerSecondaryClick 0"
- "TrackpadPinch 1"
- "USBMouseStopsTrackpad 0"
- "TrackpadFourFingerVertSwipeGesture 2"
- "TrackpadRotate 1"
- "TrackpadHorizScroll 1"
- "TrackpadTwoFingerDoubleTapGesture 1"
- "TrackpadMomentumScroll YES"
- "TrackpadFourFingerPinchGesture 2"
- "UserPreferences YES"
- "Clicking YES"
- "TrackpadThreeFingerTapGesture 2"
- "TrackpadThreeFingerHorizSwipeGesture 2"
- "TrackpadScroll YES"
- "DragLock NO"
- "TrackpadFiveFingerPinchGesture 2"
- "TrackpadThreeFingerVertSwipeGesture 2"
- "TrackpadTwoFingerFromRightEdgeSwipeGesture 3"
- "Dragging NO"
- "TrackpadRightClick YES"
- "TrackpadHandResting YES"
- "TrackpadFourFingerHorizSwipeGesture 2"
- "TrackpadThreeFingerDrag NO"