https://github.com/hezhizhen/scripts.git
To use these scripts:
~SCRIPTSPATHecho 'export SCRIPTSPATH=$HOME/scripts' >> .zshrcecho 'set -gx SCRIPTSPATH $HOME/scripts' >> ~/.config/fish/config.fish$PATHecho 'export PATH=$PATH:$SCRIPTSPATH' >> .zshrcecho 'set PATH $PATH $SCRIPTSPATH' >> ~/.config/fish/config.fishchmod +x <script> to grant execution permission..sh suffixes are preserved to avoid naming conflicts.