-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
22 lines (20 loc) · 762 Bytes
/
Makefile
File metadata and controls
22 lines (20 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
all:
@printf "Valid targets (with a prefix of 'rm' to remove):\n\n"
@printf "\tdesktop\t\t - all X related dotfiles\n"
@printf "\tshell\t\t - all other console dotfiles\n"
shell:
ln -f vimrc ${HOME}/.vimrc
ln -f bashrc ${HOME}/.bashrc
# ln -f profile ${HOME}/.profile
# ln -f ssh.config ${HOME}/.ssh/config
# ln -f inputrc ${HOME}/.inputrc
desktop:
# ln -f Xdefaults ${HOME}/.Xdefaults
# ln -f xsession ${HOME}/.xsession
# ln -f bbkeysrc ${HOME}/.bbkeysrc
# ln -f blackbox.menu ${HOME}/.blackbox.menu
# ln -f blackbox.rc ${HOME}/.blackboxrc
ln -f openbox/autostart ${HOME}/.config/openbox/autostart
ln -f openbox/rc.xml ${HOME}/.config/openbox/rc.xml
ln -f openbox/menu.xml ${HOME}/.config/openbox/menu.xml
ln -f tint2rc ${HOME}/.config/tint2/tint2rc