This commit is contained in:
mitchell 2025-10-19 02:42:39 -04:00
parent 44780e9a9e
commit 874bbc3c1d
13 changed files with 728 additions and 125 deletions

2
sync
View file

@ -73,6 +73,7 @@ end
function sync_desktop_env -a uname
rsync -aP ./.wezterm.lua ~/
rsync -aP ./.config/ghostty ~/.config/
or return 1
switch $uname
@ -86,6 +87,7 @@ function sync_desktop_env -a uname
and rsync -aP ./.config/picom ~/.config/
and rsync -aP ./.config/polybar ~/.config/
and rsync -aP ./.config/rofi ~/.config/
and rsync -aP ./.config/niri ~/.config/
end
end