mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-19 02:46:06 -07:00
14 lines
473 B
YAML
14 lines
473 B
YAML
- name: Add vscodium repo
|
|
tags: ["once"]
|
|
yum_repository:
|
|
name: vscodium
|
|
description: Free/Libre Open Source Software Binaries of VS Code
|
|
baseurl: https://download.vscodium.com/rpms/
|
|
gpgkey: https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/raw/master/pub.gpg
|
|
become: true
|
|
|
|
- name: Setup nvm
|
|
tags: ["once"]
|
|
shell: >
|
|
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash
|
|
creates=/home/{{ user }}/.nvm/nvm.sh |