adapt to work with neovim
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
.POSIX:
|
||||
|
||||
HOME = /home/trinity/
|
||||
HOME = /home/trinity
|
||||
|
||||
all: $(TARGETS)
|
||||
|
||||
TARGETS = \
|
||||
$(HOME)/.aliases \
|
||||
$(HOME)/.config/bspwm/bspwmrc \
|
||||
$(HOME)/.config/nvim/init.vim \
|
||||
$(HOME)/.config/sxhkd/sxhkdrc \
|
||||
$(HOME)/.config/sxmo/profile \
|
||||
$(HOME)/.ctwmrc \
|
||||
@@ -34,6 +35,10 @@ $(HOME)/.config/i3status/config: i3status/config
|
||||
mkdir -p $(HOME)/.config/i3status/
|
||||
cp i3status/config $(HOME)/.config/i3status/config
|
||||
|
||||
$(HOME)/.config/nvim/init.vim: vim/vimrc
|
||||
mkdir -p $(HOME)/.config/nvim/
|
||||
cp vim/vimrc $(HOME)/.config/nvim/init.vim
|
||||
|
||||
$(HOME)/.config/sxhkd/sxhkdrc: sxhkd/sxhkdrc
|
||||
mkdir -p $(HOME)/.config/sxhkd/
|
||||
cp sxhkd/sxhkdrc $(HOME)/.config/sxhkd/sxhkdrc
|
||||
|
||||
Reference in New Issue
Block a user