X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/934f693ba6f442bb0f9ed30619351e91250feabb..refs/heads/lazyvim:/Makefile diff --git a/Makefile b/Makefile index 22365da..a245778 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ DOTFILES := goobookrc profile Xresources CONFIGFILES := mpv offlineimap ranger retroarch xbindkeys xkb .PHONY: core_files -core_files: dircolors git ranger ssh systemd tmux vim zsh +core_files: dircolors git nvim ranger ssh systemd tmux zsh .PHONY: desktop desktop: core_files awesome kitty picom qutebrowser rofi xkb @@ -150,6 +150,10 @@ vim: $(XDG_CONFIG_HOME) ln -sfT $(APATH)/vim $(XDG_CONFIG_HOME)/vim mkdir -p $(XDG_DATA_HOME)/vim .PHONY: vim + +nvim: $(XDG_CONFIG_HOME) vim + ln -sfT $(APATH)/$@ $(XDG_CONFIG_HOME)/$@ +.PHONY: nvim yay: $(XDG_CONFIG_HOME) ln -sfT $(APATH)/yay $(XDG_CONFIG_HOME)/yay