From d3483449381b6a7ee4e62e352c699c63ddaab33a Mon Sep 17 00:00:00 2001 From: Alex NeonXP Date: Sun, 18 Feb 2024 15:18:56 +0300 Subject: =?UTF-8?q?=D0=9A=D0=BE=D0=BD=D1=84=D0=B8=D0=B3=D0=B8=20nvim?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3