Stow rofi

This commit is contained in:
Christian Colglazier 2023-11-24 19:00:57 -05:00
parent 5e6e96e990
commit 4c1a3d0647
3 changed files with 2 additions and 2 deletions

View File

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