diff --git a/repos.ini b/repos.ini index f158508..41d64dd 100644 --- a/repos.ini +++ b/repos.ini @@ -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, diff --git a/vscode/keybindings.json b/vscode/keybindings.json index 4d7cfcb..0f88c00 100644 --- a/vscode/keybindings.json +++ b/vscode/keybindings.json @@ -7,5 +7,5 @@ { "key": "cmd+m", "command": "workbench.action.toggleMaximizedPanel" - }, + } ] diff --git a/vscode/settings.json b/vscode/settings.json index b407f90..4e64c52 100644 --- a/vscode/settings.json +++ b/vscode/settings.json @@ -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 } diff --git a/zsh/zshenv b/zsh/zshenv index df3fbe9..d33b1ee 100644 --- a/zsh/zshenv +++ b/zsh/zshenv @@ -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/ )