fix(nvim + starship)

This commit is contained in:
2024-10-07 22:34:12 +01:00
parent 472ef92a52
commit 53bd697bf9

View File

@ -2,7 +2,7 @@
cd ~/Code/dotfiles
git pull
folders=("hypr" "ags" "tmux" "lazygit" "kitty" "fish")
folders=("hypr" "ags" "tmux" "lazygit" "kitty" "fish" "nvim")
for folder in ${folders[@]}; do
echo Moving $folder
@ -10,4 +10,4 @@ for folder in ${folders[@]}; do
done
# Starship
mv starship.toml ~/.config/starship.toml
cp starship.toml ~/.config/starship.toml