summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-08-10 16:11:08 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-08-10 16:11:08 +0400
commite50ca00b5b49d9bcad8de771d90bb41bda2a12e7 (patch)
tree2827b3ba8e8ad1324644f2be3ebba3e0aa059b68 /Makefile
parent5ae875ac391eb2906ac7a5d216c1cc1e95181746 (diff)
git config added
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f7831c1..0079c4e 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,7 @@ BASHRC=$(HOME)/.bashrc
ZSHRC=$(HOME)/.zshrc
ZPROFILE=$(HOME)/.zprofile
BASHPROFILE=$(HOME)/.bash_profile
+GITCONFIG=$(HOME)/.gitconfig
COPY=cp -r
LINK=ln -sf
@@ -32,9 +33,14 @@ config:
$(COPY) config/x11 $(CONFDIR)
$(COPY) config/zathura $(CONFDIR)
$(COPY) config/mimeapps.list $(CONFDIR)
+
$(LINK) $(CONFDIR)/shell/profile $(BASHPROFILE)
$(LINK) $(CONFDIR)/shell/profile $(ZPROFILE)
+git:
+ $(COPY) config/gitconfig $(GITCONFIG)
+
+
scripts:
mkdir -p $(BINDIR)
$(COPY) scripts/* $(BINDIR)