apatel762 / home-infra

A repository containing all of the setup for my home infra (e.g. my laptop & soon, my server)
GNU Affero General Public License v3.0
0 stars 0 forks source link

Install VSCode via overlay #60

Closed apatel762 closed 2 years ago

apatel762 commented 2 years ago

Won't be as simple as adding it to the overlays list; need to also add something to the playbook which installs a /etc/yum.repos.d/vscode.repo file containing the following information:

[code]
name=Visual Studio Code
baseurl=https://packages.microsoft.com/yumrepos/vscode
enabled=1
gpgcheck=1
gpgkey=https://packages.microsoft.com/keys/microsoft.asc