-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
34 lines (30 loc) · 1.08 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
- defaults:
link:
create: true
relink: true
- clean:
- '~'
- link:
~/.config/clj-kondo/config.edn: clj-kondo/config.edn
~/.config/cljfmt/config.edn: cljfmt/config.edn
~/.config/clojure/deps.edn: third-party/clojure-cli-config/deps.edn
~/.config/git/ignore: git/ignore
~/.config/iterm2/custom: iterm2
~/.config/nvim/init.vim: nvim/config/init.vim
~/.lein/profiles.clj: lein/profiles.clj
~/.local/bin/:
path: tools/*
glob: true
~/.local/bin/ungraffle: tools/graffle
~/.local/pkg/ohmyzsh: third-party/ohmyzsh
~/.local/share/nvim/site: nvim/runtime
~/.local/share/zsh/custom/:
path: zsh/custom/*
glob: true
~/.local/share/zsh/custom/plugins/zsh-syntax-highlighting: third-party/zsh-syntax-highlighting
~/.local/share/zsh/custom/themes/powerlevel10k: third-party/powerlevel10k
~/.p10k.zsh: zsh/p10k.zsh
~/.zshrc: zsh/zshrc
~/Library/Application Support/Code/User/settings.json: vscode/settings.json
- shell:
- git config --file ~/.config/git/config include.path $PWD/git/config