From 4a140776ecc2eff54945be92f8e735077aa18166 Mon Sep 17 00:00:00 2001 From: Niccolo Borgioli Date: Thu, 31 Mar 2022 15:49:45 +0200 Subject: [PATCH] brew packages --- install.conf.yaml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/install.conf.yaml b/install.conf.yaml index 01324a0..d69cbc0 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -19,4 +19,18 @@ - [git submodule update --init --recursive, Installing submodules] # Brew plugin -- brew: [gnupg, fish, git-lfs, htop, n] +- brew: + # Base + - fish + - git + - git-lfs + - neovim + - vim + # Utils + - tmux + - htop + - gnupg + - wget + # Languages + - n + - go