Stow scripts

This commit is contained in:
Christian Colglazier 2023-11-25 09:35:34 -05:00
parent 547eb10705
commit b41a4141f2
41 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,7 @@ fi
dotdir=~/dotfiles
# src dest sudo
files=($dotdir/scripts ~/.config/ 'n'
$dotdir/systemd ~/.config/ 'n'
files=($dotdir/systemd ~/.config/ 'n'
$dotdir/settings.conf ~/.config/ 'n')
# arg parser
@ -118,6 +117,7 @@ function stow_dotfiles {
stow rofi
stow waybar
stow mako
stow scripts
}
function install_python_libs {