Skip to content

Commit

Permalink
fix(makefile): use fish to run fisher
Browse files Browse the repository at this point in the history
Signed-off-by: Sébastien Elet <sebastien@elet.fr>
  • Loading branch information
SebastienElet committed Jan 7, 2025
1 parent 573a487 commit 20b100e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ ${BREW_BIN}/fd:
fish: brew ${BREW_BIN}/fish ~/.config/fish
${BREW_BIN}/fish:
brew install fish fisher
fisher install PatrickF1/fzf.fish
fish -c 'fisher install PatrickF1/fzf.fish'

~/.config/fish:
ln -s ~/.dotfiles/fish $@
Expand Down
4 changes: 2 additions & 2 deletions nvim/lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"flash.nvim": { "branch": "main", "commit": "34c7be146a91fec3555c33fe89c7d643f6ef5cf1" },
"friendly-snippets": { "branch": "main", "commit": "efff286dd74c22f731cdec26a70b46e5b203c619" },
"fzf-lua": { "branch": "main", "commit": "87eff1a57685eb9c8804824e677c7fb0014656ce" },
"gitsigns.nvim": { "branch": "main", "commit": "5f808b5e4fef30bd8aca1b803b4e555da07fc412" },
"gitsigns.nvim": { "branch": "main", "commit": "c2a273980eb2cbcabcd54690f06f041ea0c225c6" },
"grug-far.nvim": { "branch": "main", "commit": "08f32182335754abf461dfb77b2c4e24bfe4d614" },
"lazy.nvim": { "branch": "main", "commit": "7e6c863bc7563efbdd757a310d17ebc95166cef3" },
"lazydev.nvim": { "branch": "main", "commit": "8620f82ee3f59ff2187647167b6b47387a13a018" },
Expand All @@ -25,7 +25,7 @@
"mini.pairs": { "branch": "main", "commit": "7e834c5937d95364cc1740e20d673afe2d034cdb" },
"neo-tree.nvim": { "branch": "main", "commit": "e6645ecfcba3e064446a6def1c10d788c9873f51" },
"noice.nvim": { "branch": "main", "commit": "eaed6cc9c06aa2013b5255349e4f26a6b17ab70f" },
"none-ls.nvim": { "branch": "main", "commit": "5a3aaa1251cec14f290abf40cb062efa03fd73de" },
"none-ls.nvim": { "branch": "main", "commit": "cc810f70852bd37334fad658372a8cfedd1da4e8" },
"nui.nvim": { "branch": "main", "commit": "53e907ffe5eedebdca1cd503b00aa8692068ca46" },
"nvim-lint": { "branch": "master", "commit": "dfa45de973c3ce7bd1b9a6d346f896a68ad07e44" },
"nvim-lspconfig": { "branch": "master", "commit": "8121483b8132b7053120fafd83728178fb3febf6" },
Expand Down

0 comments on commit 20b100e

Please sign in to comment.