From 6dca0e6212dacf967273d449e552ca55957456a8 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 6 Mar 2025 22:56:15 +0900 Subject: [PATCH] switched to lsd from eza --- CHANGELOGS.md | 4 ++++ assets/.zshrc | 10 ++++++---- install-scripts/zsh.sh | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 60031b0..6afd027 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -1,5 +1,9 @@ ## CHANGELOGS +## 06 March 2025 +- Switched to whiptail version for Y & N questions +- switched eza to lsd + ## 23 Feb 2025 - added Victor Mono Font for proper hyprlock font rendering for Dots v2.3.12 - added Fantasque Sans Mono Nerd for Kitty diff --git a/assets/.zshrc b/assets/.zshrc index f41ab2c..afe2a99 100644 --- a/assets/.zshrc +++ b/assets/.zshrc @@ -22,8 +22,10 @@ source $ZSH/oh-my-zsh.sh # fastfetch. Will be disabled if above colorscript was chosen to install fastfetch -c $HOME/.config/fastfetch/config-compact.jsonc -# Set-up icons for files/folders in terminal using eza -alias ls='eza -a --icons' -alias ll='eza -al --icons' -alias lt='eza -a --tree --level=1 --icons' +# Set-up icons for files/folders in terminal using lsd +alias ls='lsd' +alias l='ls -l' +alias la='ls -a' +alias lla='ls -la' +alias lt='ls --tree' diff --git a/install-scripts/zsh.sh b/install-scripts/zsh.sh index 86e72e5..d0de942 100755 --- a/install-scripts/zsh.sh +++ b/install-scripts/zsh.sh @@ -3,7 +3,7 @@ # Zsh and Oh my Zsh + Optional Pokemon ColorScripts# zsh=( - eza + lsd mercurial zsh zplug