From 4d6863c16b12e7d6e72576b81803a1b52befea00 Mon Sep 17 00:00:00 2001 From: Triston Armstrong Date: Mon, 11 Nov 2024 02:44:23 -0500 Subject: [PATCH] update post install script --- post_setup.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/post_setup.sh b/post_setup.sh index f3b0491..e9996e4 100755 --- a/post_setup.sh +++ b/post_setup.sh @@ -11,3 +11,14 @@ else echo "Fish shell already in use... skipping" fi +############### YAZI CONFIGS (temporary) ############ +git clone https://github.com/BennyOe/tokyo-night.yazi.git ~/.config/yazi/flavors/tokyo-night.yazi +path="$HOME/.config/yazi/theme.toml" +if [[ ! -e $path ]];then + bash ./warn.sh "Updating yazi file" + echo "[flavor]" >> $path + echo "use = \"tokyo-night\"" >> $path +fi + +############### TMUX CONFIGS (temporary) ############ +git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm