Swapped setup script for Makefile
This commit is contained in:
14
Makefile
Normal file
14
Makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
all: softlinks
|
||||
@echo "-----------------------------------------------------------"
|
||||
@echo "Vim and environment"
|
||||
@echo "-----------------------------------------------------------"
|
||||
@echo "Open vim and type :PlugInstall to install extension manager"
|
||||
|
||||
softlinks: dependencies
|
||||
@test -L ${HOME}/.vim || ln -s ${PWD}/.vim ${HOME}/.vim
|
||||
@test -L ${HOME}/.vimrc || ln -s ${PWD}/.vimrc ${HOME}/.vimrc
|
||||
|
||||
dependencies:
|
||||
@sudo apt install vim
|
||||
|
||||
|
||||
Reference in New Issue
Block a user