Update fish plugins after restoring fish config
This commit is contained in:
parent
7ed1d9cfb3
commit
42329687dc
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ GIT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
|
||||||
rm -rf $HOME/.config/fish/
|
rm -rf $HOME/.config/fish/
|
||||||
cp -r $GIT_DIR/fish/ $HOME/.config/
|
cp -r $GIT_DIR/fish/ $HOME/.config/
|
||||||
cp $GIT_DIR/universal-shellrc.txt $HOME/.config/fish/conf.d/universal.fish
|
cp $GIT_DIR/universal-shellrc.txt $HOME/.config/fish/conf.d/universal.fish
|
||||||
|
fish -c 'fisher update'
|
||||||
|
|
||||||
# kitty
|
# kitty
|
||||||
rm -rf $HOME/.config/kitty/
|
rm -rf $HOME/.config/kitty/
|
||||||
|
|
Loading…
Reference in a new issue