summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
author2024-02-18 15:18:56 +0300
committer2024-02-18 15:18:56 +0300
commitd3483449381b6a7ee4e62e352c699c63ddaab33a (patch)
tree6b181039580851d51629cb7e3bb139bde90e9720 /Makefile
parentОбновление zsh (diff)
downloaddotfiles-d3483449381b6a7ee4e62e352c699c63ddaab33a.tar.gz
dotfiles-d3483449381b6a7ee4e62e352c699c63ddaab33a.tar.bz2
dotfiles-d3483449381b6a7ee4e62e352c699c63ddaab33a.tar.xz
dotfiles-d3483449381b6a7ee4e62e352c699c63ddaab33a.zip
Конфиги nvim
Diffstat (limited to '')
-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