feat: add tldr, gnome-tweaks, and npm
This commit is contained in:
parent
76597dcb17
commit
d407e76635
4 changed files with 24 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
||||||
tags:
|
tags:
|
||||||
- "skip-if-wsl"
|
- "skip-if-wsl"
|
||||||
- role: fzf
|
- role: fzf
|
||||||
|
- role: gnome-tweak-tools
|
||||||
- role: git
|
- role: git
|
||||||
- role: htop
|
- role: htop
|
||||||
- role: lazydocker
|
- role: lazydocker
|
||||||
|
@ -18,9 +19,11 @@
|
||||||
- role: neovim
|
- role: neovim
|
||||||
- role: nnn
|
- role: nnn
|
||||||
- role: neovim-lsp
|
- role: neovim-lsp
|
||||||
|
- role: npm
|
||||||
- role: pv
|
- role: pv
|
||||||
- role: rename
|
- role: rename
|
||||||
- role: ripgrep
|
- role: ripgrep
|
||||||
|
- role: tldr
|
||||||
- role: tmux
|
- role: tmux
|
||||||
- role: zsh
|
- role: zsh
|
||||||
- role: zsh-antigen
|
- role: zsh-antigen
|
||||||
|
|
7
roles/gnome-tweak-tools/tasks/main.yaml
Normal file
7
roles/gnome-tweak-tools/tasks/main.yaml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
- name: Install
|
||||||
|
ansible.builtin.package:
|
||||||
|
name:
|
||||||
|
- gnome-tweaks
|
||||||
|
state: latest
|
||||||
|
become: true
|
7
roles/npm/tasks/main.yaml
Normal file
7
roles/npm/tasks/main.yaml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
- name: Install
|
||||||
|
ansible.builtin.package:
|
||||||
|
name:
|
||||||
|
- npm
|
||||||
|
state: latest
|
||||||
|
become: true
|
7
roles/tldr/tasks/main.yaml
Normal file
7
roles/tldr/tasks/main.yaml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
- name: Install
|
||||||
|
ansible.builtin.package:
|
||||||
|
name:
|
||||||
|
- tldr
|
||||||
|
state: latest
|
||||||
|
become: true
|
Loading…
Add table
Add a link
Reference in a new issue