add back files. add sourcing bashrc to profile.
This commit is contained in:
4
Makefile
4
Makefile
@@ -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?"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user