aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-09 10:05:05 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-09 10:05:05 +1200
commit6ebf142ea7592e2003001693fc921bef0dffe867 (patch)
tree293a58261168e44e4ba449af2e670c262890d2e4 /Makefile
parentAdd bash-style prompt to pdksh (diff)
downloaddotfiles-6ebf142ea7592e2003001693fc921bef0dffe867.tar.gz
dotfiles-6ebf142ea7592e2003001693fc921bef0dffe867.zip
Add kshrc.d directory
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f25750ae..0101ba79 100644
--- a/Makefile
+++ b/Makefile
@@ -200,7 +200,21 @@ install-i3 : install-x
install -pm 0644 -- i3/* "$(HOME)"/.i3
install-pdksh : test-pdksh
+ install -m 0755 -d -- \
+ "$(HOME)"/.kshrc.d
install -pm 0644 -- pdksh/kshrc "$(HOME)"/.kshrc
+ install -pm 0644 -- pdksh/kshrc.d/* "$(HOME)"/.kshrc.d
+
+install-bash : test-bash
+ install -m 0755 -d -- \
+ "$(HOME)"/.config \
+ "$(HOME)"/.bashrc.d \
+ "$(HOME)"/.bash_profile.d
+ install -pm 0644 -- bash/bashrc "$(HOME)"/.bashrc
+ install -pm 0644 -- bash/bashrc.d/* "$(HOME)"/.bashrc.d
+ install -pm 0644 -- bash/bash_profile "$(HOME)"/.bash_profile
+ install -pm 0644 -- bash/bash_profile.d/* "$(HOME)"/.bash_profile.d
+ install -pm 0644 -- bash/bash_logout "$(HOME)"/.bash_logout
install-maildir :
install -m 0755 -d -- \