summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex NeonXP <i@neonxp.ru>2024-02-18 15:18:56 +0300
committerAlex NeonXP <i@neonxp.ru>2024-02-18 15:18:56 +0300
commitd3483449381b6a7ee4e62e352c699c63ddaab33a (patch)
tree6b181039580851d51629cb7e3bb139bde90e9720 /Makefile
parent17951e8c06f638543a19cbcaf95623ca211d6514 (diff)
Конфиги nvim
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0bec4bf..7c69d53 100644
--- a/Makefile
+++ b/Makefile
@@ -38,13 +38,15 @@ golibs: /usr/bin/go
# dotfiles
.PHONY: dotfiles
-dotfiles: ~/.gitconfig ~/.gitignore ~/.config/zsh ~/.zshrc
+dotfiles: ~/.gitconfig ~/.gitignore ~/.config/zsh ~/.config/nvim ~/.zshrc
~/.gitconfig:
@ln -s $(pwd)/git/config ~/.gitconfig || true
~/.gitignore:
@ln -s $(pwd)/git/ignore ~/.gitignore || true
+~/.config/nvim:
+ @ln -s $(pwd)/nvim ~/.config/nvim || true
~/.config/zsh:
@ln -s $(pwd)/zsh ~/.config/zsh || true
~/.zshrc:
- @ln -s $(pwd)/zsh/zshrc ~/.zshrc || true \ No newline at end of file
+ @ln -s $(pwd)/zsh/zshrc ~/.zshrc || true