Mise à jour de 'installFish.sh'
This commit is contained in:
parent
8afc29ad06
commit
4b5c4eaade
1 changed files with 27 additions and 0 deletions
|
@ -19,5 +19,32 @@ rm $HOME/.ssh/config 2>/dev/null; wget https://git.kennel.ml/Anri/myLinuxConfigu
|
|||
rm $HOME/.config/fish/config.fish 2>/dev/null; wget https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/.config/fish/config.fish -P $HOME/.config/fish/
|
||||
# Met à jour mon prompt personalisée Fish
|
||||
rm $HOME/.config/fish/functions/fish_prompt.fish 2>/dev/null; wget https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/.config/fish/functions/fish_prompt.fish -P $HOME/.config/fish/functions/
|
||||
# Change les couleurs (basé sur Base16 Eighties)
|
||||
$ set -L
|
||||
$ set -U fish_color_normal normal
|
||||
$ set -U fish_color_command 99cc99
|
||||
$ set -U fish_color_quote ffcc66
|
||||
$ set -U fish_color_redirection d3d0c8
|
||||
$ set -U fish_color_end cc99cc
|
||||
$ set -U fish_color_error f2777a
|
||||
$ set -U fish_color_param d3d0c8
|
||||
$ set -U fish_color_comment ffcc66
|
||||
$ set -U fish_color_match 6699cc
|
||||
$ set -U fish_color_selection white --bold --background=brblack
|
||||
$ set -U fish_color_search_match bryellow --background=brblack
|
||||
$ set -U fish_color_history_current --bold
|
||||
$ set -U fish_color_operator 6699cc
|
||||
$ set -U fish_color_escape 66cccc
|
||||
$ set -U fish_color_cwd green
|
||||
$ set -U fish_color_cwd_root red
|
||||
$ set -U fish_color_valid_path --underline
|
||||
$ set -U fish_color_autosuggestion 747369
|
||||
$ set -U fish_color_user brgreen
|
||||
$ set -U fish_color_host normal
|
||||
$ set -U fish_color_cancel -r
|
||||
$ set -U fish_pager_color_completion normal
|
||||
$ set -U fish_pager_color_description B3A06D yellow
|
||||
$ set -U fish_pager_color_prefix normal --bold --underline
|
||||
$ set -U fish_pager_color_progress brwhite --background=cyan
|
||||
|
||||
echo "You must log out to finish applying the changes."
|
Reference in a new issue