Removed openconnect client, added nodejs, npm (for COC) and added extra commands for setup

This commit is contained in:
v 2025-12-03 21:08:21 +00:00
parent 89661a96ba
commit 71be44cf8c
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,7 @@
#!/bin/bash #!/bin/bash
sudo apt update && sudo apt upgrade -y 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 install ruff
pipx ensurepath

View File

@ -1,5 +1,7 @@
#!/bin/bash #!/bin/bash
sudo apt install curl wget git -y
echo 'Setting up VIM...' echo 'Setting up VIM...'
rsync -ax --exclude .git --exclude setup_dotenv_files.sh --exclude vim_fonts ./ ~/ rsync -ax --exclude .git --exclude setup_dotenv_files.sh --exclude vim_fonts ./ ~/