Compare commits

..

6 Commits

Author SHA1 Message Date
tobimai ac9d8e26fa Update 'zsh/dotty.json' 2022-10-26 22:11:32 +02:00
tobimai 7d258da95b Delete 'zsh/dot' 2022-10-26 22:10:46 +02:00
tobimai 998b0ac6fa Added zsh config file 2022-10-26 22:10:42 +02:00
tobimai a0690fbabc Fixed name 2022-10-26 22:10:07 +02:00
tobimai 5f0d8aae46 Added zsh config file 2022-10-26 22:08:07 +02:00
tobimai 1359bbcc1a Aded dotty json 2022-10-26 22:04:30 +02:00
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
{"name": "awesomeWM", "files":[{"src": "rc.lua", "dest": "{{config}}/awesome/rc.lua"}]}
+4
View File
@@ -0,0 +1,4 @@
{"name": "zsh", "files":[
{"src": ".zshrc", "dest": "{{home}}/.zshrc"},
{"src": ".p10k.zsh", "dest": "{{home}}/.p10k.zsh"}
]}