An interactive bash startup script inspired by Paul Rudd's celery man skit.
Now Tayne I can get into.
Built for a Python and GitHub workflow with PyCharm or Sublime Text in macOS. See the aliases cm and s, used to quickly open .py files for editing.
Requires virtualenv and Google Chrome.
If configured as .bash_profile, this script will run on startup.
It starts by asking for the user's name, then addresses the user by name!
When prompted to run a beta sequence, it will
cdinto a good spot,- make a directory with today's date,
- turn it into a virtual environment,
- clone a repo, and
- open the whole directory in PyCharm (or Sublime Text).
Concurrently there is a 10s loading soundtrack.
- Learn more bash and halve the number of lines of code
- Set username as environment variable
- Add search for GitHub repositories
- Add ability to add new sequences
- Make all directories relative