dotfiles/Makefile

8 lines
174 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)
2022-12-13 23:47:57 +00:00
cp -rv bin/* $(HOME)/bin
2022-09-03 13:21:19 +00:00
cp -rv .local $(HOME)
2022-12-13 23:47:57 +00:00
cp -rv .config $(HOME)