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