Add makefile

This commit is contained in:
Przemek Grondek 2022-05-19 20:21:15 +02:00
parent 4c01fc2032
commit 83ca3702ac

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
FILES = .bash_aliases .bashrc .inputrc .profile .vimrc .xsessionrc
install:
cp -v $(FILES) $(HOME)
cp -rv bin $(HOME)/bin
cp -rv .local $(HOME)/.local
cp -rv .config $(HOME)/.config