diff options
| author | Simen A. W. Olsen <cobraz@Simens-MacBook-Pro-4.local> | 2024-12-27 15:43:48 +0100 |
|---|---|---|
| committer | Simen A. W. Olsen <cobraz@Simens-MacBook-Pro-4.local> | 2024-12-27 15:43:48 +0100 |
| commit | b2bdcbc530b7482126118acd3ca2efcbf0014cdb (patch) | |
| tree | a9b0d3d4ec35bf1b78df6717e77e8a13c15f9d5e /bootstrap.sh | |
| parent | 35ada36cd3559ed13b9a1567b9a0c0732d74a410 (diff) | |
| download | dotfiles-b2bdcbc530b7482126118acd3ca2efcbf0014cdb.tar.gz dotfiles-b2bdcbc530b7482126118acd3ca2efcbf0014cdb.zip | |
add nvim to bootstrap and remove .config
Diffstat (limited to 'bootstrap.sh')
| -rwxr-xr-x | bootstrap.sh | 1 |
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 |
