Removed old files and made p independent
This commit is contained in:
17
scripts/p.sh
17
scripts/p.sh
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user