idk... collection of bash aliases mostly to make sure typos don't get into the way of productivity™.
I typically store projects under ~/workspace
, but feel free to put this wherever you want.
cd ~/workspace && git clone https://github.com/evie404/dotfiles.git
[[ -s "${HOME}/workspace/dotfiles/evie.bash" ]] && source "${HOME}/workspace/dotfiles/evie.bash"
-or-
echo '[[ -s "${HOME}/workspace/dotfiles/evie.bash" ]] && source "${HOME}/workspace/dotfiles/evie.bash"' > ~/.bash_profile
for the lazy.