diff --git a/CHANGELOGS.md b/CHANGELOGS.md index ac224cb..9189f60 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 69124ec..c1d57d6 100644 --- a/assets/.zshrc +++ b/assets/.zshrc @@ -25,10 +25,12 @@ 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 -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' # Set-up FZF key bindings (CTRL R for fuzzy history finder) source <(fzf --zsh) diff --git a/install-scripts/zsh.sh b/install-scripts/zsh.sh index 72264ad..948ca75 100755 --- a/install-scripts/zsh.sh +++ b/install-scripts/zsh.sh @@ -3,7 +3,7 @@ # zsh and oh my zsh# zsh_pkg=( - eza + lsd mercurial zsh zsh-completions