[OLD] X: Add olde X crap for problem children
This commit is contained in:
parent
40a787f4b0
commit
284e4a966d
5 changed files with 180 additions and 1 deletions
16
GNUmakefile
16
GNUmakefile
|
|
@ -81,7 +81,21 @@ $(HOME)/.sway/config: .sway/config
|
|||
$(HOME)/.vim/bundle/Vundle.vim: $(HOME)/.vim/bundle
|
||||
git clone https://github.com/VundleVim/Vundle.vim.git $@ || cd $@; git pull; exit 0
|
||||
|
||||
.PHONY: aliases profileds README
|
||||
$(HOME)/.Xmodcapslock: x-crap/.Xmodcapslock
|
||||
cp $< $@
|
||||
|
||||
$(HOME)/.Xdefaults: x-crap/.Xdefaults
|
||||
cp $< $@
|
||||
|
||||
$(HOME)/.Xresources: x-crap/.Xresources
|
||||
cp $< $@
|
||||
|
||||
$(HOME)/.xinitrc: x-crap/.xinitrc
|
||||
cp $< $@
|
||||
|
||||
x-crap: $(HOME)/.Xmodcapslock $(HOME)/.Xdefaults $(HOME)/.Xresources $(HOME)/.xinitrc
|
||||
|
||||
.PHONY: aliases profileds README x-crap
|
||||
|
||||
### README #####################################################################
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue