mirror of
https://github.com/outbackdingo/Fedora-Hyprland.git
synced 2026-01-27 10:18:53 +00:00
switched to lsd from eza
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -3,8 +3,9 @@
|
||||
# ZSH and oh-my-zsh #
|
||||
|
||||
zsh=(
|
||||
eza
|
||||
lsd
|
||||
fzf
|
||||
mercurial
|
||||
zsh
|
||||
util-linux
|
||||
)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user