Update source of Fish's theme, update fish's theme, change comment color in fish
This commit is contained in:
parent
b19747d61a
commit
0842f5a03c
4 changed files with 74 additions and 58 deletions
8
arch.sh
8
arch.sh
|
@ -41,7 +41,8 @@ then
|
|||
# Custom config.fish
|
||||
rm "$HOME"/.config/fish/config.fish 2> /dev/null
|
||||
wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/.config/fish/config_arch.fish -O "$HOME"/.config/fish/config.fish
|
||||
# Custom prompt shell (based on Base16 Eighties)
|
||||
# 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
|
||||
rm "$HOME"/.config/fish/functions/fish_prompt.fish 2> /dev/null
|
||||
wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/.config/fish/functions/fish_prompt.fish -P "$HOME"/.config/fish/functions/
|
||||
fish -c "set -U fish_color_normal normal"
|
||||
|
@ -51,7 +52,7 @@ then
|
|||
fish -c "set -U fish_color_end cc99cc"
|
||||
fish -c "set -U fish_color_error f2777a"
|
||||
fish -c "set -U fish_color_param d3d0c8"
|
||||
fish -c "set -U fish_color_comment ffcc66"
|
||||
fish -c "set -U fish_color_comment 5c6773"
|
||||
fish -c "set -U fish_color_match 6699cc"
|
||||
fish -c "set -U fish_color_selection white --bold --background=brblack"
|
||||
fish -c "set -U fish_color_search_match bryellow --background=brblack"
|
||||
|
@ -69,6 +70,9 @@ then
|
|||
fish -c "set -U fish_pager_color_description B3A06D yellow"
|
||||
fish -c "set -U fish_pager_color_prefix normal --bold --underline"
|
||||
fish -c "set -U fish_pager_color_progress brwhite --background=cyan"
|
||||
fish -c "set -U fish_pager_color_selected_background --background=brblack"
|
||||
fish -c "set -U fish_color_option d3d0c8"
|
||||
fish -c "set -U fish_color_keyword 99cc99"
|
||||
# Add aliases
|
||||
fish -c "abbr ls 'exa -glh'"
|
||||
fish -c "abbr cp 'cp -rv'"
|
||||
|
|
|
@ -32,7 +32,8 @@ then
|
|||
# Custom config.fish
|
||||
rm "$HOME"/.config/fish/config.fish 2> /dev/null
|
||||
wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/.config/fish/config_arch.fish -O "$HOME"/.config/fish/config.fish
|
||||
# Custom prompt shell (based on Base16 Eighties)
|
||||
# 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
|
||||
rm "$HOME"/.config/fish/functions/fish_prompt.fish 2> /dev/null
|
||||
wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/.config/fish/functions/fish_prompt.fish -P "$HOME"/.config/fish/functions/
|
||||
fish -c "set -U fish_color_normal normal"
|
||||
|
@ -42,7 +43,7 @@ then
|
|||
fish -c "set -U fish_color_end cc99cc"
|
||||
fish -c "set -U fish_color_error f2777a"
|
||||
fish -c "set -U fish_color_param d3d0c8"
|
||||
fish -c "set -U fish_color_comment ffcc66"
|
||||
fish -c "set -U fish_color_comment 5c6773"
|
||||
fish -c "set -U fish_color_match 6699cc"
|
||||
fish -c "set -U fish_color_selection white --bold --background=brblack"
|
||||
fish -c "set -U fish_color_search_match bryellow --background=brblack"
|
||||
|
@ -60,6 +61,9 @@ then
|
|||
fish -c "set -U fish_pager_color_description B3A06D yellow"
|
||||
fish -c "set -U fish_pager_color_prefix normal --bold --underline"
|
||||
fish -c "set -U fish_pager_color_progress brwhite --background=cyan"
|
||||
fish -c "set -U fish_pager_color_selected_background --background=brblack"
|
||||
fish -c "set -U fish_color_option d3d0c8"
|
||||
fish -c "set -U fish_color_keyword 99cc99"
|
||||
# Add aliases
|
||||
fish -c "abbr ls 'exa -glh'"
|
||||
fish -c "abbr cp 'cp -rv'"
|
||||
|
|
58
ubuntu.sh
58
ubuntu.sh
|
@ -31,34 +31,38 @@ then
|
|||
# Custom config.fish
|
||||
rm "$HOME"/.config/fish/config.fish 2>/dev/null
|
||||
wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/.config/fish/config_ubuntu.fish -O "$HOME"/.config/fish/config.fish
|
||||
# Custom prompt shell (based on Base16 Eighties)
|
||||
rm "$HOME"/.config/fish/functions/fish_prompt.fish 2>/dev/null
|
||||
# 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
|
||||
rm "$HOME"/.config/fish/functions/fish_prompt.fish 2> /dev/null
|
||||
wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/.config/fish/functions/fish_prompt.fish -P "$HOME"/.config/fish/functions/
|
||||
fish -c 'set -U fish_color_normal normal'
|
||||
fish -c 'set -U fish_color_command 99cc99'
|
||||
fish -c 'set -U fish_color_quote ffcc66'
|
||||
fish -c 'set -U fish_color_redirection d3d0c8'
|
||||
fish -c 'set -U fish_color_end cc99cc'
|
||||
fish -c 'set -U fish_color_error f2777a'
|
||||
fish -c 'set -U fish_color_param d3d0c8'
|
||||
fish -c 'set -U fish_color_comment ffcc66'
|
||||
fish -c 'set -U fish_color_match 6699cc'
|
||||
fish -c 'set -U fish_color_selection white --bold --background=brblack'
|
||||
fish -c 'set -U fish_color_search_match bryellow --background=brblack'
|
||||
fish -c 'set -U fish_color_history_current --bold'
|
||||
fish -c 'set -U fish_color_operator 6699cc'
|
||||
fish -c 'set -U fish_color_escape 66cccc'
|
||||
fish -c 'set -U fish_color_cwd green'
|
||||
fish -c 'set -U fish_color_cwd_root red'
|
||||
fish -c 'set -U fish_color_valid_path --underline'
|
||||
fish -c 'set -U fish_color_autosuggestion 747369'
|
||||
fish -c 'set -U fish_color_user brgreen'
|
||||
fish -c 'set -U fish_color_host normal'
|
||||
fish -c 'set -U fish_color_cancel -r'
|
||||
fish -c 'set -U fish_pager_color_completion normal'
|
||||
fish -c 'set -U fish_pager_color_description B3A06D yellow'
|
||||
fish -c 'set -U fish_pager_color_prefix normal --bold --underline'
|
||||
fish -c 'set -U fish_pager_color_progress brwhite --background=cyan'
|
||||
fish -c "set -U fish_color_normal normal"
|
||||
fish -c "set -U fish_color_command 99cc99"
|
||||
fish -c "set -U fish_color_quote ffcc66"
|
||||
fish -c "set -U fish_color_redirection d3d0c8"
|
||||
fish -c "set -U fish_color_end cc99cc"
|
||||
fish -c "set -U fish_color_error f2777a"
|
||||
fish -c "set -U fish_color_param d3d0c8"
|
||||
fish -c "set -U fish_color_comment 5c6773"
|
||||
fish -c "set -U fish_color_match 6699cc"
|
||||
fish -c "set -U fish_color_selection white --bold --background=brblack"
|
||||
fish -c "set -U fish_color_search_match bryellow --background=brblack"
|
||||
fish -c "set -U fish_color_history_current --bold"
|
||||
fish -c "set -U fish_color_operator 6699cc"
|
||||
fish -c "set -U fish_color_escape 66cccc"
|
||||
fish -c "set -U fish_color_cwd green"
|
||||
fish -c "set -U fish_color_cwd_root red"
|
||||
fish -c "set -U fish_color_valid_path --underline"
|
||||
fish -c "set -U fish_color_autosuggestion 747369"
|
||||
fish -c "set -U fish_color_user brgreen"
|
||||
fish -c "set -U fish_color_host normal"
|
||||
fish -c "set -U fish_color_cancel -r"
|
||||
fish -c "set -U fish_pager_color_completion normal"
|
||||
fish -c "set -U fish_pager_color_description B3A06D yellow"
|
||||
fish -c "set -U fish_pager_color_prefix normal --bold --underline"
|
||||
fish -c "set -U fish_pager_color_progress brwhite --background=cyan"
|
||||
fish -c "set -U fish_pager_color_selected_background --background=brblack"
|
||||
fish -c "set -U fish_color_option d3d0c8"
|
||||
fish -c "set -U fish_color_keyword 99cc99"
|
||||
# Adding aliases
|
||||
fish -c "abbr ls 'exa -glh'"
|
||||
fish -c "abbr cp 'cp -rv'"
|
||||
|
|
58
wsl.sh
58
wsl.sh
|
@ -41,34 +41,38 @@ then
|
|||
# Custom config.fish
|
||||
rm "$HOME"/.config/fish/config.fish 2>/dev/null
|
||||
wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/.config/fish/config_wsl.fish -O "$HOME"/.config/fish/config.fish
|
||||
# Custom prompt shell (based on Base16 Eighties)
|
||||
rm "$HOME"/.config/fish/functions/fish_prompt.fish 2>/dev/null
|
||||
# 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
|
||||
rm "$HOME"/.config/fish/functions/fish_prompt.fish 2> /dev/null
|
||||
wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/.config/fish/functions/fish_prompt.fish -P "$HOME"/.config/fish/functions/
|
||||
fish -c 'set -U fish_color_normal normal'
|
||||
fish -c 'set -U fish_color_command 99cc99'
|
||||
fish -c 'set -U fish_color_quote ffcc66'
|
||||
fish -c 'set -U fish_color_redirection d3d0c8'
|
||||
fish -c 'set -U fish_color_end cc99cc'
|
||||
fish -c 'set -U fish_color_error f2777a'
|
||||
fish -c 'set -U fish_color_param d3d0c8'
|
||||
fish -c 'set -U fish_color_comment ffcc66'
|
||||
fish -c 'set -U fish_color_match 6699cc'
|
||||
fish -c 'set -U fish_color_selection white --bold --background=brblack'
|
||||
fish -c 'set -U fish_color_search_match bryellow --background=brblack'
|
||||
fish -c 'set -U fish_color_history_current --bold'
|
||||
fish -c 'set -U fish_color_operator 6699cc'
|
||||
fish -c 'set -U fish_color_escape 66cccc'
|
||||
fish -c 'set -U fish_color_cwd green'
|
||||
fish -c 'set -U fish_color_cwd_root red'
|
||||
fish -c 'set -U fish_color_valid_path --underline'
|
||||
fish -c 'set -U fish_color_autosuggestion 747369'
|
||||
fish -c 'set -U fish_color_user brgreen'
|
||||
fish -c 'set -U fish_color_host normal'
|
||||
fish -c 'set -U fish_color_cancel -r'
|
||||
fish -c 'set -U fish_pager_color_completion normal'
|
||||
fish -c 'set -U fish_pager_color_description B3A06D yellow'
|
||||
fish -c 'set -U fish_pager_color_prefix normal --bold --underline'
|
||||
fish -c 'set -U fish_pager_color_progress brwhite --background=cyan'
|
||||
fish -c "set -U fish_color_normal normal"
|
||||
fish -c "set -U fish_color_command 99cc99"
|
||||
fish -c "set -U fish_color_quote ffcc66"
|
||||
fish -c "set -U fish_color_redirection d3d0c8"
|
||||
fish -c "set -U fish_color_end cc99cc"
|
||||
fish -c "set -U fish_color_error f2777a"
|
||||
fish -c "set -U fish_color_param d3d0c8"
|
||||
fish -c "set -U fish_color_comment 5c6773"
|
||||
fish -c "set -U fish_color_match 6699cc"
|
||||
fish -c "set -U fish_color_selection white --bold --background=brblack"
|
||||
fish -c "set -U fish_color_search_match bryellow --background=brblack"
|
||||
fish -c "set -U fish_color_history_current --bold"
|
||||
fish -c "set -U fish_color_operator 6699cc"
|
||||
fish -c "set -U fish_color_escape 66cccc"
|
||||
fish -c "set -U fish_color_cwd green"
|
||||
fish -c "set -U fish_color_cwd_root red"
|
||||
fish -c "set -U fish_color_valid_path --underline"
|
||||
fish -c "set -U fish_color_autosuggestion 747369"
|
||||
fish -c "set -U fish_color_user brgreen"
|
||||
fish -c "set -U fish_color_host normal"
|
||||
fish -c "set -U fish_color_cancel -r"
|
||||
fish -c "set -U fish_pager_color_completion normal"
|
||||
fish -c "set -U fish_pager_color_description B3A06D yellow"
|
||||
fish -c "set -U fish_pager_color_prefix normal --bold --underline"
|
||||
fish -c "set -U fish_pager_color_progress brwhite --background=cyan"
|
||||
fish -c "set -U fish_pager_color_selected_background --background=brblack"
|
||||
fish -c "set -U fish_color_option d3d0c8"
|
||||
fish -c "set -U fish_color_keyword 99cc99"
|
||||
# Adding aliases
|
||||
fish -c "abbr ls 'exa -glh'"
|
||||
fish -c "abbr cp 'cp -rv'"
|
||||
|
|
Loading…
Reference in a new issue