summaryrefslogtreecommitdiff
path: root/Makefile
blob: 4da74a6169ccf6d0807b0c661eb853eeb9b7878a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
ifeq ($(USER),lvv)
        HOMEDIR := /home/lvv/p/volnitsky.com/ 
        INCLUDE := $(HOMEDIR)/include.mk 
else
        INCLUDE := /dev/null 
endif
 
include $(INCLUDE)
 
 
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 ..."