Skip to content

noahjahn/utils

Repository files navigation

Utils

Utilities I use on a daily basis, Dockerized where necessary.

Requirements

Setup

  1. Clone this repo somewhere your user has access. I prefer my home directory: ~
git clone git@github.com:noahjahn/utils.git ~/utils
  1. Add the utils rc file to be sourced on login:
  • The file is different depending on your OS. Examples:

    • .bash_profile
    • .bashrc
    • .profile
    • .zshrc
    • .zprofile
  • be sure to change the file path if you didn't clone this repo to your home directory

if [ -d "$HOME/utils" ] && [ -f "$HOME/utils/rc" ] ; then
  export NOAHJAHN_UTILS_DIR="$HOME/utils"
  source "$HOME/utils/rc"
fi
  1. Launch a new shell, or source the shell config file from the previous step, and you can now use the utils on your terminal!

  2. Pull submodules

utils update
  1. Ensure you have all the requirements to run the utils:
utils verify

Updating

Run utils update

utils update

About

Utilities I use on a daily basis, Dockerized by design

Resources

Stars

Watchers

Forks

Contributors

Languages