diff options
| -rw-r--r-- | gitconfig | 2 | ||||
| -rw-r--r-- | provisioning/apt_essential | 1 | ||||
| -rw-r--r-- | provisioning/brew_essential | 1 |
3 files changed, 3 insertions, 1 deletions
@@ -3,7 +3,7 @@ email = ruben@unlimited.pizza signingkey = B7C3495D98F27947 [core] - editor = vim + editor = nvim [color] diff = auto [push] diff --git a/provisioning/apt_essential b/provisioning/apt_essential index 4106d85..7521c5c 100644 --- a/provisioning/apt_essential +++ b/provisioning/apt_essential @@ -9,5 +9,6 @@ rsync tmux tree vim +neovim wget zsh diff --git a/provisioning/brew_essential b/provisioning/brew_essential index c1bd703..aa1fbaa 100644 --- a/provisioning/brew_essential +++ b/provisioning/brew_essential @@ -11,6 +11,7 @@ tmux tree v vim +neovim watch wget z |