Switch to home-manager instead of managing dotfiles manually

This commit is contained in:
2024-03-27 13:35:01 +00:00
parent f5fe3fe9c3
commit 4e25f86c98
10 changed files with 246 additions and 144 deletions

View File

@@ -1,16 +0,0 @@
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"
# Example usage: echo -e "${GRAY}Gray text${ENDCOLOR}"

View File

@@ -29,7 +29,6 @@ detectDistro() {
return 1
fi
fi
return 0
}
oneline() {