Forked from abhishekkrthakur/colabcode
- Add oh-my-bash pretty prompt
- Add bash-powerline theme
- Add vscode persistent settings.json
- Add bash autocomplete
Installation (run in a colab cell):
%%bash
git clone https://github.com/partham16/colabcode.git
cd /content/colabcode
git checkout zsh
pip install -r requirements.txtAnd next:
from colabcode.code import ColabCode
ColabCode()- Bring your own
settings.json - Bring your own bash / zsh themes
- Bring your own list of installs
