From 4d072894eca21f6b9d4d70abed3264692a05f735 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Mon, 28 Nov 2022 20:21:38 +0100 Subject: [PATCH] install wireshark --- roles/system/tasks/main.yml | 1 + roles/system/templates/.gitconfig.j2 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/system/tasks/main.yml b/roles/system/tasks/main.yml index 89a1b52..7b79761 100644 --- a/roles/system/tasks/main.yml +++ b/roles/system/tasks/main.yml @@ -56,6 +56,7 @@ - codium - tree - virtualbox-6.1 + - wireshark # Erlang stuff: https://github.com/asdf-vm/asdf-erlang#before-asdf-install - build-essential - autoconf diff --git a/roles/system/templates/.gitconfig.j2 b/roles/system/templates/.gitconfig.j2 index 47b96a6..4bbc1f6 100644 --- a/roles/system/templates/.gitconfig.j2 +++ b/roles/system/templates/.gitconfig.j2 @@ -2,4 +2,4 @@ email = {{ email }} name = {{ full_name }} [core] - editor = vim + editor = /usr/local/bin/nvim