From 15206b787a7bd91549d1e83aa1a031c41f1e8690 Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Sat, 14 Mar 2026 23:26:21 +1100 Subject: [PATCH 1/3] Update config --- configs/.zshrc | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/configs/.zshrc b/configs/.zshrc index ea6f9e6..490c17b 100644 --- a/configs/.zshrc +++ b/configs/.zshrc @@ -1,5 +1,6 @@ # If you come from bash, you might have to change your $PATH. -# export PATH=$HOME/bin:/usr/local/bin:$PATH +export PATH=$HOME/bin:/usr/local/bin:$PATH +export PATH="$HOME/.local/bin:$PATH" # Path to your oh-my-zsh installation. export ZSH=~/.oh-my-zsh @@ -22,7 +23,6 @@ CASE_SENSITIVE="true" #Zsh autocorrect unsetopt correct_all - # Uncomment the following line to use hyphen-insensitive completion. Case # sensitive completion must be off. _ and - will be interchangeable. # HYPHEN_INSENSITIVE="true" @@ -96,7 +96,6 @@ fi # export SSH_KEY_PATH="~/.ssh/rsa_id" update () { - # Update arch based systems with yay AUR helper if command -v pacman >/dev/null && command -v yay >/dev/null; then echo "✅ 'pacman' and 'yay' found. Updating." @@ -136,19 +135,15 @@ update () { sudo npm install -g npm-check-updates fi - omz update - } tree () { - if [ "$1" >/dev/null ]; then eza --tree --git --no-time --no-permissions --level $1 else eza --tree --git --no-time --no-permissions fi - } # Sudo last command with control + u @@ -176,4 +171,5 @@ fi # alias zshconfig="mate ~/.zshrc" # alias ohmyzsh="mate ~/.oh-my-zsh" +alias lzd="lazydocker" alias edit="nvim" From c822f75ef7557d5c8b9753b00cad52f729e44495 Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Sat, 14 Mar 2026 23:31:40 +1100 Subject: [PATCH 2/3] Update config --- configs/PackagesPacman.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/PackagesPacman.txt b/configs/PackagesPacman.txt index f935253..2b2bcc8 100644 --- a/configs/PackagesPacman.txt +++ b/configs/PackagesPacman.txt @@ -52,10 +52,10 @@ figlet firefox flatpak fortune-mod +foliate fuse-overlayfs fzf git -github-cli glib2-devel gnome-2048 gnome-applets @@ -101,6 +101,7 @@ konsole krdc krdp kvantum +lazydocker libde265 libfprint libisoburn From 7194728fcf830dbe3d813569b176038d7abf24c4 Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Sun, 15 Mar 2026 18:18:07 +1100 Subject: [PATCH 3/3] Add npm-global bin to PATH in .zshrc --- configs/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/.zshrc b/configs/.zshrc index 490c17b..1ca26eb 100644 --- a/configs/.zshrc +++ b/configs/.zshrc @@ -1,5 +1,6 @@ # If you come from bash, you might have to change your $PATH. export PATH=$HOME/bin:/usr/local/bin:$PATH +export PATH="/home/pi/.npm-global/bin:$PATH" export PATH="$HOME/.local/bin:$PATH" # Path to your oh-my-zsh installation.