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 ./ ~/