2022-08-11 18:37:25 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
rm -rf ~/.config/fish/conf.d
|
2022-08-12 12:44:33 +02:00
|
|
|
rm -rf ~/.config/fish/functions
|
|
|
|
|
2022-08-11 18:37:25 +02:00
|
|
|
ln -s $HOME/dotfiles/fish/conf.d $HOME/.config/fish/conf.d
|
2022-08-12 12:44:33 +02:00
|
|
|
ln -s $HOME/dotfiles/fish/functions $HOME/.config/fish/functions
|