🚚 move fish.config to own folder

This commit is contained in:
DannyDannyDanny 2023-11-10 21:22:41 +01:00
parent 18848e5a94
commit 79a47e3d93
2 changed files with 2 additions and 1 deletions

View file

@ -20,6 +20,7 @@ echo >&2 " >>> changing shell to fish"
sudo chsh -s /usr/bin/fish $USER
echo >&2 " >>> link config.fish from dotfiles"
ln -s -f /tmp/dotfiles/.config/config.fish ~/.config/config.fish
mkdir -p ~/.config/fish
ln -s -f /tmp/dotfiles/.config/fish/config.fish ~/.config/fish/config.fish
echo >&2 " >>> echo $0"