-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.conf
More file actions
46 lines (35 loc) · 1000 Bytes
/
install.conf
File metadata and controls
46 lines (35 loc) · 1000 Bytes
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
- defaults:
link:
create: true
relink: true
- clean:
- '~'
- ~/Library/Application Support/Code/User
- ~/Library/KeyBindings/
- link:
# Link entire repo
~/.dotfiles: ''
# ghostty
~/.config/ghostty: ghostty
# curl
~/.curlrc: curl/curlrc
# ergodox config
~/Library/KeyBindings/navigation.dict: ergodox/navigation.dict
# git
~/.gitconfig: git/gitconfig
~/.gitconfig-atlassian: git/gitconfig-atlassian
~/.gitignore_global: git/gitignore_global
# psql
~/.psqlrc: psql/psqlrc
# ripgrep
~/.ripgreprc: ripgrep/ripgreprc
# shell
~/.zshrc: shell/zsh/zshrc
~/.zsh: shell/zsh
~/.fzf.zsh: shell/fzf/fzf.zsh # fzf completion
~/.hushlogin: shell/hushlogin # silence login message
# vscode
~/Library/Application Support/Code/User/settings.json: vscode/settings.json
~/Library/Application Support/Code/User/keybindings.json: vscode/keybindings.json
- shell:
- brew bundle