Skip to content

Instantly share code, notes, and snippets.

View gigi81's full-sized avatar

Luigi Grilli gigi81

View GitHub Profile
@gigi81
gigi81 / winget
Last active February 8, 2025 11:57
winget install --silent -e Adobe.AdobeAcrobatReaderDC
winget install --silent -e M2Team.NanaZip
winget install --silent -e Git.Git
winget install --silent -e Notepad++.Notepad++
winget install --silent -e alcpu.CoreTemp
winget install --silent -e Microsoft.VisualStudioCode
winget install --silent -e VideoLAN.VLC
winget install --silent -e PuTTY.PuTTY
winget install --silent -e Rufus.Rufus
winget install --silent -e PDFsam.PDFsam
#!/bin/sh
# vscode
# https://code.visualstudio.com/docs/setup/linux#_rhel-fedora-and-centos-based-distributions
rpm --import https://packages.microsoft.com/keys/microsoft.asc
echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" | sudo tee /etc/yum.repos.d/vscode.repo > /dev/null
dnf check-update
dnf -y install code