feat: Some todo notes, and install packages script updates.

This commit is contained in:
2025-09-26 17:56:32 -04:00
parent cf7903e9ed
commit 824d3e20da
3 changed files with 6 additions and 1 deletions

View File

@@ -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 \

View File

@@ -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