dotfiles/Makefile

7 lines
154 B
Makefile
Raw Permalink Normal View History

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