Stow kitty and i3status

This commit is contained in:
Christian Colglazier 2023-11-24 18:46:15 -05:00
parent 694f66c435
commit 48710770b8
3 changed files with 3 additions and 3 deletions

View File

@ -8,9 +8,7 @@ fi
dotdir=~/dotfiles
# src dest sudo
files=($dotdir/i3status ~/.config/ 'n'
$dotdir/kitty ~/.config/ 'n'
$dotdir/polybar ~/.config/ 'n'
files=($dotdir/polybar ~/.config/ 'n'
$dotdir/rofi ~/.config/ 'n'
$dotdir/scripts ~/.config/ 'n'
$dotdir/systemd ~/.config/ 'n'
@ -118,6 +116,8 @@ function stow_dotfiles {
stow g13
stow gtk
stow i3
stow i3status
stow kitty
}
setup