Move from config/ to files/

This commit is contained in:
Gerald Pinder
2024-07-23 12:10:08 -04:00
parent d059d23860
commit 01fd577dc5
37 changed files with 12 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -oue pipefail
rpm --import https://packages.microsoft.com/keys/microsoft.asc
sh -c '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" > /etc/yum.repos.d/vscode.repo'