Compare commits

...

6 Commits

Author SHA1 Message Date
ac9d8e26fa Update 'zsh/dotty.json' 2022-10-26 22:11:32 +02:00
7d258da95b Delete 'zsh/dot' 2022-10-26 22:10:46 +02:00
998b0ac6fa Added zsh config file 2022-10-26 22:10:42 +02:00
a0690fbabc Fixed name 2022-10-26 22:10:07 +02:00
5f0d8aae46 Added zsh config file 2022-10-26 22:08:07 +02:00
1359bbcc1a Aded dotty json 2022-10-26 22:04:30 +02:00
2 changed files with 5 additions and 0 deletions

1
awesome/dotty.json Normal file
View File

@@ -0,0 +1 @@
{"name": "awesomeWM", "files":[{"src": "rc.lua", "dest": "{{config}}/awesome/rc.lua"}]}

4
zsh/dotty.json Normal file
View File

@@ -0,0 +1,4 @@
{"name": "zsh", "files":[
{"src": ".zshrc", "dest": "{{home}}/.zshrc"},
{"src": ".p10k.zsh", "dest": "{{home}}/.p10k.zsh"}
]}