feat(packages): add more commonly used packages

This commit is contained in:
Fernando Schauenburg 2020-12-08 01:06:54 +01:00
parent 6686b3b1c0
commit 426f6b7132
2 changed files with 14 additions and 2 deletions

View file

@ -2,12 +2,12 @@
when: ansible_os_family == "Debian"
become: yes
apt: name={{ item }} state=latest update_cache=yes
loop: [git, git-crypt]
loop: [git, git-crypt, git-lfs]
- name: Install git (macOS)
when: ansible_os_family == "Darwin"
homebrew: name={{ item }} state=latest
loop: [git, git-crypt]
loop: [git, git-crypt, git-lfs]
- name: Create the git config directory
file:

View file

@ -7,13 +7,18 @@
loop:
- curl
- exuberant-ctags
- ffmpeg
- gpg
- htop
- nmap
- psmisc
- shellcheck
- sqlite
- stow
- tree
- vifm
- wget
- youtube-dl
@ -28,18 +33,25 @@
- ctags
- curl
- exiftool
- ffmpeg
- findutils
- gnu-sed
- gpg
- grep
- gzip
- htop
- imagemagick
- jupyter
- make
- nmap
- pstree
- reattach-to-user-namespace
- shellcheck
- sqlite
- stow
- tree
- vifm
- wget
- youtube-dl
- name: Tap into homebrew/cask-fonts