-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.conf.yaml
More file actions
28 lines (23 loc) · 915 Bytes
/
install.conf.yaml
File metadata and controls
28 lines (23 loc) · 915 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
- defaults:
link:
relink: true
create: true
- link:
~/.clang-format: cpp/clang-format
~/.isort.cfg: python/isort.cfg
~/.pylintrc: python/pylintrc
$XDG_CONFIG_HOME/black: python/black
$XDG_CONFIG_HOME/mypy/config: python/mypy.ini
$XDG_CONFIG_HOME/pycodestyle: python/pycodestyle
$XDG_CONFIG_HOME/ruff/ruff.toml: python/ruff.toml
$XDG_CONFIG_HOME/third_party_vimrc: third_party_vimrc
# do not link the folder itself so that the rest of the files, such as plugins do not drag
$XDG_CONFIG_HOME/vim/vimrc: vim/vimrc
$XDG_CONFIG_HOME/vim/snapshot.vim: vim/snapshot.vim
$XDG_CONFIG_HOME/vim/settings/: vim/settings/
$XDG_CONFIG_HOME/vim/shortcuts/: vim/shortcuts/
$XDG_CONFIG_HOME/ycm_extra_conf/: ycm_extra_conf
$XDG_CONFIG_HOME/ghostty/config: ghostty/config
~/.p10k.zsh: zsh/p10k.zsh
~/.zshenv: zsh/zshenv
~/.zshrc: zsh/zshrc