From cdfc5fc01928d382feb03410141a9e7bc4651698 Mon Sep 17 00:00:00 2001 From: Sloane Perrault Date: Sun, 17 Jul 2022 10:12:32 -0400 Subject: [PATCH] add fish_plugins, update command to bootstrap --- .config/fish/fish_plugins | 1 + .config/yadm/bootstrap.d/003_fisher | 2 ++ 2 files changed, 3 insertions(+) create mode 120000 .config/fish/fish_plugins diff --git a/.config/fish/fish_plugins b/.config/fish/fish_plugins new file mode 120000 index 0000000..059e9e1 --- /dev/null +++ b/.config/fish/fish_plugins @@ -0,0 +1 @@ +/Users/zach/code/github/zperrault/dotfiles/fish/fish_plugins \ No newline at end of file diff --git a/.config/yadm/bootstrap.d/003_fisher b/.config/yadm/bootstrap.d/003_fisher index e87efb7..3480c63 100755 --- a/.config/yadm/bootstrap.d/003_fisher +++ b/.config/yadm/bootstrap.d/003_fisher @@ -6,3 +6,5 @@ else echo "installing fisher" curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher end + +fisher update