minor updates
This commit is contained in:
parent
1441db7246
commit
14b3b6a5c0
4 changed files with 8 additions and 9 deletions
|
@ -53,9 +53,9 @@ repos=
|
|||
|
||||
[github_thermokarst_forks_qiime2]
|
||||
workspace=~/projects/qiime2
|
||||
remote_host=git@github.com/thermokarst-forks
|
||||
remote_name=thermokarst
|
||||
github_peers=ebolyen,gregcaporaso,ChrisKeefe,Oddant1,nbokulich,andrewsanchez,cherman2
|
||||
remote_host=git@github.com/qiime2
|
||||
remote_name=qiime2
|
||||
github_peers=ebolyen,gregcaporaso,ChrisKeefe,Oddant1,nbokulich,andrewsanchez,cherman2,thermokarst-forks
|
||||
repos=
|
||||
An-Introduction-To-Applied-Bioinformatics,
|
||||
Keemei,
|
||||
|
@ -118,6 +118,7 @@ repos=
|
|||
scikit-bio-feedstock,
|
||||
spcss,
|
||||
sphinx-qiime2-theme,
|
||||
sphinx-ext-qiime2,
|
||||
static-site-infrastructure,
|
||||
template-repo,
|
||||
view.qiime2.org,
|
||||
|
|
|
@ -7,5 +7,5 @@
|
|||
{
|
||||
"key": "cmd+m",
|
||||
"command": "workbench.action.toggleMaximizedPanel"
|
||||
},
|
||||
}
|
||||
]
|
||||
|
|
|
@ -7,8 +7,6 @@
|
|||
|
||||
"workbench.colorTheme": "Base16 Dark Ashes",
|
||||
"workbench.sideBar.location": "right",
|
||||
|
||||
"window.zoomLevel": 0,
|
||||
"window.restoreFullscreen": false,
|
||||
|
||||
"python.jediEnabled": false,
|
||||
|
@ -22,11 +20,11 @@
|
|||
],
|
||||
"[elixir]": {
|
||||
"editor.tabSize": 2,
|
||||
"editor.formatOnSave": true,
|
||||
"editor.formatOnSave": true
|
||||
},
|
||||
"python.condaPath": "/opt/miniconda3/bin/conda",
|
||||
"python.defaultInterpreterPath": "~/.conda/envs/q2dev/bin/python",
|
||||
"python.terminal.activateEnvInCurrentTerminal": true,
|
||||
"python.languageServer": "Microsoft",
|
||||
"git.enabled": false,
|
||||
"git.enabled": false
|
||||
}
|
||||
|
|
|
@ -90,7 +90,7 @@ path=(
|
|||
$HOME/.cargo/bin
|
||||
|
||||
# misc apps
|
||||
/Applications/Postgres.app/Contents/Versions/12/bin/
|
||||
/Applications/Postgres.app/Contents/Versions/latest/bin/
|
||||
/Applications/Visual\ Studio\ Code.app/Contents/Resources/app/bin/
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue