mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
12 lines
366 B
YAML
12 lines
366 B
YAML
- 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
|
|
|
|
- name: Clone packer for nvim
|
|
tags: ["once"]
|
|
git:
|
|
repo: https://github.com/wbthomason/packer.nvim.git
|
|
dest: /home/{{ user }}/.local/share/nvim/site/pack/packer/start/packer.nvim
|