diff options
author | Alex NeonXP <i@neonxp.ru> | 2024-02-18 15:18:56 +0300 |
---|---|---|
committer | Alex NeonXP <i@neonxp.ru> | 2024-02-18 15:18:56 +0300 |
commit | d3483449381b6a7ee4e62e352c699c63ddaab33a (patch) | |
tree | 6b181039580851d51629cb7e3bb139bde90e9720 /Makefile | |
parent | 17951e8c06f638543a19cbcaf95623ca211d6514 (diff) |
Конфиги nvim
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |