diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 0243a3b..f40c0d9 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 1031233..1aa9c55 100644 --- a/assets/.zshrc +++ b/assets/.zshrc @@ -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' diff --git a/install-scripts/zsh.sh b/install-scripts/zsh.sh index bbfef85..0533593 100755 --- a/install-scripts/zsh.sh +++ b/install-scripts/zsh.sh @@ -3,8 +3,9 @@ # ZSH and oh-my-zsh # zsh=( - eza + lsd fzf + mercurial zsh util-linux ) diff --git a/install-scripts/zsh_pokemon.sh b/install-scripts/zsh_pokemon.sh index 639b628..0841feb 100755 --- a/install-scripts/zsh_pokemon.sh +++ b/install-scripts/zsh_pokemon.sh @@ -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