chore: kde-neon -> linux, kitty themes + settings, install-script fixes

This commit is contained in:
Pratik Tripathy
2024-09-18 00:06:56 +05:30
parent 42b8551ef1
commit 90084f4780
15 changed files with 175 additions and 80 deletions

View File

@@ -60,10 +60,7 @@ parse_input() {
setup_symlinks() {
case $(uname -a) in
Linux*)
# TODO: Make it less KDE-Neon specific and more general Linux
OS="kde-neon"
[ "$XDG_CURRENT_DESKTOP" = "KDE" ] && OS="kde-neon"
OS="linux"
;;
Darwin*)
OS="macos"