noahjahn / utils

Utilities I use on a daily basis, dockerized

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Utils

Utilities I use on a daily basis, dockerized.

Requirements

  • Bash with built-in getopts
  • Docker

Setup

  1. Clone this repo somewhere your user has access. I prefer my home directory: ~

  2. Add this directory to your users' PATH

  • 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

# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/utils" ] ; then
    PATH="$HOME/utils:$PATH"
fi
  1. Launch a new shell and you can now use the utils on your terminal!

Example:

adminer

About

Utilities I use on a daily basis, dockerized


Languages

Language:Shell 100.0%