Do the same in WSL
This commit is contained in:
parent
92ddb53e49
commit
4c2c91cc22
1 changed files with 4 additions and 3 deletions
|
@ -105,10 +105,11 @@ main() {
|
||||||
mkdir "$HOME"/.ssh
|
mkdir "$HOME"/.ssh
|
||||||
# Custom config.fish
|
# 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
|
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)
|
# Fish theme
|
||||||
# Modifications: Changed comment color
|
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/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
|
# EZA colors
|
||||||
fish -c "set -Ux EXA_COLORS 'di=1;36:da=35'"
|
fish -c "set -Ux EXA_COLORS 'di=1;36:da=35'"
|
||||||
# Add abbreviations
|
# Add abbreviations
|
||||||
|
|
Loading…
Reference in a new issue