Removed openconnect client, added nodejs, npm (for COC) and added extra commands for setup
This commit is contained in:
parent
89661a96ba
commit
71be44cf8c
@ -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
|
||||
|
||||
@ -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 ./ ~/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user