diff options
| author | 2024-02-18 15:18:56 +0300 | |
|---|---|---|
| committer | 2024-02-18 15:18:56 +0300 | |
| commit | d3483449381b6a7ee4e62e352c699c63ddaab33a (patch) | |
| tree | 6b181039580851d51629cb7e3bb139bde90e9720 /Makefile | |
| parent | Обновление zsh (diff) | |
| download | dotfiles-d3483449381b6a7ee4e62e352c699c63ddaab33a.tar.gz dotfiles-d3483449381b6a7ee4e62e352c699c63ddaab33a.tar.bz2 dotfiles-d3483449381b6a7ee4e62e352c699c63ddaab33a.tar.xz dotfiles-d3483449381b6a7ee4e62e352c699c63ddaab33a.zip | |
Конфиги nvim
Diffstat (limited to '')
| -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 |
