-
Notifications
You must be signed in to change notification settings - Fork 0
/
.install.conf.yaml
168 lines (168 loc) · 5.31 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
- clean: ['~']
- link:
# i3wm
~/.config/i3/config:
create: true
path: i3/config
~/.config/i3/scripts:
create: true
path: i3/scripts
# dunst
~/.config/dunst/dunstrc:
create: true
path: dunst/dunstrc
# rofi
~/.config/rofi/config.rasi:
create: true
path: rofi/config.rasi
~/.config/rofi/themes:
create: true
path: rofi/themes
~/.config/rofi/color_template.rasi:
create: true
path: rofi/color_template.rasi
# git
~/.gitconfig: gitconfig
~/.gitignore.global: gitignore.global
# tmux
~/.config/tmux/tmux.conf:
create: true
path: tmux/tmux.conf
# XCompose
~/.XCompose: XCompose
# xinitrc
~/.xinitrc: xinitrc
# xbindkeysrc
~/.xbindkeysrc: xbindkeysrc
# profile and zshrc
~/.profile: profile
~/.zshrc: zshrc
# neovim
~/.config/nvim/init.lua:
create: true
path: nvim/init.lua
~/.config/nvim/lua:
create: true
path: nvim/lua
~/.config/nvim/after:
create: true
path: nvim/after
~/.pythonrc: pythonrc
# tig
~/.config/tig/config:
create: true
path: tig/config
~/.config/tig/theme.tigrc:
create: true
path: tig/theme.tigrc
# polybar
~/.config/polybar/config:
create: true
path: polybar/config
# xkb mappings
~/.config/xkb: xkb
# alacritty
~/.config/alacritty/alacritty.yml:
create: true
path: alacritty/alacritty.yml
~/.config/alacritty/color_template.yml:
create: true
path: alacritty/color_template.yml
# pipewire
~/.config/pipewire/pipewire.conf:
create: true
path: pipewire/pipewire.conf
# zathura
~/.config/zathura/zathurarc:
create: true
path: zathurarc
# podman
~/.config/containers/containers.conf:
create: true
path: podman/containers.conf
~/.config/containers/registries.conf:
create: true
path: podman/registries.conf
# spotifyd
~/.config/spotifyd/spotifyd.conf:
create: true
path: spotifyd/spotifyd.conf
# librewolf
~/.librewolf/librewolf.overrides.cfg:
create: true
path: librewolf/librewolf.overrides.cfg
# neofetch
~/.config/neofetch/config.conf:
create: true
path: neofetch/config.conf
# btop
~/.config/btop/btop.conf:
create: true
path: btop/btop.conf
# picom
~/.config/picom.conf: picom.conf
# senpai
~/.config/senpai/senpai.scfg:
create: true
path: senpai/senpai.scfg
~/.config/senpai/highlight:
create: true
path: senpai/highlight
# scripts
~/.local/bin/udev-handler:
create: true
path: bin/udev-handler
- shell:
# git
-
- git clone --recursive https://github.com/petervanderdoes/gitflow-avh.git ~/Downloads/GIT/gitflow-avh
- "Cloning GITFLOW-AVH dependency"
-
- git clone --recursive https://github.com/petervanderdoes/git-flow-completion ~/Downloads/GIT/git-flow-completion
- "Cloning GIT-FLOW-COMPLETION dependency"
-
- wget https://raw.githubusercontent.com/jonas/tig/master/contrib/vim.tigrc -N -P ~/.config/tig/
- "Downloading TIG vim keybindings dependency"
-
- wget https://raw.githubusercontent.com/jonas/tig/master/contrib/git-flow.tigrc -N -P ~/.config/tig/
- "Downloading TIG git-flow keybindings dependency"
# tmux plugin manager
-
- git clone --recursive https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm
- "Cloning TMUX PLUGIN MANAGER dependency (Reload tmux afterwards)"
# oh-my-zsh
-
- git clone --recursive https://github.com/robbyrussell/oh-my-zsh.git ~/Downloads/GIT/oh-my-zsh
- "Cloning OH-MY-ZSH dependency (use antigen instead?)"
# zsh-completions
-
- git clone --recursive https://github.com/zsh-users/zsh-completions ~/Downloads/GIT/zsh-completions
- "Cloning ZSH-COMPLETIONS dependency"
# zce.zsh
-
- git clone --recursive https://github.com/hchbaw/zce.zsh.git ~/Downloads/GIT/zce.zsh
- "Cloning zce.zsh dependency"
# base16 things
-
- git clone --recursive https://github.com/tinted-theming/base16-shell.git ~/Downloads/GIT/base16-shell
- "Cloning base16-shell dependency"
-
- git clone --recursive https://github.com/tinted-theming/base16-xresources.git ~/Downloads/GIT/base16-xresources
- "Cloning base16-xresources dependency"
# powerlevel10k
-
- git clone --recursive https://github.com/romkatv/powerlevel10k.git ~/Downloads/GIT/powerlevel10k
- "Cloning powerlevel10k dependency"
# pyenv
-
- git clone https://github.com/pyenv/pyenv.git ~/Downloads/GIT/pyenv
- "Cloning pyenv dependency"
-
- git clone https://github.com/pyenv/pyenv-virtualenv.git ~/Downloads/GIT/pyenv/plugins/pyenv-virtualenv
- "Cloning pyenv-virtualenv dependency"
-
- git clone https://github.com/pyenv/pyenv-update.git ~/Downloads/GIT/pyenv/plugins/pyenv-update
- "Cloning pyenv-update dependency"
-
- git clone https://github.com/pyenv/pyenv-ccache.git ~/Downloads/GIT/pyenv/plugins/pyenv-ccache
- "Cloning pyenv-ccache dependency"