Skip to content

Commit

Permalink
Added missing copy part into repository
Browse files Browse the repository at this point in the history
  • Loading branch information
eko committed Apr 8, 2017
1 parent d5b4cda commit 2df1e32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -13,6 +13,7 @@ install: ## Installs dotfiles into current environment
install_file:
@if [ ! -f ${HOME}/${DOTFILE} ]; then \
echo ✔ Installing file: ${HOME}/${DOTFILE}; \
cp ${DOTFILE} ${HOME}/${DOTFILE}; \
else \
echo ✖ File already exists: ${HOME}/${DOTFILE}; \
fi \

0 comments on commit 2df1e32

Please sign in to comment.