Changes to be committed:

modified:   README.md
	new file:   neofetch/.neofetch.conf
	new file:   neofetch/ASCII/SOURCES.txt
	new file:   neofetch/ASCII/docker.txt
	new file:   neofetch/ASCII/dracofeu.txt
	new file:   neofetch/ASCII/ectoplasma.txt
	new file:   neofetch/ASCII/golum.txt
	new file:   neofetch/ASCII/harrypotter.txt
	new file:   neofetch/ASCII/mew.txt
	new file:   neofetch/ASCII/mewtwo.txt
	new file:   neofetch/ASCII/pikachu.txt
	new file:   neofetch/ASCII/poudlard.txt
	new file:   neofetch/ASCII/ronflex.txt
	new file:   neofetch/ASCII/tortank.txt
	modified:   script.sh
	modified:   zshrc

Nombreuses modifications et refonte du fichier script.sh
This commit is contained in:
2023-05-30 20:27:19 +02:00
parent d7d3f76377
commit 71fb65f7e1
16 changed files with 1140 additions and 105 deletions

3
zshrc
View File

@@ -7,6 +7,9 @@ fi
source ~/.zsh/powerlevel10k/powerlevel10k.zsh-theme
#typeset -g POWERLEVEL9K_INSTANT_PROMPT=off
# Affichage de neofetch à la connexion
echo "alias neofetch='neofetch --config /home/${USER}/.config/neofetch/.neofetch.conf --source /home/${USER}/.config/neofetch/ASCII/harrypotter.txt --ascii_distro garuda'" >> /home/${USER}/.bashrc
# zsh_autocompletion
source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#808080"