#
# fetches the latest versions of
# .bashrc .inputrc .emacs .tmux.conf 
# 
# to use: curl https://ratha-sos.netlify.app | bash
# 
# 
echo "Downloading .bashrc..." curl "https://ratha-sos.netlify.app/bashrc" > .bashrc echo "Downloading .inputrc..." curl "https://ratha-sos.netlify.app/inputrc" > .inputrc echo "Downloading .emacs..." curl "https://ratha-sos.netlify.app/emacs" > .emacs echo "Downloading .tmux.conf..." curl "https://ratha-sos.netlify.app/tmux.conf" > .tmux.conf