🚚 Move starship.toml to fish
This commit is contained in:
parent
dbe2cd8d8a
commit
d0b98823dc
3 changed files with 1 additions and 12 deletions
|
@ -47,5 +47,5 @@ end
|
|||
set -e config_files
|
||||
|
||||
# Starship
|
||||
set -gx STARSHIP_CONFIG "$DOT/zsh/starship.toml"
|
||||
set -gx STARSHIP_CONFIG "$DOT/fish/starship.toml"
|
||||
starship init fish | source
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
# vim:set ft=bash:
|
||||
|
||||
cd "$(dirname "${BASH_SOURCE[0]}")" \
|
||||
&& . "../homebrew/brew_utils.sh"
|
||||
|
||||
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"
|
||||
brew_install "Zsh Autosuggestions" "zsh-autosuggestions"
|
||||
brew_install "The Fuck" "thefuck"
|
Loading…
Reference in a new issue