Convert starship from stow to chezmoi

main
Buddy Sandidge 2 years ago
parent bae893a736
commit 5dd202512d

@ -1,7 +1,6 @@
/hellotech/ /hellotech/
/install-scripts/ /install-scripts/
/old-scripts/ /old-scripts/
/starship/
/tmux/ /tmux/
/vim-fancy/ /vim-fancy/
/vim/ /vim/

@ -1,2 +1,4 @@
{{ if lookPath "starship" -}}
# vim: ft=bash # vim: ft=bash
source <(starship init bash) source <(starship init bash)
{{- end }}

@ -1,3 +1,4 @@
{{ if lookPath "starship" -}}
# Get editor completions based on the config schema # Get editor completions based on the config schema
"$schema" = 'https://starship.rs/config-schema.json' "$schema" = 'https://starship.rs/config-schema.json'
@ -62,3 +63,4 @@ format = "[$duration]($style) "
[character] [character]
success_symbol = "λ" success_symbol = "λ"
error_symbol = "[☠](red)" error_symbol = "[☠](red)"
{{- end }}

@ -1,2 +1,4 @@
{{ if lookPath "starship" -}}
# vim: ft=zsh # vim: ft=zsh
source <(starship init zsh) source <(starship init zsh)
{{- end }}
Loading…
Cancel
Save