Some base configs
This commit is contained in:
1
scripts/nvm
Normal file
1
scripts/nvm
Normal file
@@ -0,0 +1 @@
|
||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
|
5
scripts/repos
Normal file
5
scripts/repos
Normal 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
|
Reference in New Issue
Block a user