dotfiles/Makefile

7 lines
154 B
Makefile

install:
mkdir -p ~/bin/dotlib
cp -r dotlib/* ~/bin/dotlib
cp -f .bash_profile ~/.bash_profile
cp -f .bashrc ~/.bashrc
cp -f .hushlogin ~/.hushlogin