add back files. add sourcing bashrc to profile.

This commit is contained in:
Matthew Jensen
2021-08-03 10:18:04 -07:00
parent c44d4a20ec
commit 0fbf4b41ee
3 changed files with 19 additions and 3 deletions

View File

@@ -1,10 +1,12 @@
FILES:=.vimrc .gitconfig .bash_profile
all:$(FILES)
source ${HOME}/.bash_profile
. ${HOME}/.bash_profile
$(FILES):
cp -rf $(HOME)/$@ dotfiles/$@.bak
cp -rf dotfiles/$@ ${HOME}/$@
clean:
@echo "clean: idk yet.\nTODO: default config swap\n- .git-config.sample.\n- .debian_bash_profile.sample\n- .vimrc.sample?"