From 32598aa97b7a0dfd9d748116e7cb47357246c979 Mon Sep 17 00:00:00 2001 From: zymon Date: Mon, 14 Oct 2024 11:34:06 +0200 Subject: [PATCH] =?UTF-8?q?brakuj=C4=85cy=20katalog=20dla=20zsh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index afef017..f169196 100755 --- a/install.sh +++ b/install.sh @@ -7,6 +7,7 @@ source config/zsh/.zshenv mkdir -p "${XDG_CONFIG_HOME}" mkdir -p "${XDG_DATA_HOME}" + INSTALL_CONFIGS=(dunst git i3 i3blocks lf ncmpcpp mpd picom redshift rofi tmux wezterm x11 zsh) for f in $INSTALL_CONFIGS ; do echo "Installing config for ${f}..."