Up.
This commit is contained in:
parent
9745681080
commit
2187fcf99f
@ -2,13 +2,9 @@
|
||||
|
||||
# Logging function
|
||||
log() {
|
||||
printf "${C_BLU}>>>>> %s <<<<<${F_RST}" "$1"
|
||||
printf "$(tput setaf 4)$(tput bold)>>>>> %s <<<<<$(tput sgr0)" "$1"
|
||||
}
|
||||
|
||||
# Testing existance function
|
||||
exist() {
|
||||
command -v "$1$" >/dev/null 2>&1
|
||||
}
|
||||
|
||||
|
||||
# Packages to install
|
||||
|
@ -2,20 +2,14 @@
|
||||
|
||||
# Logging function
|
||||
log() {
|
||||
printf "${C_BLU}>>>>> %s <<<<<${F_RST}" "$1"
|
||||
}
|
||||
|
||||
# Testing existance function
|
||||
exist() {
|
||||
command -v "$1$" >/dev/null 2>&1
|
||||
printf "$(tput setaf 4)$(tput bold)>>>>> %s <<<<<$(tput sgr0)" "$1"
|
||||
}
|
||||
|
||||
|
||||
|
||||
# Environment variables
|
||||
ZIMDIR=${HOME}/.zim:
|
||||
|
||||
|
||||
|
||||
# Packages to install
|
||||
packages=(
|
||||
starship
|
||||
|
@ -2,12 +2,7 @@
|
||||
|
||||
# Logging function
|
||||
log() {
|
||||
printf "${C_BLU}>>>>> %s <<<<<${F_RST}" "$1"
|
||||
}
|
||||
|
||||
# Testing existance function
|
||||
exist() {
|
||||
command -v "$1$" >/dev/null 2>&1
|
||||
printf "$(tput setaf 4)$(tput bold)>>>>> %s <<<<<$(tput sgr0)" "$1"
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user