pygit2 git workspace sync (way faster)

This commit is contained in:
Matthew Ryan Dillon 2021-01-30 22:56:21 -07:00
parent 214101899e
commit 5e6ada58ae
9 changed files with 210 additions and 212 deletions

View file

@ -34,6 +34,8 @@ $ sudo sh Miniconda3-latest-MacOSX-x86_64.sh -p /opt/miniconda3 -b
$ sudo conda update conda
$ wget https://raw.githubusercontent.com/qiime2/environment-files/master/latest/staging/qiime2-latest-py36-osx-conda.yml
$ conda env create -n q2dev --file qiime2-latest-py36-osx-conda.yml
$ conda env create -n dotfiles -c conda-forge pygit2
$ conda run -n dotfiles python ~/.dotfiles/bin/sync_git_repos.py ~/.dotfiles/repos.ini
```
## optional vscode extensions