diff --git a/fish/.config/fish/config.fish.symlink b/fish/.config/fish/config.fish.symlink index 17cf0e4..8a2fbc6 100644 --- a/fish/.config/fish/config.fish.symlink +++ b/fish/.config/fish/config.fish.symlink @@ -45,7 +45,3 @@ for file in (string match -r '^.*\/completion.config.fish$' $config_files) end set -e config_files - -# Starship -set -gx STARSHIP_CONFIG "$DOT/fish/starship.toml" -starship init fish | source diff --git a/fish/install.fish b/fish/install.fish index b1075dc..2dc4fc6 100755 --- a/fish/install.fish +++ b/fish/install.fish @@ -1,10 +1,14 @@ #!/usr/bin/env fish +source "$DOT/script/utils.fish" source "$DOT/homebrew/brew_utils.fish" source "$DOT/node/node_utils.fish" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +execute "fisher install catppuccin/fish" "catppuccin/fish" +execute "fisher install decors/fish-colored-man" "fish-colored-man" + brew_install "FiraCode Nerd Font" "font-fira-code-nerd-font" "" "homebrew/cask-fonts" brew_install "Starship Prompt" "starship" brew_install "Zsh Syntax Highlighting" "zsh-syntax-highlighting" diff --git a/fish/theme.config.fish b/fish/theme.config.fish new file mode 100644 index 0000000..ee031c7 --- /dev/null +++ b/fish/theme.config.fish @@ -0,0 +1,11 @@ +#!/usr/bin/env fish + +# fish-colored-man +set -g man_blink -o f38ba8 red +set -g man_bold -o 94e2d5 cyan +set -g man_standout -b 11111b black +set -g man_underline -u 11111b black + +# Starship +set -gx STARSHIP_CONFIG "$DOT/fish/starship.toml" +starship init fish | source