dotfiles/install.conf.yaml

39 lines
856 B
YAML
Raw Normal View History

2022-05-08 13:48:18 +02:00
- defaults:
link:
2022-05-08 14:14:08 +02:00
create: true
force: true
2022-05-08 13:48:18 +02:00
2022-05-08 15:25:50 +02:00
- clean:
~/:
~/.config:
2022-05-08 15:33:33 +02:00
recursive: true
2022-05-08 13:48:18 +02:00
2022-05-08 14:14:08 +02:00
- link:
~/.xprofile: xprofile
~/.config/alacritty/alacritty.yml: alacritty.yml
~/.config/fastfetch/config.conf: fastfetch.conf
~/.config/redshift/redshift.conf: redshift.conf
~/.config/fish: fish
~/.config/picom/picom.conf: picom.conf
~/.config/user-dirs.dirs: user-dirs.dirs
~/.config/VSCodium/User/settings.json: vscodium.json
2022-05-08 14:54:35 +02:00
~/.config/templates: templates
~/.config/kitty/kitty.conf: kitty.conf
~/.config/btop/btop.conf: btop.conf
2022-05-08 15:17:54 +02:00
~/.config/mpv: mpv
~/.config/f3d: f3d
2022-05-08 22:09:16 +02:00
~/bin/scripts: scripts
2022-05-08 14:14:08 +02:00
- create:
- ~/downloads
- ~/documents
- ~/pictures
- ~/videos
- ~/music
- ~/proj
- ~/bin
2022-05-08 14:54:35 +02:00
- ~/.desktop
- shell:
- [touch ~/dotfiles/location.txt]