-
Notifications
You must be signed in to change notification settings - Fork 1
/
install.conf.yaml
46 lines (42 loc) · 1.64 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
- defaults:
link:
relink: true
- clean: ["~"]
- link:
~/.aliases: aliases
~/.bashrc: bashrc
~/.config/betterlockscreenrc: config/betterlockscreenrc
~/.config/gammastep: config/gammastep
~/.config/gtk-3.0: config/gtk-3.0
~/.config/i3: config/i3
~/.config/kitty: config/kitty
~/.config/mako: config/mako
~/.config/mpv: config/mpv
~/.config/nvim: config/nvim
~/.config/polybar: config/polybar
~/.config/sway: config/sway
~/.config/swaylock: config/swaylock
~/.config/waybar: config/waybar
~/.config/wofi: config/wofi
~/.config/zathura: config/zathura
~/.inputrc: inputrc
~/.vimrc: vimrc
~/.zshrc: zshrc
~/.config/starship.toml:
create: true
path: config/starship.toml
~/.config/tmux/tmux.conf:
create: true
path: config/tmux/tmux.conf
~/.env:
if: "[ -f .env ]"
path: .env
- create:
- ~/.vim/undo-history
- shell:
- git submodule update --init --recursive
- bash -c 'if [[ -f /proc/sys/fs/binfmt_misc/WSLInterop ]]; then cp ./windows/komorebi.json /mnt/c/Users/sxn002/komorebi.json;fi;'
- bash -c 'if [[ -f /proc/sys/fs/binfmt_misc/WSLInterop ]]; then cp ./windows/applications.yaml /mnt/c/Users/sxn002/applications.yaml;fi;'
- bash -c 'if [[ -f /proc/sys/fs/binfmt_misc/WSLInterop ]]; then cp ./windows/komorebi.ahk /mnt/c/Users/sxn002/komorebi.ahk;fi;'
- bash -c 'if [[ -f /proc/sys/fs/binfmt_misc/WSLInterop ]]; then cp ./windows/komorebic.lib.ahk /mnt/c/Users/sxn002/komorebic.lib.ahk;fi;'
- bash -c 'if [[ -f /proc/sys/fs/binfmt_misc/WSLInterop ]]; then cp ./windows/whkdrc /mnt/c/Users/sxn002/.config/whkdrc;fi;'