switched to lsd from eza
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
## CHANGELOGS
|
## CHANGELOGS
|
||||||
|
|
||||||
|
## 06 March 2025
|
||||||
|
- Switched to whiptail version for Y & N questions
|
||||||
|
- switched eza to lsd
|
||||||
|
|
||||||
## 23 Feb 2025
|
## 23 Feb 2025
|
||||||
- added Victor Mono Font for proper hyprlock font rendering for Dots v2.3.12
|
- added Victor Mono Font for proper hyprlock font rendering for Dots v2.3.12
|
||||||
- added Fantasque Sans Mono Nerd for Kitty
|
- added Fantasque Sans Mono Nerd for Kitty
|
||||||
|
|||||||
@@ -25,10 +25,12 @@ source $ZSH/oh-my-zsh.sh
|
|||||||
# fastfetch. Will be disabled if above colorscript was chosen to install
|
# fastfetch. Will be disabled if above colorscript was chosen to install
|
||||||
fastfetch -c $HOME/.config/fastfetch/config-compact.jsonc
|
fastfetch -c $HOME/.config/fastfetch/config-compact.jsonc
|
||||||
|
|
||||||
# Set-up icons for files/folders in terminal
|
# Set-up icons for files/folders in terminal using lsd
|
||||||
alias ls='eza -a --icons'
|
alias ls='lsd'
|
||||||
alias ll='eza -al --icons'
|
alias l='ls -l'
|
||||||
alias lt='eza -a --tree --level=1 --icons'
|
alias la='ls -a'
|
||||||
|
alias lla='ls -la'
|
||||||
|
alias lt='ls --tree'
|
||||||
|
|
||||||
# Set-up FZF key bindings (CTRL R for fuzzy history finder)
|
# Set-up FZF key bindings (CTRL R for fuzzy history finder)
|
||||||
source <(fzf --zsh)
|
source <(fzf --zsh)
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# zsh and oh my zsh#
|
# zsh and oh my zsh#
|
||||||
|
|
||||||
zsh_pkg=(
|
zsh_pkg=(
|
||||||
eza
|
lsd
|
||||||
mercurial
|
mercurial
|
||||||
zsh
|
zsh
|
||||||
zsh-completions
|
zsh-completions
|
||||||
|
|||||||
Reference in New Issue
Block a user