dotfiles add

This commit is contained in:
Maksim Totmin
2022-05-08 17:02:59 +07:00
parent 49a51849e0
commit 3bfa324d00
26 changed files with 1241 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/zsh
for conf in ~/.config/zsh/*.zsh; do
source $conf
done
#start sway
if [ "$(tty)" = "/dev/tty1" ]; then
exec sway
fi