-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
54 lines (51 loc) · 1.49 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
- defaults:
link:
relink: true
- clean: ["~"]
- link:
~/.bash_profile: bash_profile
~/.bashrc: bashrc
~/.config/alacritty/alacritty.toml: alacritty.toml
~/.config/alacritty/nord.toml: nord-alacritty/src/nord.toml
~/.config/bat/config: bat_config
~/.config/fish/:
create: true
glob: true
path: fish/**
~/.config/latexindent/:
create: true
glob: true
path: latexindent/**
exclude: [latexindent/indentconfig.yaml]
~/.config/nvim/after/:
create: true
path: nvim/after/
~/.config/nvim/lua/:
create: true
# glob: true
path: nvim/lua/
~/.config/nvim/init.lua: nvim/init.lua
~/.config/starship.toml: starship.toml
~/.config/zellij/config.kdl: zellij.kdl
~/.dir_colors: ./nord-dircolors/src/dir_colors
~/.gitconfig: gitconfig
~/.gitignore: gitignore
~/.indentconfig.yaml: latexindent/indentconfig.yaml
~/Library/Application Support/Code/User/settings.json:
create: true
path: vscode/settings.json
~/Library/Application Support/Code/User/keybindings.json:
create: true
path: vscode/keybindings.json
~/Library/Application Support/ruff/ruff.toml:
create: true
path: ruff.toml
~/.p10k.zsh: p10k.zsh
~/.Rprofile: Rprofile
# ~/.ssh/config: ssh/config
~/.tmux.conf: tmux.conf
~/.vimrc: vimrc
~/.zprofile: zprofile
~/.zshrc: zshrc
- shell:
- [git submodule update --init --recursive --remote, Installing submodules]