From 8661d65d5543e1ce4aac5e60086474945d069296 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Fri, 24 Nov 2023 19:04:28 -0500 Subject: [PATCH] Stow mako --- install.sh | 2 +- mako/{ => .config/mako}/config | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename mako/{ => .config/mako}/config (100%) 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