-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
34 lines (32 loc) · 1.16 KB
/
install.conf.yaml
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
- clean:
~/:
- link:
~/.aws:
~/.config:
~/.vimrc:
~/.zprofile:
~/.zsh_history:
force: true
~/.zshenv:
~/.zshrc:
- shell:
- chmod 700 ~/.config/op/
- chmod 700 ~/.config/op/plugins/
- chmod 700 ~/.config/op/plugins/used_items/
- chmod 600 ~/.config/op/plugins/used_items/*.json
- defaults write -g "ApplePressAndHoldEnabled" -bool "false"
- defaults write -g "InitialKeyRepeat" -float "15"
- defaults write -g "KeyRepeat" -float "1"
- defaults write -g "NSNavPanelExpandedStateForSaveMode2" -bool "true"
- defaults write com.apple.dock "appswitcher-all-displays" -bool "true"
- defaults write com.apple.dock "autohide-delay" -float "0"
- defaults write com.apple.dock "autohide" -bool "true"
- defaults write com.apple.dock "show-recents" -bool "false"
- defaults write com.apple.dock "showhidden" -bool "true"
- defaults write com.apple.dock "size-immutable" -bool "true"
- defaults write com.apple.dock "static-only" -bool "true"
- killall Dock
- command: |-
echo 'NOTE: Some of the changes will take effect the next time you log in.\n'
quiet: true
stdout: true