Skip to content

Commit

Permalink
Align fisher install with currently recommended process
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhomer committed Nov 24, 2024
1 parent 0e9dea3 commit 5de6bd0
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 148 deletions.
8 changes: 2 additions & 6 deletions bin/dotme-fisher
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,10 @@ should-run -m 7 dotme-fisher || exit 0
printf "\e[36mInstalling fisher packages\e[0m\n"

if not test -f ~/.config/fish/functions/fisher.fish
curl https://git.io/fisher --create-dirs -sLo \
~/.config/fish/functions/fisher.fish
curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish |
source && fisher install jorgebucaran/fisher
end

# Update fisher itself, once all environments on latest version
# fisher update if sufficient.
fisher update jorgebucaran/fisher

# Update all fisher plugins

fisher update
Expand Down
8 changes: 4 additions & 4 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"author": "anon",
"description": "dotme test",
"devDependencies": {
"@types/node": "22.9.0",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
"@types/node": "22.9.3",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-sonarjs": "1.0.3",
"jest": "^29.7.0",
"prettier": "3.3.3",
"ts-node": "10.9.2",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"license": "ISC",
"main": "scratch.js",
Expand Down
Loading

0 comments on commit 5de6bd0

Please sign in to comment.