Skip to content

cadentj/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Run source dotfiles/runpod.sh to set up.

Adopted from John Hughes.

Notes

Use the following commands for most workflows.

    "remote.SSH.defaultExtensions": [
        "ms-python.python",
        "ms-toolsai.jupyter",
        "charliermarsh.ruff",
        "tamasfe.even-better-toml",
        "wholroyd.jinja",
    ],

Also add this to your user settings if you want to use .bashrc variables in Jupyter notebooks.

    "jupyter.runStartupCommands": [
        "import dotenv",
        "dotenv.load_dotenv('/root/.bashrc')"
    ],

This repository uses Runpod Environment Variables to login.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages