updated Makefile

pull/2/head
Hari Sekhon 5 years ago
parent 78330e0f66
commit 6e4bcf8ac4

@ -21,6 +21,13 @@ include Makefile.in
build: system-packages
:
install:
@echo "linking dot files to \$$HOME directory: $$HOME"
@if grep -Eq '(source|\.).+bash-tools/.bashrc' ~/.bashrc; then echo "already sourced in ~/.bashrc"; else echo "source $$PWD/.bashrc" >> ~/.bashrc; fi
@for filename in .tmux.conf .ansible.cfg; do\
ln -s "$$filename" ~; \
done
.PHONY: test
test:
./all.sh

Loading…
Cancel
Save