Stow mako

This commit is contained in:
Christian Colglazier 2023-11-24 19:04:28 -05:00
parent cdd6f23f30
commit 8661d65d55
2 changed files with 1 additions and 1 deletions

View File

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