Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.36 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.36 KB

Open in Gitpod

ColabCode

license

And Modified:

- Add oh-my-bash pretty prompt

- Add bash-powerline theme

- Add vscode persistent settings.json

- Add bash autocomplete

- Add zsh and oh-my-zsh

- Add password randomization

- Better development support w/ pre-commit, flake8, black etc.

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.txt

And next:

from colabcode.code import ColabCode
ColabCode()

To Be Added:

  • Bring your own settings.json
  • Bring your own bash / zsh themes
  • Bring your own list of installs