From 783765ed6507859f7aaed98ac3556ae0ed4785c6 Mon Sep 17 00:00:00 2001 From: piecka Date: Fri, 28 Feb 2025 10:16:39 +0100 Subject: [PATCH] addet install option --- setup/tuiDots.sh | 34 +++++++++++++++++++++++++--------- 1 file changed, 25 insertions(+), 9 deletions(-) diff --git a/setup/tuiDots.sh b/setup/tuiDots.sh index 2545dc4..014edf9 100755 --- a/setup/tuiDots.sh +++ b/setup/tuiDots.sh @@ -47,14 +47,6 @@ check_root() { fi } -# Menu options -declare -a options=( - "Sudo-Options" - "neovim" - "neovim-minimal" - "Exit" -) - # Function to print colored text print_color() { printf "%b%s%b\n" "$1" "$2" "$NC" @@ -62,6 +54,7 @@ print_color() { gitDir="$HOME/git/dotfiles" dotRemote="https://git.k4li.de/dotfiles" +instRemote="https://git.k4li.de/scripts/sh/raw/branch/main/installs" if [ ! -d "$gitDir" ]; then print_color "$RED" "=== git dir created - $gitDir ===" @@ -132,6 +125,16 @@ nvimMinimalSetup() { sleep 2 } +installStuff() { + echo_info "I want to install.." + read -r gitPackage