From 71be44cf8c6c8b8d7b23f7bb32a2eab3183ef2e9 Mon Sep 17 00:00:00 2001 From: v Date: Wed, 3 Dec 2025 21:08:21 +0000 Subject: [PATCH] Removed openconnect client, added nodejs, npm (for COC) and added extra commands for setup --- setup_debian.sh | 3 ++- setup_dotenv_files.sh | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/setup_debian.sh b/setup_debian.sh index f226fec..d73de1f 100755 --- a/setup_debian.sh +++ b/setup_debian.sh @@ -1,6 +1,7 @@ #!/bin/bash sudo apt update && sudo apt upgrade -y -sudo apt install vim-nox tmux network-manager openconnect-gnome curl wget rsync git pipx python3-pip +sudo apt install nodejs npm vim-nox tmux network-manager curl wget rsync git pipx python3-pip -y pipx install ruff +pipx ensurepath diff --git a/setup_dotenv_files.sh b/setup_dotenv_files.sh index c6a731e..fa7e4a3 100755 --- a/setup_dotenv_files.sh +++ b/setup_dotenv_files.sh @@ -1,5 +1,7 @@ #!/bin/bash +sudo apt install curl wget git -y + echo 'Setting up VIM...' rsync -ax --exclude .git --exclude setup_dotenv_files.sh --exclude vim_fonts ./ ~/