From 4c2c91cc222dc9f1df50f33d676d97492f2432dc Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 13 Sep 2023 13:15:12 +0200 Subject: [PATCH] Do the same in WSL --- arch_wsl.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/arch_wsl.sh b/arch_wsl.sh index 1393278..6c3591e 100644 --- a/arch_wsl.sh +++ b/arch_wsl.sh @@ -105,10 +105,11 @@ main() { mkdir "$HOME"/.ssh # Custom config.fish wget -q https://git.mylloon.fr/Anri/confOS/raw/branch/main/.config/fish/config_wsl.fish -O "$HOME"/.config/fish/config.fish - # Custom prompt shell (based on https://github.com/fish-shell/fish-shell/blob/master/share/tools/web_config/themes/Base16%20Eighties.theme) - # Modifications: Changed comment color + # Fish theme + fish -c "fish_config theme choose 'Base16 Eighties' && fish_config theme save" + # Fish prompt + rm "$HOME"/.config/fish/functions/fish_prompt.fish 2> /dev/null wget -q https://git.mylloon.fr/Anri/confOS/raw/branch/main/.config/fish/functions/fish_prompt.fish -P "$HOME"/.config/fish/functions/ - wget -q https://git.mylloon.fr/Anri/confOS/raw/branch/main/.config/fish/conf.d/promp_color.fish -O "$HOME"/.config/fish/conf.d/promp_color.fish # EZA colors fish -c "set -Ux EXA_COLORS 'di=1;36:da=35'" # Add abbreviations