Fix install config filename

master
livie 2023-09-26 23:19:29 +03:00
parent 54efff6678
commit 8639d53137
2 changed files with 20 additions and 0 deletions

20
install.conf.yaml Normal file
View File

@ -0,0 +1,20 @@
- defaults:
link:
create: true
relink: true
- clean: ["~"]
- link:
~/.config/kitty: config/kitty
~/.config/powerline: config/powerline
~/.config/ranger: config/ranger
~/.vimrc: vimrc
~/.zprofile: zprofile
~/.zshrc: zshrc
- create:
- ~/.zsh_history
- shell:

View File