-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
85 lines (69 loc) · 1.63 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
- defaults:
link:
relink: true
create: true
clean:
recursive: true
- clean:
# General
- '~/.config'
# Neovim
- '~/.config/nvim'
# Fish
- '~/.config/fish'
- '~/.config/fish/functions'
- '~/.config/fish/conf.d'
# Alacritty
- '~/.config/alacritty'
# Bat
- '~/.config/bat'
# Git
- '~/.config/git'
# Bottom
- '~/.config/bottom'
- link:
# Tmux
~/.tmux.conf:
path: tmux/tmux.conf
~/.tmux/plugins/tpm:
path: tmux/plugins/tpm
# Neovim
~/.config/nvim/init.lua:
path: nvim/init.lua
~/.config/nvim/lua:
path: nvim/lua/**/*.lua
glob: true
~/.config/nvim/coc-settings.json:
path: nvim/coc-settings.json
# Fish shell
~/.config/fish/config.fish:
path: fish/config.fish
~/.config/fish/conf.d:
path: fish/conf.d/*.fish
glob: true
~/.config/fish/functions:
path: fish/functions/*.fish
glob: true
~/.config/fish/fish_plugins:
path: fish/fish_plugins
# Alacritty
~/.config/alacritty/alacritty.yml:
path: alacritty/alacritty.yml
# Git
~/.config/git/config:
path: git/config
# Bat
~/.config/bat/config:
path: bat/config
# Bottom
~/.config/bottom/bottom.toml:
path: bottom/bottom.toml
# starship
~/.config/starship.toml:
path: starship/starship.toml
# Broot
~/.config/broot/conf.toml:
path: broot/conf.toml
- shell:
- [git submodule update --init --recursive, Installing submodules]
- [curl -fsSL https://starship.rs/install.sh | sh /dev/stdin --yes, Installing Starship]