Removed old files and made p independent

This commit is contained in:
2024-03-25 13:54:15 +00:00
parent 9ca7eddd59
commit 695d1eb715
3 changed files with 15 additions and 1782 deletions

View File

@@ -1,7 +1,20 @@
#! /bin/bash
# Cross-distro package manager wrapper
# Cross-distro package manager UI
source ~/dotfiles/scripts/color.sh
RED="\e[31m"
GREEN="\e[32m"
YELLOW="\e[33m"
BLUE="\e[34m"
MAGENTA="\e[35m"
CYAN="\e[36m"
GRAY="\e[90m"
BOLD="\e[1m"
FAINT="\e[2m"
ITALIC="\e[3m"
UNDERLINE="\e[4m"
ENDCOLOR="\e[0m"
detectDistro() {
if [ "$(uname -s)" = "Darwin" ]; then