major vscode config overhauls. Getting python working as expected
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 21m26s
Podman DDNS Image / build-and-push-ddns (push) Successful in 34s

This commit is contained in:
2025-05-26 12:04:53 -04:00
parent 7b93f740ec
commit de8b827cfb
7 changed files with 5511 additions and 87 deletions

View File

@@ -13,9 +13,10 @@
- [VLAN Setup with nmcli](#vlan-setup-with-nmcli)
- [ZRAM](#zram)
- [Libraries](#libraries)
- [DNF](#dnf)
- [Common Libraries](#common-libraries)
- [Apps](#apps)
- [DNF](#dnf-1)
- [Common CLI Apps](#common-cli-apps)
- [Ungoogled Chromium](#ungoogled-chromium)
- [VSCode](#vscode)
- [Virtualization](#virtualization)
- [NVM](#nvm)
@@ -179,7 +180,7 @@ zramctl --size 4G /dev/zram0
## Libraries
### DNF
### Common Libraries
```bash
sudo dnf install -y \
@@ -200,7 +201,7 @@ libgle-devel
## Apps
### DNF
### Common CLI Apps
```bash
sudo dnf install \
@@ -254,6 +255,15 @@ sudo dnf install \
p7zip
```
### Ungoogled Chromium
<https://github.com/ungoogled-software/ungoogled-chromium?tab=readme-ov-file#automated-or-maintained-builds>
```bash
sudo dnf copr enable wojnilowicz/ungoogled-chromium
sudo dnf install ungoogled-chromium
```
### VSCode
<https://code.visualstudio.com/docs/setup/linux#_rhel-fedora-and-centos-based-distributions>