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 | |
| parent | 35ada36cd3559ed13b9a1567b9a0c0732d74a410 (diff) | |
| download | dotfiles-b2bdcbc530b7482126118acd3ca2efcbf0014cdb.tar.gz dotfiles-b2bdcbc530b7482126118acd3ca2efcbf0014cdb.zip | |
add nvim to bootstrap and remove .config
| -rw-r--r-- | .config/.DS_Store | bin | 0 -> 6148 bytes | |||
| -rwxr-xr-x | bootstrap.sh | 1 | ||||
| m--------- | nvim/.config/nvim | 0 |
3 files changed, 1 insertions, 0 deletions
diff --git a/.config/.DS_Store b/.config/.DS_Store Binary files differnew file mode 100644 index 0000000..ff27636 --- /dev/null +++ b/.config/.DS_Store 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 diff --git a/nvim/.config/nvim b/nvim/.config/nvim -Subproject d8b6277d0915bc5a352f2ec1260866c74cfe2e5 +Subproject 17a5f795123841fab25165c6916a287a8b68fc8 |
