Remplacement de neofetch par fastfetch

This commit is contained in:
2024-05-01 17:23:35 +02:00
parent c24280d443
commit bd0b4bc4dd
16 changed files with 274 additions and 7 deletions

11
zshrc
View File

@@ -7,9 +7,6 @@ fi
source ~/.zsh/powerlevel10k/powerlevel10k.zsh-theme
#typeset -g POWERLEVEL9K_INSTANT_PROMPT=off
# Affichage de neofetch à la connexion
#alias neofetch='neofetch --config /home/${USER}/.config/neofetch/.neofetch.conf --source /home/${USER}/.config/neofetch/#ASCII/harrypotter.txt --ascii_distro garuda'
# zsh_autocompletion
source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#808080"
@@ -19,16 +16,16 @@ source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
## ALIAS ##
# neofetch
alias neofetch='neofetch --config /home/${USER}/.config/neofetch/.neofetch.conf'
# fastfetch
alias fastfetch='fastfetch -l /home/${USER}/.config/fastfetch/ASCII/gandalf.txt --color white'
# exa
alias ls="exa --icons --sort=type" # short, multi-line
alias lsa="exa -a --icons --sort=type" # short, multi-line
alias ll="exa -1a --icons --sort=type" # list, 1 per line
alias ld="ll --icons --sort=type" # ^^^, NOTE: Trying to move to this for alternate hand commands
alias ld="ll --icons --sort=type" # ^^^, NOTE: Trying to move to this for alternate hand commands
alias la="exa -lagh --icons --sort=type" # list with info
alias lt="exa -a --tree --icons --level= --sort=type" # list with tree level 2
alias lt="exa -a --tree --icons --level= --sort=type" # list with tree level 2
alias ltf="exa -a --tree --icons --sort=type" # list with tree
alias lat="exa -lagh --tree --icons --sort=type" # list with info and tree