just rawdoggin' bash as god intended
there is a cute script to bootstrap my dotfiles in dockerfiles/on bare metal:
curl https://bikmaev.com/dotfiles | bash
or this
git clone https://github.com/realbikmaev/dotfiles.git "$HOME/dotfiles" && cd "$HOME/dotfiles" && bash ./install.sh
on macos don't forget to perform this ritual
also remember to set Natural Text Editing
in iTerm2
global workflow shortcuts: run shell cmd in automator workflow, save as service, set shortcut in keyboard settings -> services -> general
also don't forget chsh -s /bin/bash
do look at this script to learn how to create self-modifying bash scripts
here is the same abomination but in python