summaryrefslogtreecommitdiff
path: root/Makefile
blob: 5fb2098f85c85050c7ad3d29a25ab8258724355d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
HOMEDIR ?= /home/lvv/p/volnitsky.com/ 
include $(HOMEDIR)/include.mk
COPY_LIST = git-prompt.sh 
 
install:
cp -v git-prompt.sh  /etc/
[ -f /etc/git-prompt.conf ]  || cp -v git-prompt.conf /etc/
tgit:
xclip -i git-demo
echo "ready to paste ..."