dotfiles/Makefile

7 lines
171 B
Makefile
Raw Normal View History

2022-05-19 18:21:15 +00:00
FILES = .bash_aliases .bashrc .inputrc .profile .vimrc .xsessionrc
install:
cp -v $(FILES) $(HOME)
cp -rv bin $(HOME)/bin
2022-09-03 13:21:19 +00:00
cp -rv .local $(HOME)
cp -rv .config $(HOME)