switched to lsd from eza

This commit is contained in:
JaKooLit
2025-03-06 22:55:37 +09:00
parent cfef06f751
commit 18f0dfc4bf
4 changed files with 12 additions and 16 deletions

View File

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

View File

@@ -34,7 +34,9 @@ HISTSIZE=10000
SAVEHIST=10000
setopt appendhistory
# 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'

View File

@@ -3,8 +3,9 @@
# ZSH and oh-my-zsh #
zsh=(
eza
lsd
fzf
mercurial
zsh
util-linux
)

View File

@@ -2,10 +2,6 @@
# 💫 https://github.com/JaKooLit 💫 #
# pokemon-color-scripts#
poke=(
mercurial
)
## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
@@ -22,13 +18,6 @@ fi
# Set the name of the log file to include the current date and time
LOG="Install-Logs/install-$(date +%d-%H%M%S)_zsh_pokemon.log"
# for the new oh my zsh theme
printf "${NOTE} Installing ${SKY_BLUE}additional dependencies for oh my zsh theme${RESET}\n"
for pok in "${poke[@]}"; do
install_package "$pok" "$LOG"
done
printf "\n%.0s" {1..1}
printf "${INFO} Installing ${SKY_BLUE}Pokemon color scripts${RESET} ..."
if [ -d "pokemon-colorscripts" ]; then