Some base configs

This commit is contained in:
2024-12-13 16:46:30 -05:00
commit 01f94bf944
7 changed files with 197 additions and 0 deletions

1
scripts/nvm Normal file
View File

@@ -0,0 +1 @@
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash

5
scripts/repos Normal file
View File

@@ -0,0 +1,5 @@
# VSCodium
wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg | gpg --dearmor | dd of=/usr/share/keyrings/vscodium-archive-keyring.gpg
echo 'deb [ signed-by=/usr/share/keyrings/vscodium-archive-keyring.gpg ] https://download.vscodium.com/debs vscodium main' | tee /etc/apt/sources.list.d/vscodium.list
apt update
apt install codium -y