Fix install

This commit is contained in:
Przemek Grondek 2022-09-03 15:21:19 +02:00
parent 72bad1b01b
commit cd49f0e88d

View File

@ -3,5 +3,5 @@ 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
cp -rv .local $(HOME)
cp -rv .config $(HOME)