Last active
June 15, 2021 09:27
-
-
Save qrg/977e13264072c9c0ecd00024e8665eb6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env fish | |
echo \nfisher | |
fisher | |
echo \nz --clean | |
z --clean |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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