Compare commits

...

17 Commits
dev ... main

Author SHA1 Message Date
d088ef379a Ajouter bash_aliases 2024-06-30 16:14:19 +02:00
d68eb3b8a9 Actualiser zshrc
Ajout des lignes permettant d'enregistrer l'historique
2024-05-14 23:03:25 +02:00
2698f8df5c Actualiser script.sh
Ajout repo fastfetch
2024-05-01 18:35:18 +02:00
bd0b4bc4dd Remplacement de neofetch par fastfetch 2024-05-01 17:23:35 +02:00
c24280d443 Actualiser script.sh
Remplacement de neofetch par fastfetch
2024-05-01 17:03:53 +02:00
56fb586a33 Actualiser README.md 2024-04-26 17:14:33 +02:00
992db85f12 Ajouter neofetch/ASCII/gandalf.txt 2023-08-21 16:22:54 +02:00
8bbec00885 Actualiser neofetch/ASCII/kubernetes.txt 2023-08-08 09:14:13 +02:00
e04cc27979 Actualiser neofetch/ASCII/kubernetes.txt 2023-08-08 09:09:29 +02:00
157bc27eec Ajouter neofetch/ASCII/kubernetes.txt 2023-08-08 09:08:29 +02:00
2a6f07b065 Actualiser p10k.zsh
Ajout du context docker avec prompt_docker
2023-08-02 23:55:48 +02:00
5b35ce7aca Mise à jour de 'script.sh'
Diverses corrections
2023-07-18 18:16:49 +02:00
785fbeea4f Mise à jour de 'script.sh'
Ajout de la copie des scripts dans ~/.scripts
2023-07-17 16:03:23 +02:00
d2e2e268f8 Mise à jour de 'script.sh'
Ajout de l'installation du paquet PIP et du module tabulate
2023-07-17 15:49:05 +02:00
3aab03b2de Mise à jour de 'zshrc'
Ajout du script python DockerStatus.py pour l'alias dstatus en lieu et place de la commande "docker ps -a --format "table  {{.Names}} \t {{.Status}} \t {{.Size}}"
2023-07-17 15:45:11 +02:00
fc66e4cd98 Ajout de DockerStatus.py
Création d'un programme python permettant de voir le statut des conteneurs docker sous forme de tableau
2023-07-17 15:42:57 +02:00
788e524591 Mise à jour de 'zshrc'
Modification au niveau de Neofetch et ajout d'alias pour docker
2023-06-19 16:09:32 +02:00
23 changed files with 438 additions and 20 deletions

31
DockerStatus.py Normal file
View File

@ -0,0 +1,31 @@
import subprocess
from tabulate import tabulate
# Exécuter la commande docker ps et récupérer la sortie
command = "docker ps -a --format 'table {{.Names}} \t {{.Status}} \t {{.Size}}'"
output = subprocess.check_output(command, shell=True).decode().strip()
# Convertir la sortie en liste de lignes
lines = output.split("\n")
# Récupérer les en-têtes de colonnes
headers = lines[0].split("\t")
# Récupérer les données des conteneurs
data = [line.split("\t") for line in lines[1:]]
# Générer le tableau avec le cadre
table = tabulate(data, headers=headers, tablefmt="pipe")
# Déterminer la largeur maximale pour le cadre
max_width = max(len(line) for line in table.split("\n"))
# Créer le cadre
frame = f"{'' * (max_width - 2)}\n"
frame += f"{'DOCKER STATUS':^{max_width-2}}\n"
frame += f"{'' * (max_width - 2)}\n"
frame += table + "\n"
frame += f"{'' * (max_width - 2)}"
# Afficher le cadre
print(frame)

View File

@ -33,4 +33,4 @@
## Installation
cd PimpMyTerminal
bash install.sh
bash script.sh

28
bash_aliases Normal file
View File

@ -0,0 +1,28 @@
# Git
parse_git_branch() {
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/'
}
# Docker context
function docker_context_prompt() {
local docker_context=$(docker context show 2> /dev/null)
# Vérifie si le contexte est "default" et ajuste l'affichage en conséquence
if [[ "$docker_context" == "default" ]]; then
echo " "
elif [[ -n "$docker_context" ]]; then
echo "($docker_context)"
fi
}
# Créer avec https://ezprompt.net/
export PS1="\n\[\e[37m\]\A\[\e[m\] \[\e[31m\]\h\[\e[m\] \[\e[34m\]\u\[\e[m\] [ \w ] \[\e[35m\]\`parse_git_branch\` \e[36m\]\`docker_context_prompt\`\[\e[m\]\n ~> "
# Alias
alias fastfetch='fastfetch -l /home/${USER}/.config/fastfetch/ASCII/gandalf.txt --color white'
alias rm="rm -i"
alias rmdir="rm -rf --interactive=once"
alias rmrf="rm -rf --interactive=once"
alias sudo="sudo "
fastfetch
cat /var/log/update.log

View File

@ -0,0 +1,3 @@
https://emojicombos.com/pokemon-ascii-art
https://emojicombos.com/harry-potter-ascii-art
https://emojicombos.com/lord-of-the-rings-ascii-art

View File

@ -0,0 +1,18 @@
${c2}
=++++
*####
-====
.****:-****.=***+
:####-=####.*#### :
.====.:==== -==== -##=
+***=.****:-****.=***+ ****= ####*
####*:####-=####.*#### ####+ *####*###*=
====-.====.:==== -==== ====: -########*.
-+++++++++++++++++++++++++++++++**#####==-:
=#####################################:
:###################################*.
*#################################=
.*##############################+.
+##########################*-
.=*####################+-.
.-=+**######**+=-:.

View File

@ -0,0 +1,12 @@
${c2}
⠀⠀⠀⠀⠀⠀⠀⠀⠀⡀⠰⣾⣿⣶⣶⣄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⣠⣴⣶⣶⣿⠁⠀⠙⠿⣿⣿⣿⡟⠶⠀⠀⠀⠀⠀⢲⣄⠀⠀⠀⠀⠀
⠀⢀⣶⣿⣿⣿⣿⣿⣿⡄⠀⠀⠀⠀⢻⣿⣧⠀⠀⠀⠀⠀⢀⣾⣿⣿⣦⡀⠀⠀
⢠⣾⣿⣿⣿⣿⣿⣿⣿⣿⣦⣄⡀⠀⢸⣿⣿⡄⠀⠀⢀⣠⣿⣿⣿⣿⣿⣿⣦⠀
⣿⡟⠉⠀⠀⠈⢻⣿⣿⠿⢿⣿⣿⣷⣾⣿⣿⣷⣶⣾⣿⣿⣿⣿⣿⡿⢿⣿⣿⣇
⢻⠁⠀⠀⠀⠀⠀⠉⣠⣶⡟⠛⣿⣿⣿⣿⣿⣿⣿⠟⠛⣿⣿⣿⠋⠀⣾⣟⢻⣿
⠀⠀⠀⠀⠀⠀⠀⠈⠻⠙⢇⣼⣿⣿⣿⣿⣿⣿⣿⡆⠀⠟⠻⠟⠀⠀⣾⣿⠈⡟
⠀⠀⠀⠀⠀⣀⣤⣴⣤⣴⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣄⠀⠀⠀⠀⢸⣿⡿⠇⠀
⠀⠀⠀⢠⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣄⢀⣀⡤⠊⠀⠀⠀
⠀⠀⠀⠘⠿⣿⣿⣿⣿⣿⣿⡿⠿⠿⠛⠛⠻⠿⠿⢿⣿⣿⣿⠛⠋⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠿⠿⠿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠛⠛⠀⠀⠀⠀⠀⠀⠀

View File

@ -0,0 +1,17 @@
${c2}
⠀⠀⠀⠀⠀⢸⠓⢄⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⢸⠀⠀⠑⢤⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⢸⡆⠀⠀⠀⠙⢤⡷⣤⣦⣀⠤⠖⠚⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀
⣠⡿⠢⢄⡀⠀⡇⠀⠀⠀⠀⠀⠉⠀⠀⠀⠀⠀⠸⠷⣶⠂⠀⠀⠀⣀⣀⠀⠀⠀
⢸⣃⠀⠀⠉⠳⣷⠞⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠉⠉⠉⠉⢉⡭⠋
⠀⠘⣆⠀⠀⠀⠁⠀⢀⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⡴⠋⠀⠀
⠀⠀⠘⣦⠆⠀⠀⢀⡎⢹⡀⠀⠀⠀⠀⠀⠀⠀⠀⡀⠀⠀⡀⣠⠔⠋⠀⠀⠀⠀
⠀⠀⠀⡏⠀⠀⣆⠘⣄⠸⢧⠀⠀⠀⠀⢀⣠⠖⢻⠀⠀⠀⣿⢥⣄⣀⣀⣀⠀⠀
⠀⠀⢸⠁⠀⠀⡏⢣⣌⠙⠚⠀⠀⠠⣖⡛⠀⣠⠏⠀⠀⠀⠇⠀⠀⠀⠀⢙⣣⠄
⠀⠀⢸⡀⠀⠀⠳⡞⠈⢻⠶⠤⣄⣀⣈⣉⣉⣡⡔⠀⠀⢀⠀⠀⣀⡤⠖⠚⠀⠀
⠀⠀⡼⣇⠀⠀⠀⠙⠦⣞⡀⠀⢀⡏⠀⢸⣣⠞⠀⠀⠀⡼⠚⠋⠁⠀⠀⠀⠀⠀
⠀⢰⡇⠙⠀⠀⠀⠀⠀⠀⠉⠙⠚⠒⠚⠉⠀⠀⠀⠀⡼⠁⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⢧⡀⠀⢠⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣞⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠙⣶⣶⣿⠢⣄⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠉⠀⠀⠀⠙⢿⣳⠞⠳⡄⠀⠀⠀⢀⡞⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠀⠀⠹⣄⣀⡤⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀

View File

@ -0,0 +1,15 @@
⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⢀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⣠⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣶⣄⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀
⠀⠀⠀⠀⢀⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⡀⠀⠀⠀⢀⣾⣿⣷⡄⠀
⠀⠀⠀⠀⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⠀⠀⢰⣿⣿⠿⣿⣿⡆
⠀⠀⠀⣰⣿⣿⣿⣿⣿⠋⠙⢿⣿⡿⠋⠙⣿⣿⣿⣿⣿⡇⠀⠸⣿⣷⣀⣼⣿⡇
⠀⠀⠀⣿⣿⣿⣿⣿⡏⠀⠀⠀⠉⠁⠀⠀⢹⣿⣿⣿⣿⣿⡀⠀⢻⣿⣿⣿⡿⠀
⠀⠀⢰⣿⣿⣿⣿⣿⢇⣠⡀⠀⠀⠀⢀⣄⠸⣿⣿⣿⣿⣿⡇⠀⠘⣿⣿⣿⡇⠀
⠀⠀⣾⣿⣿⣿⣿⣿⠈⠛⠁⠀⠀⠀⠘⠛⠀⣿⣿⣿⣿⣿⣧⠀⠀⢿⣿⣿⠀⠀
⠀⢠⣿⣿⣿⣿⣿⣿⣦⡀⣀⣠⣤⣄⣀⢀⣴⣿⣿⣿⣿⣿⣿⡀⠀⢸⣿⡇⠀⠀
⠀⢸⣿⣿⣿⣿⣿⡟⠻⣿⠿⠛⠛⠛⠿⣿⠟⢹⣿⣿⣿⣿⣿⡇⠀⢸⣿⡇⠀⠀
⠀⣸⣿⣿⣿⣿⣿⡇⠀⠀⢶⣶⣶⣶⡦⠀⠀⠘⣿⣿⣿⣿⣿⡇⠀⢸⣿⡇⠀⠀
⠀⣿⣿⣿⣿⣿⣿⠃⠀⢠⡄⠀⣤⠀⢠⡄⠀⠀⣿⣿⣿⣿⣿⣿⠀⢸⣿⡇⠀⠀
⢀⣿⣿⣿⣿⣿⣿⠀⠀⢸⡇⠀⣿⠀⢸⡇⠀⠀⣿⣿⣿⣿⣿⣿⠀⢸⣿⡇⠀⠀
⢸⣿⣿⣿⣿⣿⣿⠀⠀⢸⡇⠀⣿⠀⢸⡇⠀⠀⣿⣿⣿⣿⣿⣿⡆⢸⣿⡇⠀⠀
⠈⠉⠉⠉⠉⠉⠁⠀⠀⠈⠁⠀⠉⠀⠈⠁⠀⠀⠉⠉⠉⠉⠉⠉⠁⠀⠉⠁⠀⠀

23
fastfetch/ASCII/golum.txt Normal file
View File

@ -0,0 +1,23 @@
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡀⠀⠀⡀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣴⣶⣿⣿⣿⣿⣷⣦⡀⡀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⢠⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⡌⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣶⣶⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡟⠁⠀⠀⠀
⠀⠀⠀⠀⢀⣀⣤⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣏⡀⠀⠀⠀
⠀⠀⠀⢾⣿⣿⣿⣿⣿⣿⠿⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡋⠀⠀⠀
⠀⠀⠀⠀⢻⣿⣿⣿⣇⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡛⠁⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠙⢿⣿⣿⣄⠀⣼⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡇⠠⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠈⠻⣿⣿⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠁⠀⠄⠀⠀⠀
⠀⠀⢀⣀⣀⣀⡀⠀⠈⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠋⢹⣿⣿⣿⡄⠀⠀⠀⠀⠀
⠀⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠁⠀⠀⠈⣿⣿⣿⡇⠀⠀⠀⠀⠀
⠀⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣿⣿⣿⣤⣀⠀⠀⠀⠀
⠀⠙⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣦⡀
⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⠀⠀⠀⢻⣿⣿⣿⣿⡇⠉⠉⠉⠁⠀⠀⠀⠈⠉⠉⢉⣭⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⠃
⠀⠀⠀⠀⠻⣿⣿⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⣀⣴⣿⣿⣿⣿⡿⣿⣿⡿⠛⠉⠁⠀⠀⠀
⠀⠀⠀⠀⠀⠹⣿⣿⣿⠀⠀⠀⠀⠀⢀⣤⣾⣿⣿⣿⡉⠁⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠙⣿⣿⡄⠀⠀⠀⠀⢿⣿⣿⣿⣿⣿⣿⣦⣤⣀⣿⣿⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⣽⣿⣿⡀⠀⠀⠀⠀⠀⠀⠉⠛⢿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⣠⣴⣿⣿⣿⣿⡅⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⣿⣿⣆⡀⠀⠀⠀⠀⠀
⠀⣠⣶⣿⣿⣿⣿⣿⣿⠿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⣿⠛⢿⣿⡿⣿⣿⣄⡀⠀⠀
⠘⠿⠿⠿⣿⣿⠟⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠛⠁⠀⠀⠹⣷⡘⣿⣿⠏⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠓⠀⠀⠀⠀⠀

View File

@ -0,0 +1,20 @@
⠀⠀⠀⠀⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢶⣄⡀⠀⠀⣀⣤⢶⣺⡽⠒⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢈⣻⣿⣶⣾⣿⣿⣿⣯⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠲⠾⣿⣿⣿⣷⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣤⡀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⢀⣴⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣄⠀⠀⠀⠀
⠀⢀⣴⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣄⠀⠀
⢀⠞⣽⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣆⠀
⠀⣼⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⢻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡄
⢰⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡟⠘⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣧
⣼⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠁⠀⢹⣿⣿⣿⣿⢹⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠃⠀⣀⠀⠻⣿⣿⣿⡄⠻⣿⣿⣿⡿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⠟⠉⣿⣿⡿⠁⠀⠀⢻⣧⠀⠙⢿⣿⣷⡀⠙⣿⣿⣇⠹⣿⣿⣿⣏⢻⣿⣿⣿⣿⣿
⣿⣿⣿⠏⠀⢠⡿⠋⠀⠀⠀⠐⢿⣿⠃⠀⠀⠙⢿⣷⡀⠈⠻⣿⡄⠘⢿⣿⣿⡀⢻⣿⣿⣿⡇
⢸⣿⣿⠀⠀⠊⠀⠀⠀⠀⠀⠀⠀⠙⠆⠀⠀⠀⠀⠙⠳⣄⠀⠈⠙⠆⠀⠈⠛⠧⠈⣿⣿⡿⠀
⠈⣿⡇⠀⠀⢀⣠⡴⠶⠶⠶⣦⣄⠀⠀⠀⠀⠀⠀⠀⠀⣠⣴⠶⠶⠶⣦⣄⠀⠀⠀⣿⣿⠃⠀
⠀⠘⣿⠀⢠⡾⠋⠀⠀⠀⠀⠀⠙⣷⡀⠀⣀⣀⠀⢠⡾⠋⠀⠀⠀⠀⠀⠙⢷⡀⢀⡿⠁⠀⠀
⠀⠀⢈⣀⣾⠁⠀⠀⠀⠀⠀⠀⠀⢸⣿⠛⠉⠉⠛⣿⡇⠀⠀⠀⠀⠀⠀⠀⢸⣧⣈⡀⠀⠀⠀
⠀⠀⠀⠉⢻⡆⠀⠀⠀⠀⠀⠀⠀⣸⡇⠀⠀⠀⠀⢻⡇⠀⠀⠀⠀⠀⠀⠀⣸⡏⠉⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠻⣦⣀⠀⠀⢀⣠⣴⠟⠀⠀⠀⠀⠀⠀⠻⣦⣀⠀⠀⢀⣠⣴⠟⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠈⠙⠛⠛⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⠛⠛⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀

View File

@ -0,0 +1,19 @@
${c2}
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣤⣶⣶⣤⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣤⣶⣿⣿⣿⣿⣿⣿⣿⣿⣶⣤⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣤⣶⣿⣿⣿⣿⣿⣿⣿⠟⠻⣿⣿⣿⣿⣿⣿⣿⣶⣦⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⣤⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡇⢠⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣤⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⢿⣿⣿⣿⣿⡿⠟⠛⠛⠁⠀⠛⠛⠻⢿⣿⣿⣿⣿⡿⣿⣿⣿⣿⣇⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⣿⣿⣿⣿⣇⡀⠘⠿⠟⠉⠀⠀⣠⣤⠀⠀⣤⣄⡀⠀⠈⠻⠿⠋⠀⣸⣿⣿⣿⣿⠀⠀⠀⠀⠀
⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⡦⠀⠀⠀⠰⣿⣿⣿⠀⠀⢹⣿⣿⠶⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⡇⠀⠀⠀⠀
⠀⠀⠀⠀⣾⣿⣿⣿⣿⣿⣿⠁⠀⣠⡀⠀⠈⠙⠇⠀⠀⠸⠛⠁⠀⢀⣄⠀⠀⢿⣿⣿⣿⣿⣿⣷⠀⠀⠀⠀
⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⡇⠀⢀⣿⣿⣧⡄⠀⠀⢀⡀⠀⠀⢠⣴⣿⣿⡄⠀⢸⣿⣿⣿⣿⣿⣿⡇⠀⠀⠀
⠀⠀⠀⣼⣿⣿⣿⣿⣿⣿⡇⠀⠘⠛⠋⠉⠀⠀⠀⢿⡿⠀⠀⠀⠈⠙⠛⠃⠀⢀⣿⣿⣿⣿⣿⣿⣷⠀⠀⠀
⠀⠀⢀⣿⣿⣿⣿⠋⠉⠉⠀⠀⠀⣀⣤⣤⣤⠀⠀⠀⠀⠀⠀⣤⣤⣤⣄⠀⠀⠀⠉⠉⠙⣿⣿⣿⣿⡄⠀⠀
⠀⠀⠘⣿⣿⣿⣿⣷⣾⣿⣿⡄⠀⠘⢿⣿⡟⠀⠀⣴⣦⠀⠀⢹⣿⡿⠃⠀⢠⣿⣿⣷⣾⣿⣿⣿⣿⠇⠀⠀
⠀⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣆⠀⠀⠙⠀⠀⣴⣿⣿⣧⠀⠀⠋⠀⠀⣰⣿⣿⣿⣿⣿⣿⣿⡿⠃⠀⠀⠀
⠀⠀⠀⠀⠀⠹⣿⣿⣿⣿⣿⣿⣿⣿⣦⠀⠀⠀⠈⠉⠉⠁⠀⠀⠀⣤⣾⣿⣿⣿⣿⣿⣿⣿⠏⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠈⢻⣿⣿⣿⣿⣿⣿⠋⠀⣾⣷⣶⣶⣶⣶⣶⣷⡀⠘⣿⣿⣿⣿⣿⣿⡿⠁⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣿⣿⣿⣿⣤⣼⣿⣿⣿⣿⣿⣿⣿⣿⣷⣤⣾⣿⣿⣿⣿⠋⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀

16
fastfetch/ASCII/mew.txt Normal file
View File

@ -0,0 +1,16 @@
${c2}
⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣠⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⢀⣴⣾⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⢀⣴⠿⢟⣛⣩⣤⣶⣶⣶⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⢀⣴⣿⠿⠸⣿⣿⣿⣿⣿⣿⡿⢿⣿⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⢠⠞⠉⠀⠀⠀⣿⠋⠻⣿⣿⣿⠀⣦⣿⠏⠀⠀⠀⢀⣀⣀⣀⣀⣀⠀⠀
⢠⠏⠀⠀⠀⠀⠀⠻⣤⣷⣿⣿⣿⣶⢟⣁⣒⣒⡋⠉⠉⠁⠀⠀⠀⠈⠉⡧
⢻⡀⠀⠀⠀⠀⠀⣀⡤⠌⢙⣛⣛⣵⣿⣿⡛⠛⠿⠃⠀⠀⠀⠀⠀⢀⡜⠁
⠀⠉⠙⠒⠒⠛⠉⠁⠀⠸⠛⠉⠉⣿⣿⣿⣿⣦⣄⠀⠀⠀⢀⣠⠞⠁⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣿⣿⣿⡿⣿⣿⣷⡄⠞⠋⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣷⡻⣿⣿⣧⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢨⣑⡙⠻⠿⠿⠈⠙⣿⣧⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠸⣿⣷⡀⠀⠀⠀⠀⢹⣿⣆⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢻⣿⡇⠀⠀⠀⠀⠸⣿⣿⡄⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠁⠀⠀⠀⠀⠀⡿⣿⣿⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⠀⠀⠀⠀⠀

View File

@ -0,0 +1,16 @@
${c2}
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣤⣄⣾⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⣿⣿⢿⣿⣿⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⢰⣦⠀⠀⠀⣽⢿⣵⣿⡟⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⣀⣀⣽⣷⣖⡤⣵⣿⣧⣭⠁⠀⠀⠀⠀⠀⠀
⢀⡤⢦⣄⡈⠛⠈⠛⠋⠉⠋⠻⣿⣿⡿⣧⣀⠀⠀⠀⠀⠀
⣾⠁⠀⠘⣷⣄⠀⠀⠀⠀⠀⠀⠙⣿⣿⡄⠉⠻⣦⠀⠀⠀
⢹⡄⠀⠀⠘⣿⣦⡀⠀⠀⠀⣠⣾⣿⢯⣯⣤⡀⠈⣷⣄⠀
⠈⢷⡄⠀⠀⠸⣿⣿⣦⣤⣼⣿⣿⣿⢾⣿⣿⣷⠈⠇⡹⡦
⠀⠈⢿⣷⣄⡀⠘⢿⣿⡇⣿⣿⣿⣿⣿⣿⣿⡿⠀⠀⠀⠀
⠀⠀⠀⠹⣿⣿⡄⠀⠙⢣⣿⠿⠿⠟⠛⣿⠟⠁⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠉⠀⠀⣠⡿⠃⠀⠀⠀⢠⣿⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⢠⣿⡃⠀⠀⠀⠀⠶⠻⣷⣄⣀⢀⠀⠀
⠀⠀⠀⠀⠀⠀⣰⣿⡿⣿⠀⠀⠀⠀⠀⠀⠈⠉⠉⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀

View File

@ -0,0 +1,15 @@
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⣶⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⠛⢿⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡏⠀⢸⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⠃⠀⠼⣄⡀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⡴⠋⠳⣄⠀⠀⢀⢎⣔⠀⠀⠀⠀⠉⠳⣄⠀⠀⠀⠀⠀
⠀⢠⠞⠁⠀⠀⠀⠹⣶⢛⠘⡋⠀⢠⣎⣦⠀⠀⠈⠙⠲⢤⡀⠀
⣰⠏⠀⠀⠀⠀⠀⠀⢰⠀⠰⡤⡀⠀⢛⣋⠀⠀⠰⣄⣀⣠⣿⣆
⠛⠒⠶⠶⢶⡶⠄⢀⣨⢦⡀⠢⠃⠀⠸⣿⠇⠀⢰⠃⠉⠉⠉⠉
⠀⠀⠀⠰⠿⣤⣀⠛⢧⣌⡇⠀⠀⠀⠀⠀⠰⠉⠙⢳⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⣼⣣⣞⣽⣇⠀⠈⠑⢄⠀⠐⢄⣀⣸⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠈⠛⣿⣿⠁⠉⠠⡀⠀⠀⡆⠀⠀⠀⢹⡀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠹⡿⠇⠀⠀⢈⠁⠊⠀⠀⠀⠀⠈⣇⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⣧⠀⠀⠀⢸⠀⠀⠀⠀⠀⠀⠀⢸⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⣸⠗⠀⣀⣦⣀⣤⣤⠴⠾⣄⡀⠺⡄⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠉⠉⠁⠀⠀

View File

@ -0,0 +1,33 @@
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣴⣶⣶⣤⣄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣴⣾⣿⣷⣄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⣿⣿⣿⣿⣷⣄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣴⣿⠿⠛⠉⠉⠉⢦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⣾⣿⣿⣿⣿⣿⣿⣿⣿⣷⣤⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣠⣿⠟⠁⠀⠀⠀⠀⠀⠈⠣⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⣠⣾⣿⣿⣿⣿⡿⠿⢿⣿⣿⣿⣿⣿⣿⣷⣶⣦⣤⣄⡀⠀⠀⠀⣠⣤⣤⣤⣤⣶⡿⠋⣀⣠⣤⣄⣀⠀⠀⠀⠀⠀⠈⠢⣄⣀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⣠⣶⣶⣾⣿⣿⣿⣿⣿⣿⠀⣶⣦⠙⣿⣿⣿⠿⠻⠿⣿⣿⣿⣿⣿⣦⣀⣼⡿⠿⠿⢛⣿⣵⣶⣿⣿⣿⣿⣿⣿⣷⡀⠀⠀⢀⣴⣿⣿⣿⣿⣶⣄⠀⠀⠀⠀
⠀⠀⢰⣿⡿⠿⠿⢿⣿⣿⣿⣿⣿⣧⠙⢻⠀⣿⡿⠁⠀⠀⠀⢈⣿⣿⣿⣿⣿⣿⠋⠀⠀⣠⣾⠿⢻⣿⠿⠋⠁⠀⠈⣿⣿⣷⠀⣴⣿⣿⠟⠉⠉⠉⢿⣿⡀⠀⠀⠀
⠀⠀⢸⣿⡅⠀⠀⠀⠙⢿⣿⣿⣿⣿⣧⣾⢀⣿⡗⠀⠀⠀⠀⠀⢀⣈⣿⣿⣿⣿⠀⠀⠠⣿⣿⠿⠛⠁⠀⠀⠀⠀⣠⣿⣿⡟⣼⣿⡿⠁⠀⠀⠀⢀⣾⣿⠀⠀⠀⠀
⠀⠀⠘⢿⣷⣄⠀⠀⠀⠀⢻⣿⣿⣿⣿⡏⣼⣿⡆⠀⠀⠀⠀⢠⣤⣼⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⢀⣠⣴⣶⣿⣿⣿⠟⢰⣿⣿⠁⠀⠀⢀⣴⣿⡿⠁⠀⠀⠀⠀
⠀⠀⠀⠈⠻⢿⣷⣦⣀⠀⠀⣿⣿⣿⡿⢰⣿⣿⡟⠢⢀⠀⠀⠀⠀⠙⢿⣿⣿⣿⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⠿⠟⠋⠀⠀⢸⣿⡟⠀⢀⣴⡿⠟⠁⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠉⠛⠻⠇⠀⢸⣿⣿⠃⣾⣿⡟⠀⠀⠀⠀⠀⠀⣰⣶⣾⣿⣿⣿⠀⠀⠀⢠⣾⣿⣿⠟⠉⠀⠀⠀⠀⣀⡀⢸⣿⡇⠀⠘⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⡇⠻⠋⠀⠀⠀⢀⣶⣤⣀⡀⠉⠉⠻⣿⣿⠀⠀⠠⣿⣿⣿⣷⣶⡄⠀⣠⣶⣿⣿⣿⣾⣿⣧⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣾⣿⣿⣿⡄⠀⠀⠀⠠⣿⣿⡿⡻⠿⠿⠿⠛⢿⣿⣶⠛⠻⠿⠟⠛⢿⣿⡿⣾⣿⠟⣛⣙⢿⣧⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣿⣿⣿⠿⠃⠀⢀⠄⠀⢸⣿⣿⣿⡄⠀⢠⣷⣾⣿⣿⣿⡆⠀⠀⣷⣼⣿⢻⣟⣵⣿⡿⠿⣷⣭⡜⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⣿⡇⠀⣠⣴⣏⠀⢰⣿⣿⣿⣿⡇⠀⢸⣿⣿⠿⣿⣿⡇⠀⢸⡿⣿⡿⠾⢸⣿⣿⣤⣼⣿⣿⠛⣿⣿⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⣿⣿⣿⣷⠀⠉⢻⣿⣧⡈⠛⠻⣿⣿⡇⠀⠈⠉⠀⠀⠈⠛⠃⠀⠈⠟⣸⣧⣤⣤⣭⣟⣛⣛⣻⣧⣤⣼⣿⣧⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⢀⣿⣿⡿⠿⠿⠿⣿⣿⣿⣿⣿⣶⣶⣿⣫⡄⠀⠀⣶⣶⣤⣤⣶⣦⠀⠀⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⢿⣿⣧⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⢠⣾⣿⠏⠀⠀⠀⣀⣤⠴⣦⡀⠀⠀⢸⣿⣿⣿⠀⠀⣿⣿⣿⣿⣿⣿⠀⠀⣿⡟⠉⠁⠈⣯⠉⠛⠿⣿⣿⣿⣿⠀⠙⣿⣧⡀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⣰⣿⣿⠋⠀⠀⢀⣼⣿⡇⣴⣀⣙⣦⡀⣸⣿⣿⣿⠀⠀⣿⣿⣿⣿⣿⡟⠀⠀⣿⣿⣿⣿⣿⣄⠀⠀⠀⢹⣿⣿⠋⠀⠀⠈⢿⣿⣄⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⢀⣾⣿⣿⠃⠀⠀⢀⣾⣿⣿⣷⣬⡭⠿⠟⠁⣿⣿⣿⠏⠀⠀⠻⢿⣿⣿⡻⠃⠀⡀⠹⠟⣿⣿⣿⠏⠀⠀⠀⠘⠟⠁⠀⠀⠀⠀⠈⢿⣿⣷⣄⠀⠀⠀⠀
⠀⠀⠀⣴⣿⣿⠟⣿⣿⣶⣤⣿⣿⣿⣿⣿⣿⣶⣤⣀⠘⣿⣿⣷⣶⣶⠿⠟⠛⢻⣿⣿⣿⣿⡿⢶⣿⣿⣿⠟⠁⠀⠀⠀⠀⠀⡄⠀⠀⠀⠀⠀⠘⣿⣿⣿⣷⣄⡀⠀
⠀⣠⣾⣿⠟⠁⠀⠈⠻⢿⠿⢻⣿⣿⣿⣿⣿⣿⣿⣿⣦⣌⡙⠋⠁⠀⠀⠀⠀⢸⣿⣿⣿⣿⠁⠀⠈⠉⠀⠀⠀⠀⠀⠀⠀⠀⢳⢀⠀⠀⠀⠀⠀⢹⣿⣿⣿⣿⣿⣆
⢾⣿⣿⡋⠀⠀⠀⠀⠀⠀⠀⣼⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣄⠀⠀⠀⠀⢸⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⡿⠋
⠀⠙⢿⣿⣦⣠⣄⠀⠀⣀⣼⣿⣿⣿⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⡀⠀⠀⢸⣿⣿⣿⣿⠀⠀⠀⠀⠰⡄⠀⠀⠀⠀⠀⢠⣿⣿⣞⡀⡀⡀⡄⢸⣿⣿⣿⠏⠀⠀
⠀⠀⠀⠉⠻⣿⣿⣿⠟⠛⠛⠉⠁⠀⠀⠙⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣧⠀⠀⢸⣿⣿⣿⣿⡆⠀⠀⠀⠀⣷⠀⠀⠀⠀⢀⣾⣿⣿⣿⣷⣷⡇⢹⣸⣿⡟⠁⠀⠀⠀
⠀⠀⠀⠀⠀⠈⠻⣿⣄⠀⢀⣠⣄⠀⠀⠀⠀⠙⠿⣿⣿⣿⣿⣿⣿⣿⣿⠀⠀⢸⣿⣿⣿⣿⣷⠀⠀⡀⣷⣿⣧⠀⣀⡀⢸⣿⠟⣿⣿⣿⣿⣿⣼⣿⠋⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠘⣿⣶⣿⣿⣿⣷⣄⠀⠀⠀⠀⠈⣿⣿⣿⣿⣿⢿⣿⣆⠀⢸⣿⣿⣿⣿⣿⡄⡄⣿⣿⣿⡟⢰⣿⡇⠈⣱⣷⣿⠿⢿⣿⣿⡿⠁⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠸⠿⠋⠀⠙⢿⣿⣧⡀⣠⣤⣤⣿⣿⡟⣿⣿⡀⢿⣿⡆⢸⣿⣿⣿⣿⣿⣇⣷⣿⣿⡟⢠⣿⡟⣠⣧⣿⡟⠁⠀⠀⠉⠛⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠻⢿⣿⣿⣿⠋⢉⣁⣿⣿⠷⠀⠉⠁⢸⣿⣿⣿⣿⣿⣿⣿⡿⠋⣠⣶⣬⣷⣿⡿⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠛⠻⢿⣿⣿⣿⣅⡀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣱⣾⣿⣿⡿⠟⠛⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠛⠿⣿⣷⣤⡀⢸⣿⣿⣿⣿⣿⡿⠟⠋⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⣿⣼⣿⣿⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢻⣿⣿⣿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢿⡿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀

View File

@ -0,0 +1,11 @@
⠀⠀⠀⠀⠀⠀⠀⢠⣤⣀⠀⠀⠀⠀⢀⣀⣤⣤⠀⠀⠀⠀⠀⠀⠀
⠀⠀⢀⢀⠀⠀⠀⢸⡿⠛⠛⠛⠛⠛⠉⠛⢿⣿⠀⠀⠀⠀⠀⠀⠀
⠀⠠⣿⣿⣿⣄⠀⣼⠀⠀⠀⢂⣀⣀⡀⠀⠀⢹⡀⠀⠀⠀⠀⠀⠀
⠀⢸⣿⣿⣿⣿⡷⠋⠈⠀⠀⠀⠀⠀⠀⠀⠈⠘⠣⡀⠀⠀⠀⠀⠀
⠀⠈⣿⣿⡿⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣷⣦⡀⠀⠀
⠀⠀⢹⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⣿⣿⣿⣦⠀
⠀⠀⣸⣿⣿⣶⣶⣶⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣇
⠀⣤⡟⠛⠋⠉⠙⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠉⠈⠋⠈⢿⣿⡿
⢀⡉⠀⠀⣀⣤⣄⢈⣿⣿⣿⣿⣿⣿⣿⣿⣿⢀⣤⣤⣄⠀⠀⣴⡄
⠘⢇⠀⠰⣿⣿⢟⢼⣿⣿⣿⣿⣿⣿⣿⣿⡿⢜⠿⠿⠿⠀⡀⠀⠀
⠀⠀⠁⠀⠀⠀⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠀⠀⠈⠀⠀⠀

View File

@ -0,0 +1,17 @@
${c2}
⠀⠀⠀⠀⠀⣠⣴⣾⣶⣿⣿⣶⣶⣶⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⣠⣼⣿⣿⣿⣋⣠⣿⣿⣿⣿⣿⡖⢶⣶⣤⣤⣀⣤⣶⣿⣷⡤⠶⢦⡀⠀
⠀⠀⣤⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠀⠘⢿⣿⣿⣿⡿⢁⣾⡀⠀⠀⣷⠀
⠀⠀⠻⣿⠟⠛⠛⠻⠟⠛⠋⢹⣿⣿⣿⢣⡆⠀⠈⠛⠛⠋⠀⢻⣿⣿⣶⠟⣻⣦
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⢇⣾⠃⠀⣠⣤⣴⣤⣤⣀⠉⠙⢁⣴⡿⠁
⠀⠀⠀⠀⠀⢠⠀⠀⠀⢰⣤⣿⣿⢋⣬⡄⢀⣾⣿⣿⣿⣿⣿⣿⣧⠀⢿⣿⠀⠀
⠀⠀⠀⠀⠀⣠⠻⠿⠿⠿⠿⣛⣵⣿⣿⣧⢸⣿⣿⣿⣿⣿⣿⣿⣿⣄⣼⣿⡇⠀
⠀⠀⠀⠀⣠⣿⡀⢸⣿⣿⣿⣿⣿⣿⣿⠿⠆⠻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⠀
⢀⣀⣴⣾⣿⣿⡇⣬⣭⣭⣭⣭⣭⣶⣶⣿⣷⡄⢈⣻⣿⣿⣿⣿⣿⣿⣿⣿⣿⠀
⠰⢾⣿⣿⣿⣿⡇⣿⣿⣿⣿⣿⣿⣿⣿⣿⡟⢐⣛⡻⣿⣿⣿⣿⣿⣿⠻⣿⣿⠀
⠀⠁⠀⣠⣶⣿⣷⢸⣿⣿⣿⣿⣿⣿⣿⡿⠿⠛⠋⡵⠿⢿⣿⣿⣿⢟⣄⢹⡏⠀
⠀⠀⣰⣿⣿⣿⣿⣆⢲⣶⣶⣶⣶⣶⣶⣶⣿⢇⣷⣾⣿⡏⣟⣯⣶⣿⣿⡾⠀⠀
⠀⠀⣿⣿⣿⣿⣿⣿⣦⠹⣿⣿⣿⣿⣿⣿⣿⡜⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡶⠋
⠀⠀⠘⣿⣿⣿⣿⣿⣿⣷⣬⠉⠿⣛⣻⣿⣯⣥⣹⣿⣿⣿⣿⣿⣿⣿⣿⣿⠀⠀
⠀⣠⣶⣿⣿⣿⣿⣿⣿⠿⠿⠦⠄⠀⠀⠉⠉⠉⠀⠹⣿⣿⣿⣿⣿⣿⣿⣿⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠹⠿⠛⠿⣿⠟⠛⠛⠀⠀

35
fastfetch/config.jsonc Normal file
View File

@ -0,0 +1,35 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"modules": [
"title",
"separator",
"os",
"host",
"kernel",
"uptime",
"packages",
//"shell",
//"display",
"de",
//"wm",
//"wmtheme",
//"theme",
//"icons",
//"font",
//"cursor",
//"terminal",
//"terminalfont",
"cpu",
"gpu",
"memory",
"swap",
"disk",
"localip",
"publicip",
//"battery",
//"poweradapter",
"locale",
"break",
"colors"
]
}

View File

@ -0,0 +1,15 @@
⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⢀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⣠⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣶⣄⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀
⠀⠀⠀⠀⢀⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⡀⠀⠀⠀⢀⣾⣿⣷⡄⠀
⠀⠀⠀⠀⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⠀⠀⢰⣿⣿⠿⣿⣿⡆
⠀⠀⠀⣰⣿⣿⣿⣿⣿⠋⠙⢿⣿⡿⠋⠙⣿⣿⣿⣿⣿⡇⠀⠸⣿⣷⣀⣼⣿⡇
⠀⠀⠀⣿⣿⣿⣿⣿⡏⠀⠀⠀⠉⠁⠀⠀⢹⣿⣿⣿⣿⣿⡀⠀⢻⣿⣿⣿⡿⠀
⠀⠀⢰⣿⣿⣿⣿⣿⢇⣠⡀⠀⠀⠀⢀⣄⠸⣿⣿⣿⣿⣿⡇⠀⠘⣿⣿⣿⡇⠀
⠀⠀⣾⣿⣿⣿⣿⣿⠈⠛⠁⠀⠀⠀⠘⠛⠀⣿⣿⣿⣿⣿⣧⠀⠀⢿⣿⣿⠀⠀
⠀⢠⣿⣿⣿⣿⣿⣿⣦⡀⣀⣠⣤⣄⣀⢀⣴⣿⣿⣿⣿⣿⣿⡀⠀⢸⣿⡇⠀⠀
⠀⢸⣿⣿⣿⣿⣿⡟⠻⣿⠿⠛⠛⠛⠿⣿⠟⢹⣿⣿⣿⣿⣿⡇⠀⢸⣿⡇⠀⠀
⠀⣸⣿⣿⣿⣿⣿⡇⠀⠀⢶⣶⣶⣶⡦⠀⠀⠘⣿⣿⣿⣿⣿⡇⠀⢸⣿⡇⠀⠀
⠀⣿⣿⣿⣿⣿⣿⠃⠀⢠⡄⠀⣤⠀⢠⡄⠀⠀⣿⣿⣿⣿⣿⣿⠀⢸⣿⡇⠀⠀
⢀⣿⣿⣿⣿⣿⣿⠀⠀⢸⡇⠀⣿⠀⢸⡇⠀⠀⣿⣿⣿⣿⣿⣿⠀⢸⣿⡇⠀⠀
⢸⣿⣿⣿⣿⣿⣿⠀⠀⢸⡇⠀⣿⠀⢸⡇⠀⠀⣿⣿⣿⣿⣿⣿⡆⢸⣿⡇⠀⠀
⠈⠉⠉⠉⠉⠉⠁⠀⠀⠈⠁⠀⠉⠀⠈⠁⠀⠀⠉⠉⠉⠉⠉⠉⠁⠀⠉⠁⠀⠀

View File

@ -0,0 +1,19 @@
${c2}
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣤⣶⣶⣤⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣤⣶⣿⣿⣿⣿⣿⣿⣿⣿⣶⣤⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣤⣶⣿⣿⣿⣿⣿⣿⣿⠟⠻⣿⣿⣿⣿⣿⣿⣿⣶⣦⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⣤⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡇⢠⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣤⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⢿⣿⣿⣿⣿⡿⠟⠛⠛⠁⠀⠛⠛⠻⢿⣿⣿⣿⣿⡿⣿⣿⣿⣿⣇⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⣿⣿⣿⣿⣇⡀⠘⠿⠟⠉⠀⠀⣠⣤⠀⠀⣤⣄⡀⠀⠈⠻⠿⠋⠀⣸⣿⣿⣿⣿⠀⠀⠀⠀⠀
⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⡦⠀⠀⠀⠰⣿⣿⣿⠀⠀⢹⣿⣿⠶⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⡇⠀⠀⠀⠀
⠀⠀⠀⠀⣾⣿⣿⣿⣿⣿⣿⠁⠀⣠⡀⠀⠈⠙⠇⠀⠀⠸⠛⠁⠀⢀⣄⠀⠀⢿⣿⣿⣿⣿⣿⣷⠀⠀⠀⠀
⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⡇⠀⢀⣿⣿⣧⡄⠀⠀⢀⡀⠀⠀⢠⣴⣿⣿⡄⠀⢸⣿⣿⣿⣿⣿⣿⡇⠀⠀⠀
⠀⠀⠀⣼⣿⣿⣿⣿⣿⣿⡇⠀⠘⠛⠋⠉⠀⠀⠀⢿⡿⠀⠀⠀⠈⠙⠛⠃⠀⢀⣿⣿⣿⣿⣿⣿⣷⠀⠀⠀
⠀⠀⢀⣿⣿⣿⣿⠋⠉⠉⠀⠀⠀⣀⣤⣤⣤⠀⠀⠀⠀⠀⠀⣤⣤⣤⣄⠀⠀⠀⠉⠉⠙⣿⣿⣿⣿⡄⠀⠀
⠀⠀⠘⣿⣿⣿⣿⣷⣾⣿⣿⡄⠀⠘⢿⣿⡟⠀⠀⣴⣦⠀⠀⢹⣿⡿⠃⠀⢠⣿⣿⣷⣾⣿⣿⣿⣿⠇⠀⠀
⠀⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣆⠀⠀⠙⠀⠀⣴⣿⣿⣧⠀⠀⠋⠀⠀⣰⣿⣿⣿⣿⣿⣿⣿⡿⠃⠀⠀⠀
⠀⠀⠀⠀⠀⠹⣿⣿⣿⣿⣿⣿⣿⣿⣦⠀⠀⠀⠈⠉⠉⠁⠀⠀⠀⣤⣾⣿⣿⣿⣿⣿⣿⣿⠏⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠈⢻⣿⣿⣿⣿⣿⣿⠋⠀⣾⣷⣶⣶⣶⣶⣶⣷⡀⠘⣿⣿⣿⣿⣿⣿⡿⠁⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣿⣿⣿⣿⣤⣼⣿⣿⣿⣿⣿⣿⣿⣿⣷⣤⣾⣿⣿⣿⣿⠋⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀

View File

@ -78,6 +78,7 @@
scalaenv # scala version from scalaenv (https://github.com/scalaenv/scalaenv)
haskell_stack # haskell version from stack (https://haskellstack.org/)
kubecontext # current kubernetes context (https://kubernetes.io/)
docker # current docker context
terraform # terraform workspace (https://www.terraform.io)
# terraform_version # terraform version (https://www.terraform.io)
aws # aws profile (https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html)
@ -187,6 +188,18 @@
# Left prompt terminator for lines without any segments.
typeset -g POWERLEVEL9K_EMPTY_LINE_LEFT_PROMPT_LAST_SEGMENT_END_SYMBOL=
#################################[ prompt_docker: docker context ]##################################
# Prompt personnalisé pour Docker
function prompt_docker() {
local context=$(docker context show)
if [[ "$context" != "default" ]]; then
p10k segment -f 208 -t "%F{cyan} :$context%f"
elif docker info &>/dev/null; then
p10k segment -f 208 -t "%F{cyan}%f"
fi
}
typeset -g POWERLEVEL9K_DOCKER_SHOW_ON_COMMAND='docker'
#################################[ os_icon: os identifier ]##################################
# OS identifier color.
typeset -g POWERLEVEL9K_OS_ICON_FOREGROUND=255

View File

@ -7,16 +7,22 @@ NC='\033[0m' # No Color
# Packages list
packages=(
"zsh" # Better than bash
"micro" # Better than nano
"exa" # Better than ls
"bat" # Better than cat
"btop" # Betther than top
"ncdu" # Better than du -h
"duf" # Better than df -h
"neofetch" # Because it's cool
"git" # Because git
"fuck" # Fuck error
"zsh" # Better than bash
"micro" # Better than nano
"exa" # Better than ls
"bat" # Better than cat
"btop" # Betther than top
"ncdu" # Better than du -h
"duf" # Better than df -h
"fastfetch" # Because it's cool
"git" # Because git
"fuck" # Fuck error
"python3-pip" # PIP
)
# Scipts list
scripts=(
"./DockerStatus.py"
)
# Packages installation
@ -24,15 +30,33 @@ clear
echo "Mise à jour de la liste des paquets..."
echo " "
sudo apt update >/dev/null 2>&1
sudo apt install software-properties-common
sudo apt-add-repository ppa:zhangsongcui3371/fastfetch -y
sudo apt update >/dev/null 2>&1
echo "Installation des paquets :"
for package in "${packages[@]}"; do
if apt install "$package" -y >/dev/null 2>&1; then
if sudo apt install "$package" -y >/dev/null 2>&1; then
echo -e " - Installation de $package : ${GREEN}ok${NC}"
else
echo -e " - Installation de $package : ${RED}échoué${NC}"
fi
done
# Installation module tabulate
echo "Installation module tabulate via pip"
pip install tabulate
# Copie des Scripts dans ~/.scripts
echo ""
if [ ! -d ~/.scripts ]; then
mkdir -p ~/.scripts
fi
echo "Copie des Scripts dans ~/.scripts :"
for script in "${scripts[@]}"; do
cp "$script" ~/.scripts >/dev/null 2>&1
echo -e " - Copie de $script : ${GREEN}ok${NC}"
done
# Git Installation
mkdir ~/.zsh
if [ ! -d ~/.zsh ]; then
@ -58,9 +82,9 @@ echo " - Copie des fichiers nécessaires à powerlevel10k"
cp ./p10k.zsh ~/.p10k.zsh
cp ./zshrc ~/.zshrc
echo " - Copie des fichiers nécessaires à Neofetch"
if [ ! -d ~/.config/neofetch ]; then
mkdir -p ~/.config/neofetch
if [ ! -d ~/.config/fastfetch ]; then
mkdir -p ~/.config/fastfetch
fi
cp -r ./neofetch/* ~/.config/neofetch
cp -r ./fastfetch/* ~/.config/fastfetch
echo " - Mise en place de zsh par défaut (mot de passe nécessaire)"
chsh -s $(which zsh)

28
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
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"
@ -17,15 +14,24 @@ export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#808080"
# zsh-syntax-highlighting
source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
# history
# history
HISTFILE=~/.zsh_history
HISTSIZE=1000
SAVEHIST=1000
## ALIAS ##
# 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
@ -39,3 +45,15 @@ alias top="btop --utf-force"
alias btop="btop --utf-force"
alias htop="btop --utf-force"
# docker
# alias dstatus='docker ps -a --format "table {{.Names}} \t {{.Status}} \t {{.Size}}"' # Status des conteneurs
alias dstatus='python3 ~/.scripts/DockerStatus.py'
alias dls='docker container ls' # Lister les containers actifs
alias dlsa='docker container ls -a' #Liste les containers actifs et ceux arrêtés
alias dstpall='docker container stop $(docker container ls -aq)' # Stop tous les containers
alias drmall='docker container rm $(docker container ls -aq)' # Supprimer tous les containers
alias dils='docker image list' # Lister les images
alias diprall='docker image prune --all' # Supprimer toutes les images non utilisées
alias dbuild='docker image build -t' # Créer un build
alias dlogs='docker logs -ft --details' # Lire les logs en direct