#!/usr/bin/env bash function package_install() { curl -s https://ohmyposh.dev/install.sh | bash -s } function package_update() { #TODO } function package_remove() { #TODO } function package_check_installed() { #TODO }