diff --git a/install.sh b/install.sh index 167dd22..7bfb475 100755 --- a/install.sh +++ b/install.sh @@ -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 diff --git a/mako/config b/mako/.config/mako/config similarity index 100% rename from mako/config rename to mako/.config/mako/config