adapt to work with neovim
This commit is contained in:
parent
1cd509cbaf
commit
d6c1379d76
@ -1,12 +1,13 @@
|
|||||||
.POSIX:
|
.POSIX:
|
||||||
|
|
||||||
HOME = /home/trinity/
|
HOME = /home/trinity
|
||||||
|
|
||||||
all: $(TARGETS)
|
all: $(TARGETS)
|
||||||
|
|
||||||
TARGETS = \
|
TARGETS = \
|
||||||
$(HOME)/.aliases \
|
$(HOME)/.aliases \
|
||||||
$(HOME)/.config/bspwm/bspwmrc \
|
$(HOME)/.config/bspwm/bspwmrc \
|
||||||
|
$(HOME)/.config/nvim/init.vim \
|
||||||
$(HOME)/.config/sxhkd/sxhkdrc \
|
$(HOME)/.config/sxhkd/sxhkdrc \
|
||||||
$(HOME)/.config/sxmo/profile \
|
$(HOME)/.config/sxmo/profile \
|
||||||
$(HOME)/.ctwmrc \
|
$(HOME)/.ctwmrc \
|
||||||
@ -34,6 +35,10 @@ $(HOME)/.config/i3status/config: i3status/config
|
|||||||
mkdir -p $(HOME)/.config/i3status/
|
mkdir -p $(HOME)/.config/i3status/
|
||||||
cp i3status/config $(HOME)/.config/i3status/config
|
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
|
$(HOME)/.config/sxhkd/sxhkdrc: sxhkd/sxhkdrc
|
||||||
mkdir -p $(HOME)/.config/sxhkd/
|
mkdir -p $(HOME)/.config/sxhkd/
|
||||||
cp sxhkd/sxhkdrc $(HOME)/.config/sxhkd/sxhkdrc
|
cp sxhkd/sxhkdrc $(HOME)/.config/sxhkd/sxhkdrc
|
||||||
|
@ -11,10 +11,8 @@ set relativenumber
|
|||||||
set rnu
|
set rnu
|
||||||
set ruler
|
set ruler
|
||||||
set tabstop=8
|
set tabstop=8
|
||||||
set term=xterm
|
|
||||||
set tf
|
set tf
|
||||||
set title
|
set title
|
||||||
set tty=xterm
|
|
||||||
set vb
|
set vb
|
||||||
set nowrap
|
set nowrap
|
||||||
syntax on
|
syntax on
|
||||||
|
Loading…
Reference in New Issue
Block a user