-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.conf.yaml
More file actions
33 lines (30 loc) · 1.03 KB
/
install.conf.yaml
File metadata and controls
33 lines (30 loc) · 1.03 KB
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
- defaults:
link:
relink: true
force: true
- clean: ['~']
- link:
~/.config/i3:
path: config/i3
force: true
~/.config/polybar:
path: config/polybar
force: true
~/.config/pac/pac.yml: config/pac/pac.yml
~/.vimrc: vimrc
~/.zshrc: zshrc
~/.config/remmina/remmina.pref: config/remmina/remmina.pref
~/.config/freerdp/known_hosts2: config/freerdp/known_hosts2
~/.ssh/config: ssh/config
~/.oh-my-zsh/custom/themes: oh-my-zsh/custom/themes
~/.vim/bundle: vim/bundle
~/.local/share/applications/st.desktop: local/share/applications/st.desktop
~/.local/share/applications/Telconi.win.desktop: local/share/applications/Telconi.win.desktop
~/.local/share/applications/Winbox.desktop: local/share/applications/Winbox.desktop
~/bin/reboot_cisco3911.exp: bin/reboot_cisco3911.exp
~/bin/rofiMenu: bin/rofiMenu
~/bin/screenlock.sh: bin/screenlock.sh
- create:
- ~/.vim/undo-history
- shell:
- [git submodule update --init --recursive, Installing submodules]