dotfiles/Makefile

10 lines
204 B
Makefile
Raw Normal View History

2022-10-15 03:58:23 +00:00
install: ~/.bash_profile ~/.bashrc
mkdir -p ~/bin/dotlib
cp -r dotlib/*.sh ~/bin/dotlib
~/.bash_profile: .bash_profile
cp -f .bash_profile ~/.bash_profile
~/.bashrc: .bashrc
cp -f .bashrc ~/.bashrc