Commit graph

15 commits

Author SHA1 Message Date
c3402a3b36 ansible: add packages role 2020-12-22 13:48:59 +01:00
737f308f61 ansible: rename role: common -> dotfiles 2020-12-22 13:07:05 +01:00
3542f4a741 ansible: refactor tasks into a common role 2020-12-18 14:53:00 +01:00
ce68613438 ansible: pass list to package managers instead of looping
Passing the list and letting the package manager deal with it as a whole
is much faster than looping, which is equivalent to invoking the package
manager multiple times, each time with a single package.
2020-12-17 19:15:27 +01:00
54a15259a1 packages: disable casks on homebrew
This is not running properly now. Will investigate at some point in the
future, but may as well just disable entirely - we'll see...
2020-12-15 23:35:25 +01:00
6af4eb3192 bash: replace ls with exa when available 2020-12-13 02:02:25 +01:00
426f6b7132 feat(packages): add more commonly used packages 2020-12-08 01:06:54 +01:00
aa74a7651b Fix typo in imagemagick package name 2020-06-30 12:10:50 +02:00
7d961dd352 Remove optional --- from YAML files 2019-11-16 12:32:43 +00:00
073790d6cf Add Mac apps via homebrew cask 2019-11-16 12:27:32 +00:00
41f5acd61b Use blocks to organize package installations 2019-11-16 12:18:32 +00:00
b9fb127fdf Add more frequently used packages 2019-11-16 12:12:34 +00:00
7c3b26b8e2 Add htop installation 2019-11-16 00:35:44 +00:00
929102158b Add gpg installation 2019-11-15 23:45:53 +00:00
81c63724d7 Add installation for commonly used sotfware 2019-11-15 23:44:15 +00:00