File tree Expand file tree Collapse file tree 4 files changed +38
-7
lines changed
private_Library/private_Application Support/private_Code/User Expand file tree Collapse file tree 4 files changed +38
-7
lines changed Original file line number Diff line number Diff line change 1212 BOT_GPG_PRIVATE_KEY : ${{ secrets.BOT_GPG_PRIVATE_KEY }}
1313 BOT_GPG_PASSPHRASE : ${{ secrets.BOT_GPG_PASSPHRASE }}
1414 DISCORD_WEBHOOK : ${{ secrets.DISCORD_WEBHOOK }}
15-
Original file line number Diff line number Diff line change 1+ <!-- START doctoc generated TOC please keep comment here to allow auto update -->
2+ <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3+ ## Contents
4+
5+ - [ 1.2.2 (2023-03-02)] ( #122-2023-03-02 )
6+ - [ Bug Fixes] ( #bug-fixes )
7+ - [ 1.2.1 (2022-10-21)] ( #121-2022-10-21 )
8+ - [ Bug Fixes] ( #bug-fixes-1 )
9+ - [ 1.2.0 (2022-10-12)] ( #120-2022-10-12 )
10+ - [ Features] ( #features )
11+ - [ 1.1.1 (2022-10-11)] ( #111-2022-10-11 )
12+ - [ Bug Fixes] ( #bug-fixes-2 )
13+ - [ 1.1.0 (2022-09-16)] ( #110-2022-09-16 )
14+ - [ Features] ( #features-1 )
15+ - [ 1.0.4 (2022-09-07)] ( #104-2022-09-07 )
16+ - [ Bug Fixes] ( #bug-fixes-3 )
17+ - [ 1.0.3 (2022-08-29)] ( #103-2022-08-29 )
18+ - [ Bug Fixes] ( #bug-fixes-4 )
19+ - [ 1.0.2 (2022-08-27)] ( #102-2022-08-27 )
20+ - [ Bug Fixes] ( #bug-fixes-5 )
21+ - [ 1.0.1 (2022-08-27)] ( #101-2022-08-27 )
22+ - [ Bug Fixes] ( #bug-fixes-6 )
23+ - [ 1.0.0 (2022-08-27)] ( #100-2022-08-27 )
24+ - [ Bug Fixes] ( #bug-fixes-7 )
25+ - [ Features] ( #features-2 )
26+
27+ <!-- END doctoc generated TOC please keep comment here to allow auto update -->
28+
129## [ 1.2.2] ( https://github.com/kolvin/dotfiles/compare/v1.2.1...v1.2.2 ) (2023-03-02)
230
331
Original file line number Diff line number Diff line change @@ -7,11 +7,8 @@ export ZSH="$HOME/.oh-my-zsh"
77
88# Configure paths
99export PATH=$PATH:$HOME/bin
10- export PATH=$PATH:$(go env GOPATH)/bin
11-
12- # Poetry
1310export PATH=$PATH:$HOME/.local/bin
14- poetry completions zsh > ~/.zfunc/_poetry1
11+ export PATH=$PATH:$(go env GOPATH)/bin
1512
1613# Theme.
1714ZSH_THEME="robbyrussell"
@@ -22,6 +19,7 @@ plugins=(
2219 docker-compose
2320 zsh-autosuggestions
2421 kubectl
22+ poetry
2523)
2624
2725source $ZSH/oh-my-zsh.sh
@@ -31,7 +29,6 @@ export NVM_DIR="$HOME/.nvm"
3129 [ -s "/opt/homebrew/opt/nvm/nvm.sh" ] && \. "/opt/homebrew/opt/nvm/nvm.sh" # This loads nvm
3230 [ -s "/opt/homebrew/opt/nvm/etc/bash_completion.d/nvm" ] && \. "/opt/homebrew/opt/nvm/etc/bash_completion.d/nvm" # This loads nvm bash_completion
3331
34-
3532# User configuration
3633# Preferred editor for local and remote sessions
3734if [[ -n $SSH_CONNECTION ]]; then
Original file line number Diff line number Diff line change 88 "files.exclude" : {
99 "**/.git" : false
1010 },
11- "workbench.colorTheme" : " Tailwind Moon"
11+ "workbench.colorTheme" : " Tailwind Moon" ,
12+ "[python]" : {
13+ "editor.defaultFormatter" : " ms-python.black-formatter" ,
14+ "editor.formatOnSave" : true ,
15+ "editor.codeActionsOnSave" : {
16+ "source.organizeImports" : " explicit"
17+ }
18+ }
1219}
You can’t perform that action at this time.
0 commit comments