Skip to content

amazebb/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

106 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shell Scripts

Contains a repository of useful, semi-useful and somewhat less useful scripts

Most of these are bash scripts tested within the macOS environment.

See TOC for per-script usage

Install

Clone into ~/.local/share and run the install script to symlink all scripts into ~/.local/bin:

mkdir -p ~/.local/share
git clone --depth 1 https://github.com/broeknbytes/scripts.git ~/.local/share/scripts
cd ~/.local/share/scripts
./install.sh

Make sure ~/.local/bin is in your $PATH. Add this to your ~/.bashrc or ~/.zshrc if it isn't already:

export PATH="$HOME/.local/bin:$PATH"

Disclaimer

Usual disclaimer of no guarantees, that you kind of know what you're doing, and read the source or get an LLM to do it for you if you need to know more.

About

Shell Scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors