Skip to content

Instantly share code, notes, and snippets.

@qrg
Last active June 15, 2021 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qrg/977e13264072c9c0ecd00024e8665eb6 to your computer and use it in GitHub Desktop.
Save qrg/977e13264072c9c0ecd00024e8665eb6 to your computer and use it in GitHub Desktop.
#!/usr/bin/env fish
echo \nfisher
fisher
echo \nz --clean
z --clean
#!/bin/bash -v
~/scripts/daily-update.fish
brew update
brew upgrade
brew upgrade --cask
brew cleanup -s
gem update
gem cleanup
gibo update
npm update -g
yarn global upgrade
brew doctor
nodenv update-version-defs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment