Skip to content

Some handy scripts that I write whenever I don't want to look up how to do something twice.

Notifications You must be signed in to change notification settings

mfdorst/scripts

Repository files navigation

Scripts

A collection of useful scripts that I keep in my home directory. These mostly help me avoid looking up the same commands over and over.

The install scripts in particular are handy when setting up a new system. No more going to rust-lang.org to find the command to install rustup, just do rustup-install.

Setup

Just clone this repo somewhere on your system:

git clone git@github.com:mfdorst/scripts ~/scripts

And add it to your path.

Bash/Zsh:

export PATH="$HOME/scripts:$PATH"

Fish:

fish_add_path $HOME/scripts

About

Some handy scripts that I write whenever I don't want to look up how to do something twice.

Resources

Stars

Watchers

Forks

Languages