Skip to content

Commit

Permalink
put .zshrc and .bashrc copy back in
Browse files Browse the repository at this point in the history
  • Loading branch information
mterhar committed Mar 12, 2022
1 parent baad724 commit 2638c8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ else
fi

cp -rf ${DOTFILES_DIR}/.fonts ~/.fonts
cp -f ${DOTFILES_DIR}/.vimrc ~/.vimrc
cp -f ${DOTFILES_DIR}/.gitconfig ~/.gitconfig
cp -f ${DOTFILES_DIR}/.vimrc ~/.vimrc
cp -f ${DOTFILES_DIR}/.zshrc ~/.zshrc
cp -f ${DOTFILES_DIR}/.bashrc ~/.bashrc

git config --file ~/.gitconfig.local user.name "Mike Terhar"
git config --file ~/.gitconfig.local user.email "mike@coder.com"
Expand Down

0 comments on commit 2638c8a

Please sign in to comment.