aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gitconfig2
-rw-r--r--provisioning/apt_essential1
-rw-r--r--provisioning/brew_essential1
3 files changed, 3 insertions, 1 deletions
diff --git a/gitconfig b/gitconfig
index e60d8a9..485954e 100644
--- a/gitconfig
+++ b/gitconfig
@@ -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