Up.
This commit is contained in:
parent
9745681080
commit
2187fcf99f
@ -2,13 +2,9 @@
|
|||||||
|
|
||||||
# Logging function
|
# Logging function
|
||||||
log() {
|
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
|
# Packages to install
|
||||||
|
@ -2,20 +2,14 @@
|
|||||||
|
|
||||||
# Logging function
|
# Logging function
|
||||||
log() {
|
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
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Environment variables
|
||||||
ZIMDIR=${HOME}/.zim:
|
ZIMDIR=${HOME}/.zim:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Packages to install
|
# Packages to install
|
||||||
packages=(
|
packages=(
|
||||||
starship
|
starship
|
||||||
|
@ -2,12 +2,7 @@
|
|||||||
|
|
||||||
# Logging function
|
# Logging function
|
||||||
log() {
|
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
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user