aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorSimen A. W. Olsen <cobraz@Simens-MacBook-Pro-4.local>2024-12-27 15:43:48 +0100
committerSimen A. W. Olsen <cobraz@Simens-MacBook-Pro-4.local>2024-12-27 15:43:48 +0100
commitb2bdcbc530b7482126118acd3ca2efcbf0014cdb (patch)
treea9b0d3d4ec35bf1b78df6717e77e8a13c15f9d5e /bootstrap.sh
parent35ada36cd3559ed13b9a1567b9a0c0732d74a410 (diff)
downloaddotfiles-b2bdcbc530b7482126118acd3ca2efcbf0014cdb.tar.gz
dotfiles-b2bdcbc530b7482126118acd3ca2efcbf0014cdb.zip
add nvim to bootstrap and remove .config
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 368ef9d..7a12335 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -18,6 +18,7 @@ stow git
stow apps
stow config
stow tmux
+stow nvim
# Install TPM for tmux
if [ ! -d "$HOME/.tmux/plugins/tpm" ]; then