fix(nvim + starship)
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
cd ~/Code/dotfiles
|
cd ~/Code/dotfiles
|
||||||
git pull
|
git pull
|
||||||
|
|
||||||
folders=("hypr" "ags" "tmux" "lazygit" "kitty" "fish")
|
folders=("hypr" "ags" "tmux" "lazygit" "kitty" "fish" "nvim")
|
||||||
|
|
||||||
for folder in ${folders[@]}; do
|
for folder in ${folders[@]}; do
|
||||||
echo Moving $folder
|
echo Moving $folder
|
||||||
@ -10,4 +10,4 @@ for folder in ${folders[@]}; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
# Starship
|
# Starship
|
||||||
mv starship.toml ~/.config/starship.toml
|
cp starship.toml ~/.config/starship.toml
|
||||||
|
Reference in New Issue
Block a user