From 824d3e20da1a6afc85e9b326f17d8fe1335fc140 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Fri, 26 Sep 2025 17:56:32 -0400 Subject: [PATCH] feat: Some todo notes, and install packages script updates. --- TODO.md | 3 +++ scripts/install-pkg-arch.sh | 2 ++ scripts/setup-dirs.sh | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 4808827..d7dd14e 100644 --- a/TODO.md +++ b/TODO.md @@ -13,3 +13,6 @@ - Separate scripts that are used for configurations / store them somewhere aside from `~/.local/bin` - Remove system-d stuff (don't think it's needed). +- Clipse didn't work when installed on a new machine when I try to use the + config in the dotfiles, but works if I use the default config. Need to explore + why. diff --git a/scripts/install-pkg-arch.sh b/scripts/install-pkg-arch.sh index ee1bfaf..ba4a368 100755 --- a/scripts/install-pkg-arch.sh +++ b/scripts/install-pkg-arch.sh @@ -28,6 +28,7 @@ yay -S --noconfirm --needed \ hyprpaper \ hyrpidle \ hyprlock \ + jq \ neovim \ nodejs \ npm \ @@ -35,6 +36,7 @@ yay -S --noconfirm --needed \ pcsc-tools \ starship \ swaync \ + tree-sitter-cli \ tmux \ yubikey-manger \ zoxide \ diff --git a/scripts/setup-dirs.sh b/scripts/setup-dirs.sh index 1a40dc3..ec0caf3 100755 --- a/scripts/setup-dirs.sh +++ b/scripts/setup-dirs.sh @@ -5,4 +5,4 @@ mkdir -p ~/.local/share/clipse/tmp_files touch ~/.local/share/clipse/clipboard_history.json chmod 600 ~/.local/share/clipse/clipboard_history.json -mkdir ~/Pictures +mkdir ~/Pictures >/dev/null 2>&1