Add HOME variable to lazy repo
This commit is contained in:
parent
284228ad80
commit
6bd20abc84
2
Makefile
2
Makefile
|
@ -15,7 +15,7 @@ SSH_ITEMS := $(wildcard ssh/*)
|
|||
SSH_TARGETS := $(SSH_ITEMS:ssh/%=$(SSH_DIR)/%)
|
||||
|
||||
LAZY_REPO := https://github.com/folke/lazy.nvim.git
|
||||
LAZY_DIR := /home/tux/.local/share/nvim/lazy/lazy.nvim
|
||||
LAZY_DIR := $(HOME)/.local/share/nvim/lazy/lazy.nvim
|
||||
POWERLEVEL_REPO := https://github.com/romkatv/powerlevel10k.git
|
||||
POWERLEVEL_DIR := $(ZSH_CUSTOM_DIR)/themes/powerlevel10k
|
||||
ZSH_SYNTAX_REPO := https://github.com/zsh-users/zsh-syntax-highlighting.git
|
||||
|
|
Loading…
Reference in a new issue