feat: add tldr, gnome-tweaks, and npm

This commit is contained in:
Oliver Davies 2022-03-30 23:18:35 +01:00
parent 76597dcb17
commit d407e76635
4 changed files with 24 additions and 0 deletions

View file

@ -11,6 +11,7 @@
tags:
- "skip-if-wsl"
- role: fzf
- role: gnome-tweak-tools
- role: git
- role: htop
- role: lazydocker
@ -18,9 +19,11 @@
- role: neovim
- role: nnn
- role: neovim-lsp
- role: npm
- role: pv
- role: rename
- role: ripgrep
- role: tldr
- role: tmux
- role: zsh
- role: zsh-antigen

View file

@ -0,0 +1,7 @@
---
- name: Install
ansible.builtin.package:
name:
- gnome-tweaks
state: latest
become: true

View file

@ -0,0 +1,7 @@
---
- name: Install
ansible.builtin.package:
name:
- npm
state: latest
become: true

View file

@ -0,0 +1,7 @@
---
- name: Install
ansible.builtin.package:
name:
- tldr
state: latest
become: true