From 5cf67d6e216c095ceedcbf5a64c0fdca78317d99 Mon Sep 17 00:00:00 2001 From: Tovi Jaeschke-Rogers Date: Mon, 31 Mar 2025 12:32:10 +1030 Subject: [PATCH] fix: copy status scripts to /usr/local/bin --- post-install.sh | 2 ++ user_configuration.json | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/post-install.sh b/post-install.sh index b9f8542..07785f9 100644 --- a/post-install.sh +++ b/post-install.sh @@ -104,6 +104,8 @@ git clone https://git.tovijaeschke.xyz/tovi/dotfiles.git /home/tovi/.dotfiles/ chown -R tovi:tovi /home/tovi/.dotfiles su -c "cd ~/.dotfiles/ && stow ." tovi +cp /home/tovi/.dotfiles/.local/bin/status-* /usr/local/bin/ + echo 'ZDOTDIR=$HOME/.config/zsh' > /etc/zsh/zshenv chsh -s /bin/zsh tovi diff --git a/user_configuration.json b/user_configuration.json index b9095a6..88c0e41 100644 --- a/user_configuration.json +++ b/user_configuration.json @@ -153,7 +153,8 @@ "xorg-xinit", "libxinerama", "dunst", - "ttf-jetbrains-mono-nerd" + "ttf-jetbrains-mono-nerd", + "fzf" ], "parallel downloads": 5, "profile_config": {