From f8bc4527195d09979113f9005c261f2b359c93d2 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sat, 28 Sep 2024 17:31:32 +0200 Subject: [PATCH] install.sh: update --- install.sh | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/install.sh b/install.sh index ec63b77..e08d53c 100755 --- a/install.sh +++ b/install.sh @@ -6,12 +6,14 @@ DIRECTORIES=( nvim fish alacritty - hypr - waybar - wofi - #i3 + #hypr + #waybar + #wofi + i3 + polybar #i3status - #rofi + rofi + dunst smartgit lazygit tmux-plugins @@ -24,6 +26,7 @@ done ln -sfr $BASE_PATH/bashrc $HOME/.bashrc ln -sfr $BASE_PATH/tmux.conf $HOME/.tmux.conf ln -sfr $BASE_PATH/Xresources $HOME/.Xresources +ln -sfr $BASE_PATH/picom.conf $HOME/.config/picom.conf ln -sfr $BASE_PATH/fzfrc $HOME/.config/fzfrc mkdir -p $HOME/bin