mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 08:00:14 +00:00
starship config (for nushell)
This commit is contained in:
@ -23,6 +23,10 @@ setup_symlinks() {
|
||||
rm -rf "$HOME/.config/nvim"
|
||||
ln -s "$DOTS/vim" "$HOME/.config/nvim"
|
||||
|
||||
# Starship
|
||||
rm -rf "$HOME/.config/starship.toml"
|
||||
ln -s "$DOTS/nushell/starship.toml" "$HOME/.config/starship.toml"
|
||||
|
||||
echo "symlinks ✓"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user