From d0a1b90c872a54c531fdaf927bbe7f9580df0bbb Mon Sep 17 00:00:00 2001 From: Jinyoung Yoo Date: Sun, 13 Dec 2020 23:37:05 +0900 Subject: [PATCH] Update after a long time --- _gdb/.gdbinit | 1 + _git/.gitconfig | 1 + .../configstore/update-notifier-npm.json | 2 +- _nodejs/.config/gatsby/config.json | 2 +- _py/.pyenv/version | 2 +- _tmux/.tmux.conf | 35 +- _vim/.config/coc/commands | 2 + _vim/.config/coc/extensions/package.json | 2 +- _vim/.config/coc/history.json | 5 + _vim/.config/coc/memos.json | 2297 ++++++++++++++++- _vim/.config/coc/mru | 80 +- _vim/.config/coc/snippets-mru | 2 + _vim/.config/nvim/coc-settings.json | 45 + _vim/.vimrc | 15 +- _yabai/yabai.sh | 3 +- _zsh/.zshenv | 24 +- _zsh/.zshrc | 7 +- back => back.zsh | 24 +- setu.zsh | 46 + 19 files changed, 2544 insertions(+), 51 deletions(-) create mode 100644 _vim/.config/coc/snippets-mru create mode 100644 _vim/.config/nvim/coc-settings.json rename back => back.zsh (91%) create mode 100644 setu.zsh diff --git a/_gdb/.gdbinit b/_gdb/.gdbinit index 4a838fa..2deb278 100644 --- a/_gdb/.gdbinit +++ b/_gdb/.gdbinit @@ -2260,3 +2260,4 @@ python Dashboard.start() # Local Variables: # mode: python # End: +set startup-with-shell off diff --git a/_git/.gitconfig b/_git/.gitconfig index 828f3cb..9627215 100644 --- a/_git/.gitconfig +++ b/_git/.gitconfig @@ -26,6 +26,7 @@ unstage = "!# Select staged files and Unstage them.\n\ git diff-unselect | xargs git reset HEAD" un = unstage + rmcache = "!git rm -r --cached ." sync = "!Sync with a [branch] in the remote repo \n\ f() { git fetch $1 && git reset --hard $1/$(git b0); }; f" sync2 = "!# Sync with a branch with the same name in the remote repo.\n\ diff --git a/_nodejs/.config/configstore/update-notifier-npm.json b/_nodejs/.config/configstore/update-notifier-npm.json index e5615c0..14276fc 100644 --- a/_nodejs/.config/configstore/update-notifier-npm.json +++ b/_nodejs/.config/configstore/update-notifier-npm.json @@ -1,4 +1,4 @@ { "optOut": false, - "lastUpdateCheck": 1592739745111 + "lastUpdateCheck": 1607418100765 } \ No newline at end of file diff --git a/_nodejs/.config/gatsby/config.json b/_nodejs/.config/gatsby/config.json index 4199447..66cc75e 100644 --- a/_nodejs/.config/gatsby/config.json +++ b/_nodejs/.config/gatsby/config.json @@ -1,6 +1,6 @@ { "telemetry": { "enabled": true, - "machineId": "3a638ade-137d-48d2-a366-448bc5bb4e1b" + "machineId": "e19b398f-aad3-42a0-82b4-eeaa5d71b226" } } \ No newline at end of file diff --git a/_py/.pyenv/version b/_py/.pyenv/version index 70e2c45..bec3a35 100644 --- a/_py/.pyenv/version +++ b/_py/.pyenv/version @@ -1 +1 @@ -anaconda3-5.3.1 +system diff --git a/_tmux/.tmux.conf b/_tmux/.tmux.conf index f611ac3..362afb9 100644 --- a/_tmux/.tmux.conf +++ b/_tmux/.tmux.conf @@ -31,12 +31,14 @@ Jade=colour37 Black=colour16 # tmux-logging shortcut -# save complete pane history: M-P +# save pane history: M-P # clear pane history: M-c # screen_capture: M-p # toggle_logging: P # - +#+ prefix ! : break-pane +bind-key @ command-prompt -p "restruct pane with:" "join-pane -s ':%%'" +bind-key C-@ command-prompt -p "restruct pane with:" "join-pane -h -s :'%%'" # clear history and reset screen : prefix+ M-r bind M-r send-keys -R \; clear-history # change kill-window shortcut : prefix+ M-k @@ -60,7 +62,7 @@ bind-key -n 'C-l' if-shell "$is_vim" 'send-keys C-l' 'select-pane -R' tmux_version='$(tmux -V | sed -En "s/^tmux ([0-9]+(.[0-9]+)?).*/\1/p")' if-shell -b '[ "$(echo "$tmux_version < 3.0" | bc)" = 1 ]' \ "bind-key -n 'C-\\' if-shell \"$is_vim\" 'send-keys C-\\' 'select-pane -l'" -if-shell -b '[ "$(echo "$tmux_version = 3.0" | bc)" = 1 ]' \ +if-shell -b '[ "$(echo "$tmux_version > 3.0" | bc)" = 1 ]' \ "bind-key -n 'C-\\' if-shell \"$is_vim\" 'send-keys C-\\\\' 'select-pane -l'" bind-key -T copy-mode-vi 'C-h' select-pane -L bind-key -T copy-mode-vi 'C-j' select-pane -D @@ -100,21 +102,21 @@ bind-key -T copy-mode-vi 'c-v' send-keys -X rectangle-toggle # Update default binding of `y` to use copy-pipe unbind -T copy-mode-vi 'y' bind-key -T copy-mode-vi 'y' send-keys -X copy-pipe-and-cancel "pbcopy" -# Mouse scroll to copy mode -bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel "pbcopy" +# # Mouse scroll to copy mode +# bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel "pbcopy" # use 'p' to paste bind-key 'p' run "pbpaste | tmux load-buffer - && tmux paste-buffer" # Scroll halfpage : Ctrl + mouse wheel #----------------------------------------------------------------------- -bind -n WheelUpPane if-shell -F -t = "#{mouse_any_flag}" "send-keys -M" "if -Ft= '#{pane_in_mode}' 'send-keys -M' 'select-pane -t=; copy-mode -e; send-keys -M'" -bind -n WheelDownPane select-pane -t= \; send-keys -M +# bind -n WheelUpPane if-shell -F -t = "#{mouse_any_flag}" "send-keys -M" "if -Ft= '#{pane_in_mode}' 'send-keys -M' 'select-pane -t=; copy-mode -e; send-keys -M'" +# bind -n WheelDownPane select-pane -t= \; send-keys -M bind -n C-WheelUpPane select-pane -t= \; copy-mode -e \; send-keys -M -bind -T copy-mode-vi C-WheelUpPane send-keys -X halfpage-up -bind -T copy-mode-vi C-WheelDownPane send-keys -X halfpage-down -bind -T copy-mode-emacs C-WheelUpPane send-keys -X halfpage-up -bind -T copy-mode-emacs C-WheelDownPane send-keys -X halfpage-down +bind -T copy-mode-vi c-wheeluppane send-keys -X halfpage-up +bind -T copy-mode-vi c-wheeldownpane send-keys -X halfpage-down +bind -T copy-mode-emacs c-wheeluppane send-keys -X halfpage-up +bind -T copy-mode-emacs c-wheeldownpane send-keys -X halfpage-down # tmux-continuum # ln -sf last @@ -167,10 +169,11 @@ set -g status-left "\ #[fg=$DarkGray, bg=$DarkGray]#{?client_prefix,#[fg=$Plum],}" ##[fg=$LightYellow] #(~/dotfiles/tmux_scripts/battery.sh) " +# continuum save interval and username set -g status-right "\ #[fg=$LightSkyblue]✔︎ #{continuum_status} \ #[fg=$LightYellow]✦ #(whoami)" -#[fg=$Gray, bg=$DarkGray]  %b %d %y\ +#[fg=$Gray, bg=$DarkGray]  %b %d %;y\ #[fg=$PalePurple]  %H:%M \ # current window @@ -226,6 +229,7 @@ set -g base-index 1 set -g pane-base-index 1 # set -g status-keys emacs +set -g status-keys vi set -g renumber-windows on @@ -242,10 +246,11 @@ set -g escape-time 0 set -g assume-paste-time 1 -# set -g default-terminal "xterm" -# set -g default-terminal "screen-256color" +# set -s terminal-overrides ",xterm-256color-italic:Tc" +# set -sa terminal-overrides ',*:Ss=\E[%p1%d q:Se=\E[2 q' # this is for the cursor shape set -g default-terminal "xterm-256color" -setw -g xterm-keys on +set -ga terminal-overrides ",*256col*:Tc" # this is for 256 color +setw -g xterm-keys on; # focus events enabled for terminals that support them set -g focus-events on diff --git a/_vim/.config/coc/commands b/_vim/.config/coc/commands index 02250e5..30313f3 100644 --- a/_vim/.config/coc/commands +++ b/_vim/.config/coc/commands @@ -1 +1,3 @@ +python.runLinting +python.setInterpreter prettier.formatFile \ No newline at end of file diff --git a/_vim/.config/coc/extensions/package.json b/_vim/.config/coc/extensions/package.json index f522b7a..a55cc5a 100644 --- a/_vim/.config/coc/extensions/package.json +++ b/_vim/.config/coc/extensions/package.json @@ -13,7 +13,7 @@ "coc-lists": ">=1.3.8", "coc-markdownlint": ">=1.4.0", "coc-marketplace": ">=1.7.0", - "coc-prettier": ">=1.1.12", + "coc-prettier": ">=1.1.14", "coc-python": ">=1.2.12", "coc-sh": ">=0.4.0", "coc-snippets": ">=2.1.26", diff --git a/_vim/.config/coc/history.json b/_vim/.config/coc/history.json index e4e62f0..b3a599e 100644 --- a/_vim/.config/coc/history.json +++ b/_vim/.config/coc/history.json @@ -2,6 +2,11 @@ "commands": { "%2FUsers%2Fujinyoung%2Fblog%2FUuritech": [ "pret" + ], + "%2FUsers%2Fujinyoung%2Fselenium": [ + "pythonset", + "python", + "ind`:qk:qf" ] } } \ No newline at end of file diff --git a/_vim/.config/coc/memos.json b/_vim/.config/coc/memos.json index 9e26dfe..7619b04 100644 --- a/_vim/.config/coc/memos.json +++ b/_vim/.config/coc/memos.json @@ -1 +1,2296 @@ -{} \ No newline at end of file +{ + "coc-python|/Users/ujinyoung": { + "INTERPRETERS_CACHE_v3_WorkspaceVirtualEnvService": [], + "INTERPRETERS_CACHE_v3_PipEnvService": [] + }, + "coc-python|global": { + "INTERPRETERS_CACHE_v3_CondaEnvFileService": [ + { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/chatbot/bin/python", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.6.10-final", + "major": 3, + "minor": 6, + "patch": 10, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.6.10-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/chatbot", + "fileHash": "8dfd50f3bde65346edc338366a99859d66aca9a25eabc3bf5daafa253362c423e4c658448288a40d516e432d5e332a4d6f519c07fe96c60f0b6b3a4d928f51c3", + "companyDisplayName": "Anaconda, Inc.", + "type": "Conda", + "envPath": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/chatbot", + "envName": "chatbot" + }, + { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/bin/python", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.7.3-final", + "major": 3, + "minor": 7, + "patch": 3, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.7.3-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1", + "fileHash": "586170e5ed77c577e6a005a4ad1959466f18cb2ba0377ede91460eaac0255d89e2c810a20f68bcc461f323d14689e2ae8f77133f1fc372b8d27799501fc91252", + "companyDisplayName": "Anaconda, Inc.", + "type": "Conda", + "envPath": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1", + "envName": "anaconda3-5.3.1" + }, + { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/nengo-rl/bin/python", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.7.5-final", + "major": 3, + "minor": 7, + "patch": 5, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.7.5-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/nengo-rl", + "fileHash": "1b810b4c5a6b1674ca2f9542c86c6f7fd7ffba54ad068217092980feee8b3013262fcdd01612fc45bf6da9338c4f2b7f86fbcb5629696eea325e0f54be40c5a3", + "companyDisplayName": "Anaconda, Inc.", + "type": "Conda", + "envPath": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/nengo-rl", + "envName": "nengo-rl" + }, + { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/aiffel/bin/python", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.7.7-final", + "major": 3, + "minor": 7, + "patch": 7, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.7.7-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/aiffel", + "fileHash": "29c467065b162ff41d929e7c4474617297ce1f8c014eaaffdb7dc8c077b498c7c0c235141c33eb4b8c31361c7d3ad06d104136c346b2ccac176fd069d6e5b081", + "companyDisplayName": "Anaconda, Inc.", + "type": "Conda", + "envPath": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/aiffel", + "envName": "aiffel" + } + ], + "INTERPRETERS_CACHE_v3_CondaEnvService": [], + "INTERPRETERS_CACHE_v3_VirtualEnvService": [ + { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/versions/3.6.4/bin/python", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.6.4-final", + "major": 3, + "minor": 6, + "patch": 4, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.6.4-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/3.6.4", + "fileHash": "688e0f46e8369ea34990c1b31a06bad09391dc8debac8831d586dfabc0f58ce2ada1cec80f770add6b610ebff97213f39393471d20df5e73fe88b53ec8408f1a", + "envName": "3.6.4", + "type": "Pyenv" + }, + { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/versions/3.6.4/bin/python3", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.6.4-final", + "major": 3, + "minor": 6, + "patch": 4, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.6.4-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/3.6.4", + "fileHash": "6f24de96b8216a7b19a03a44943277f9e8cf082c573d88cd37f0d09ec2f62ffb673c06a8bc8de8b8bd08d5f24cea6c1ed48e0a183848a14f21e4385422ff9b9f", + "envName": "3.6.4", + "type": "Pyenv" + }, + { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/versions/3.6.4/bin/python3.6", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.6.4-final", + "major": 3, + "minor": 6, + "patch": 4, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.6.4-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/3.6.4", + "fileHash": "b4ebfe701421e121c9a3ff290fbc158b55c32c86d62610c2919b751e2f78e602357ea1864c8666bd191123773f938c567cd80a3cde36daa107c1e0744444d770", + "envName": "3.6.4", + "type": "Pyenv" + }, + { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/bin/python", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.7.3-final", + "major": 3, + "minor": 7, + "patch": 3, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.7.3-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1", + "fileHash": "586170e5ed77c577e6a005a4ad1959466f18cb2ba0377ede91460eaac0255d89e2c810a20f68bcc461f323d14689e2ae8f77133f1fc372b8d27799501fc91252", + "envName": "anaconda3-5.3.1", + "type": "Pyenv" + }, + { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/bin/python3", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.7.3-final", + "major": 3, + "minor": 7, + "patch": 3, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.7.3-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1", + "fileHash": "2cce40362db7e43ce588bf34fad1a8de96cedee3bb06f4ddf7a0a82aab83e22d39e672be0b5cff096d28d540e25967f9b4e598bdebac1b67b2f0058f946ee4fe", + "envName": "anaconda3-5.3.1", + "type": "Pyenv" + }, + { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/bin/python3.7", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.7.3-final", + "major": 3, + "minor": 7, + "patch": 3, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.7.3-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1", + "fileHash": "ead31c37ffeb1188faf2ee22e93ca2933b9443c3cff7cb6ec27732b496116a6aebfd1452ef87ab6af980884b7df790085f4ac43dbb8b3aadd14ab119082b7226", + "envName": "anaconda3-5.3.1", + "type": "Pyenv" + }, + { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/versions/selenium/bin/python", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.6.4-final", + "major": 3, + "minor": 6, + "patch": 4, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.6.4-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/selenium", + "fileHash": "2a77eafd9941507f16d00386531f9e43e494c7a26b2f7f38536e447a1ef85eefea655bbf3bf6ed7ae3f96d943c572a94f61425023267cdd22cba529c6051126d", + "envName": "selenium", + "type": "Venv" + }, + { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/versions/selenium/bin/python3", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.6.4-final", + "major": 3, + "minor": 6, + "patch": 4, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.6.4-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/selenium", + "fileHash": "5d266c201b9d7ad2640a2233bb50f6f66af8e80c92db2c1ce7979ad9207a152c774accc3c75b7f8ec6836dbc0d05ce0d03ffb75f48fe0657250670d0f77298a0", + "envName": "selenium", + "type": "Venv" + }, + { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/versions/selenium/bin/python3.6", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.6.4-final", + "major": 3, + "minor": 6, + "patch": 4, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.6.4-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/selenium", + "fileHash": "d36d76285f644e423f40d297eb7ecebded701919294bbee6b44e91f3a383ad3a606b0afc19a8b40bd2d5e41633cd48125f24ef1091c485668668ae37926909e7", + "envName": "selenium", + "type": "Venv" + } + ], + "/usr/local/bin/python3.7.v3": { + "data": { + "architecture": 3, + "path": "/usr/local/bin/python3.7", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.7.7-final", + "major": 3, + "minor": 7, + "patch": 7, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.7.7-final" + }, + "sysPrefix": "/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7", + "fileHash": "e801b51d7f48bea8efb9cd0e03c449dd693dd244b3d4d945dad72aa3683a4d54f2b4698a79a221d8f8344f88e1710d7be1a26ed4a2938f05fd69bc18d3e0a2c9" + }, + "expiry": 1596723299407 + }, + "/usr/local/bin/python3.v3": { + "data": { + "architecture": 3, + "path": "/usr/local/bin/python3", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.8.6-final", + "major": 3, + "minor": 8, + "patch": 6, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.8.6-final" + }, + "sysPrefix": "/usr/local/Cellar/python@3.8/3.8.6/Frameworks/Python.framework/Versions/3.8", + "fileHash": "2551d29b085a766b2d9cd57d70ef88620419d7032f353cab59c51788c67ba83943e36ceed4bd769a6e64687b0c5fa663d92862b3a252ee8a555dfb291bf46065" + }, + "expiry": 1607504508128 + }, + "/usr/local/opt/python/bin/python3.7.v3": { + "data": { + "architecture": 3, + "path": "/usr/local/opt/python/bin/python3.7", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.7.7-final", + "major": 3, + "minor": 7, + "patch": 7, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.7.7-final" + }, + "sysPrefix": "/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7", + "fileHash": "5dd37c6b8fa3fea6eb4c6dff1e0afe91f317587e27b77d2ac84bf9ea2e407408f8248e27486f6e6e1bf821cf43c2e7adb31fdf4d51ad65cb49c5111adf0e2ce5" + }, + "expiry": 1596248231355 + }, + "/usr/bin/python2.v3": { + "data": { + "architecture": 3, + "path": "/usr/bin/python2", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "2.7.16-final", + "major": 2, + "minor": 7, + "patch": 16, + "prerelease": [ + "final" + ], + "build": [], + "version": "2.7.16-final" + }, + "sysPrefix": "/System/Library/Frameworks/Python.framework/Versions/2.7", + "fileHash": "32155ca5edb3a60357185ab7b7d3b4191e4c6856fd20c2a65b74845f4a588ed4f9a8dd461fdbe2e0f26b75105be8d430fda6a3b7344172f0733bbb9d1ab175f1" + }, + "expiry": 1607504508058 + }, + "/usr/bin/python2.7.v3": { + "data": { + "architecture": 3, + "path": "/usr/bin/python2.7", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "2.7.16-final", + "major": 2, + "minor": 7, + "patch": 16, + "prerelease": [ + "final" + ], + "build": [], + "version": "2.7.16-final" + }, + "sysPrefix": "/System/Library/Frameworks/Python.framework/Versions/2.7", + "fileHash": "55d1e13184e54da406989a11e499fcb95768d4f943c3e27ffd2cec7611f919412fd07a69d9f6a1f78a65a8db48e16cf9d73ade5743b63178ce9a38c3b446a453" + }, + "expiry": 1607504508064 + }, + "/usr/bin/python.v3": { + "data": { + "architecture": 3, + "path": "/usr/bin/python", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "2.7.16-final", + "major": 2, + "minor": 7, + "patch": 16, + "prerelease": [ + "final" + ], + "build": [], + "version": "2.7.16-final" + }, + "sysPrefix": "/System/Library/Frameworks/Python.framework/Versions/2.7", + "fileHash": "eac0471206fec8e0c2b021ae1be130351d8b761fc45854675dfb732719e562accf0b4c482a9e9ccb14305a3a4d525a5e3a2696c558a01754c16937d1704465d4" + }, + "expiry": 1607504508061 + }, + "/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python.v3": { + "data": { + "architecture": 3, + "path": "/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "2.7.16-final", + "major": 2, + "minor": 7, + "patch": 16, + "prerelease": [ + "final" + ], + "build": [], + "version": "2.7.16-final" + }, + "sysPrefix": "/System/Library/Frameworks/Python.framework/Versions/2.7", + "fileHash": "bc30685281bb225ccd15872be5a7d659c18f265e9fcbd8e2bd861cf59c91c08e809f70f68391822449082f7f5c93553823a8db9131cc4a5c4e76d37aa5671caa" + }, + "expiry": 1607504508117 + }, + "INTERPRETERS_CACHE_v3_CurrentPathService": [ + { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/versions/3.6.4/bin/python3.6", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.6.4-final", + "major": 3, + "minor": 6, + "patch": 4, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.6.4-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/3.6.4", + "fileHash": "b4ebfe701421e121c9a3ff290fbc158b55c32c86d62610c2919b751e2f78e602357ea1864c8666bd191123773f938c567cd80a3cde36daa107c1e0744444d770", + "type": "Unknown" + }, + { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/versions/3.6.4/bin/python3", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.6.4-final", + "major": 3, + "minor": 6, + "patch": 4, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.6.4-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/3.6.4", + "fileHash": "6f24de96b8216a7b19a03a44943277f9e8cf082c573d88cd37f0d09ec2f62ffb673c06a8bc8de8b8bd08d5f24cea6c1ed48e0a183848a14f21e4385422ff9b9f", + "type": "Unknown" + }, + { + "architecture": 3, + "path": "/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "2.7.16-final", + "major": 2, + "minor": 7, + "patch": 16, + "prerelease": [ + "final" + ], + "build": [], + "version": "2.7.16-final" + }, + "sysPrefix": "/System/Library/Frameworks/Python.framework/Versions/2.7", + "fileHash": "bc30685281bb225ccd15872be5a7d659c18f265e9fcbd8e2bd861cf59c91c08e809f70f68391822449082f7f5c93553823a8db9131cc4a5c4e76d37aa5671caa", + "type": "Unknown" + }, + { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/versions/3.6.4/bin/python", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.6.4-final", + "major": 3, + "minor": 6, + "patch": 4, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.6.4-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/3.6.4", + "fileHash": "688e0f46e8369ea34990c1b31a06bad09391dc8debac8831d586dfabc0f58ce2ada1cec80f770add6b610ebff97213f39393471d20df5e73fe88b53ec8408f1a", + "type": "Unknown" + }, + { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/versions/3.6.4/bin/python", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.6.4-final", + "major": 3, + "minor": 6, + "patch": 4, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.6.4-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/3.6.4", + "fileHash": "688e0f46e8369ea34990c1b31a06bad09391dc8debac8831d586dfabc0f58ce2ada1cec80f770add6b610ebff97213f39393471d20df5e73fe88b53ec8408f1a", + "type": "Unknown" + } + ], + "InterpreterAutoSeletionRule-currentPath": { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/versions/3.6.4/bin/python", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.6.4-final", + "major": 3, + "minor": 6, + "patch": 4, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.6.4-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/3.6.4", + "fileHash": "688e0f46e8369ea34990c1b31a06bad09391dc8debac8831d586dfabc0f58ce2ada1cec80f770add6b610ebff97213f39393471d20df5e73fe88b53ec8408f1a", + "type": "Unknown", + "cachedEntry": true + }, + "/usr/local/opt/python/bin/python3.7.interpreter.Details.v7": { + "data": { + "fileHash": "5dd37c6b8fa3fea6eb4c6dff1e0afe91f317587e27b77d2ac84bf9ea2e407408f8248e27486f6e6e1bf821cf43c2e7adb31fdf4d51ad65cb49c5111adf0e2ce5", + "info": { + "architecture": 3, + "path": "/usr/local/opt/python/bin/python3.7", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.7.7-final", + "major": 3, + "minor": 7, + "patch": 7, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.7.7-final" + }, + "sysPrefix": "/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7", + "fileHash": "5dd37c6b8fa3fea6eb4c6dff1e0afe91f317587e27b77d2ac84bf9ea2e407408f8248e27486f6e6e1bf821cf43c2e7adb31fdf4d51ad65cb49c5111adf0e2ce5", + "type": "Unknown", + "cachedEntry": true, + "displayName": "Python 3.7.7 64-bit", + "__store": true + } + }, + "expiry": 1596248331741 + }, + "/usr/local/opt/python/bin/python3.7.interpreter.displayName.v7": { + "data": { + "displayName": "Python 3.7.7 64-bit", + "hash": "5dd37c6b8fa3fea6eb4c6dff1e0afe91f317587e27b77d2ac84bf9ea2e407408f8248e27486f6e6e1bf821cf43c2e7adb31fdf4d51ad65cb49c5111adf0e2ce5-19b6b21d544be9b9c1f0fd92dea2b331" + }, + "expiry": 1596248331813 + }, + "/usr/bin/python3.v3": { + "data": { + "architecture": 3, + "path": "/usr/bin/python3", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.8.2-final", + "major": 3, + "minor": 8, + "patch": 2, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.8.2-final" + }, + "sysPrefix": "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8", + "fileHash": "a19f140e99deffe3fcd9f9b6fa677522a31ddaa167cfd8d14b5ecc786f03f26d874b73610f142f74cc4d92f44455b907b049ab5a54c2b8ae67a5e107cff9ffca" + }, + "expiry": 1607504510411 + }, + "INTERPRETERS_CACHE_v3_KnownPathsService": [ + { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/shims/python", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.6.4-final", + "major": 3, + "minor": 6, + "patch": 4, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.6.4-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/3.6.4", + "fileHash": "9bdcd8a47d1ee8f5134f58109b9be22b4de3afc642742744d8ed67adacd3f285cadb1a5e1f656a7f294675063a119ebc49ba1267f2e4aa4f2889ff7eee2955c5", + "type": "Unknown" + }, + { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/shims/python3", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.6.4-final", + "major": 3, + "minor": 6, + "patch": 4, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.6.4-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/3.6.4", + "fileHash": "0246c3a0cc6bd9c4266da13b1f814408b1d67fb4eaeb74a36b1195f16ca97bfed7b94c6a54378a31cd8067474d34484f69119069f67ac2aed877a2632366d6fd", + "type": "Unknown" + }, + { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/shims/python3.6", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.6.4-final", + "major": 3, + "minor": 6, + "patch": 4, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.6.4-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/3.6.4", + "fileHash": "a3445224359c8af94d6010530d2c8eae2e8a34092cd012bae773e445083442d7ef23f4136843f83d319ee6e0798dfc98f8222db6802a4dc48fad817bd3ef2104", + "type": "Unknown" + }, + { + "architecture": 3, + "path": "/usr/local/bin/python3", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.8.6-final", + "major": 3, + "minor": 8, + "patch": 6, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.8.6-final" + }, + "sysPrefix": "/usr/local/Cellar/python@3.8/3.8.6/Frameworks/Python.framework/Versions/3.8", + "fileHash": "2551d29b085a766b2d9cd57d70ef88620419d7032f353cab59c51788c67ba83943e36ceed4bd769a6e64687b0c5fa663d92862b3a252ee8a555dfb291bf46065", + "type": "Unknown" + }, + { + "architecture": 3, + "path": "/usr/local/bin/python3.8", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.8.6-final", + "major": 3, + "minor": 8, + "patch": 6, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.8.6-final" + }, + "sysPrefix": "/usr/local/Cellar/python@3.8/3.8.6/Frameworks/Python.framework/Versions/3.8", + "fileHash": "3871f9025d407316dab1bcd521db776668801a980740b8b2f8bdbf2e6e50525cb3d12de187e0102cbe39bb1a892d0881e126b2828f3ee83dbcfce62d293fd6f5", + "type": "Unknown" + }, + { + "architecture": 3, + "path": "/usr/bin/python", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "2.7.16-final", + "major": 2, + "minor": 7, + "patch": 16, + "prerelease": [ + "final" + ], + "build": [], + "version": "2.7.16-final" + }, + "sysPrefix": "/System/Library/Frameworks/Python.framework/Versions/2.7", + "fileHash": "eac0471206fec8e0c2b021ae1be130351d8b761fc45854675dfb732719e562accf0b4c482a9e9ccb14305a3a4d525a5e3a2696c558a01754c16937d1704465d4", + "type": "Unknown" + }, + { + "architecture": 3, + "path": "/usr/bin/python2", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "2.7.16-final", + "major": 2, + "minor": 7, + "patch": 16, + "prerelease": [ + "final" + ], + "build": [], + "version": "2.7.16-final" + }, + "sysPrefix": "/System/Library/Frameworks/Python.framework/Versions/2.7", + "fileHash": "32155ca5edb3a60357185ab7b7d3b4191e4c6856fd20c2a65b74845f4a588ed4f9a8dd461fdbe2e0f26b75105be8d430fda6a3b7344172f0733bbb9d1ab175f1", + "type": "Unknown" + }, + { + "architecture": 3, + "path": "/usr/bin/python2.7", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "2.7.16-final", + "major": 2, + "minor": 7, + "patch": 16, + "prerelease": [ + "final" + ], + "build": [], + "version": "2.7.16-final" + }, + "sysPrefix": "/System/Library/Frameworks/Python.framework/Versions/2.7", + "fileHash": "55d1e13184e54da406989a11e499fcb95768d4f943c3e27ffd2cec7611f919412fd07a69d9f6a1f78a65a8db48e16cf9d73ade5743b63178ce9a38c3b446a453", + "type": "Unknown" + }, + { + "architecture": 3, + "path": "/usr/bin/python3", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.8.2-final", + "major": 3, + "minor": 8, + "patch": 2, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.8.2-final" + }, + "sysPrefix": "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8", + "fileHash": "a19f140e99deffe3fcd9f9b6fa677522a31ddaa167cfd8d14b5ecc786f03f26d874b73610f142f74cc4d92f44455b907b049ab5a54c2b8ae67a5e107cff9ffca", + "type": "Unknown" + }, + { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/shims/python", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.6.4-final", + "major": 3, + "minor": 6, + "patch": 4, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.6.4-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/3.6.4", + "fileHash": "9bdcd8a47d1ee8f5134f58109b9be22b4de3afc642742744d8ed67adacd3f285cadb1a5e1f656a7f294675063a119ebc49ba1267f2e4aa4f2889ff7eee2955c5", + "type": "Unknown" + }, + { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/shims/python3", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.6.4-final", + "major": 3, + "minor": 6, + "patch": 4, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.6.4-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/3.6.4", + "fileHash": "0246c3a0cc6bd9c4266da13b1f814408b1d67fb4eaeb74a36b1195f16ca97bfed7b94c6a54378a31cd8067474d34484f69119069f67ac2aed877a2632366d6fd", + "type": "Unknown" + }, + { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/shims/python3.6", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.6.4-final", + "major": 3, + "minor": 6, + "patch": 4, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.6.4-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/3.6.4", + "fileHash": "a3445224359c8af94d6010530d2c8eae2e8a34092cd012bae773e445083442d7ef23f4136843f83d319ee6e0798dfc98f8222db6802a4dc48fad817bd3ef2104", + "type": "Unknown" + }, + { + "architecture": 3, + "path": "/usr/local/bin/python3", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.8.6-final", + "major": 3, + "minor": 8, + "patch": 6, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.8.6-final" + }, + "sysPrefix": "/usr/local/Cellar/python@3.8/3.8.6/Frameworks/Python.framework/Versions/3.8", + "fileHash": "2551d29b085a766b2d9cd57d70ef88620419d7032f353cab59c51788c67ba83943e36ceed4bd769a6e64687b0c5fa663d92862b3a252ee8a555dfb291bf46065", + "type": "Unknown" + }, + { + "architecture": 3, + "path": "/usr/local/bin/python3.8", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.8.6-final", + "major": 3, + "minor": 8, + "patch": 6, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.8.6-final" + }, + "sysPrefix": "/usr/local/Cellar/python@3.8/3.8.6/Frameworks/Python.framework/Versions/3.8", + "fileHash": "3871f9025d407316dab1bcd521db776668801a980740b8b2f8bdbf2e6e50525cb3d12de187e0102cbe39bb1a892d0881e126b2828f3ee83dbcfce62d293fd6f5", + "type": "Unknown" + }, + { + "architecture": 3, + "path": "/usr/bin/python", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "2.7.16-final", + "major": 2, + "minor": 7, + "patch": 16, + "prerelease": [ + "final" + ], + "build": [], + "version": "2.7.16-final" + }, + "sysPrefix": "/System/Library/Frameworks/Python.framework/Versions/2.7", + "fileHash": "eac0471206fec8e0c2b021ae1be130351d8b761fc45854675dfb732719e562accf0b4c482a9e9ccb14305a3a4d525a5e3a2696c558a01754c16937d1704465d4", + "type": "Unknown" + }, + { + "architecture": 3, + "path": "/usr/bin/python2", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "2.7.16-final", + "major": 2, + "minor": 7, + "patch": 16, + "prerelease": [ + "final" + ], + "build": [], + "version": "2.7.16-final" + }, + "sysPrefix": "/System/Library/Frameworks/Python.framework/Versions/2.7", + "fileHash": "32155ca5edb3a60357185ab7b7d3b4191e4c6856fd20c2a65b74845f4a588ed4f9a8dd461fdbe2e0f26b75105be8d430fda6a3b7344172f0733bbb9d1ab175f1", + "type": "Unknown" + }, + { + "architecture": 3, + "path": "/usr/bin/python2.7", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "2.7.16-final", + "major": 2, + "minor": 7, + "patch": 16, + "prerelease": [ + "final" + ], + "build": [], + "version": "2.7.16-final" + }, + "sysPrefix": "/System/Library/Frameworks/Python.framework/Versions/2.7", + "fileHash": "55d1e13184e54da406989a11e499fcb95768d4f943c3e27ffd2cec7611f919412fd07a69d9f6a1f78a65a8db48e16cf9d73ade5743b63178ce9a38c3b446a453", + "type": "Unknown" + }, + { + "architecture": 3, + "path": "/usr/bin/python3", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.8.2-final", + "major": 3, + "minor": 8, + "patch": 2, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.8.2-final" + }, + "sysPrefix": "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8", + "fileHash": "a19f140e99deffe3fcd9f9b6fa677522a31ddaa167cfd8d14b5ecc786f03f26d874b73610f142f74cc4d92f44455b907b049ab5a54c2b8ae67a5e107cff9ffca", + "type": "Unknown" + } + ], + "PipEnvInformation": [], + "/usr/bin/python.interpreter.displayName.v7": { + "data": { + "displayName": "Python 2.7.16 64-bit", + "hash": "eac0471206fec8e0c2b021ae1be130351d8b761fc45854675dfb732719e562accf0b4c482a9e9ccb14305a3a4d525a5e3a2696c558a01754c16937d1704465d4-affabcd6e42fa4a070f38c52a7b1b891" + }, + "expiry": 1602920912962 + }, + "/usr/local/bin/python3.interpreter.displayName.v7": { + "data": { + "displayName": "Python 3.8.6 64-bit ('local': virtualenv)", + "hash": "2551d29b085a766b2d9cd57d70ef88620419d7032f353cab59c51788c67ba83943e36ceed4bd769a6e64687b0c5fa663d92862b3a252ee8a555dfb291bf46065-9f9809c3ba9084394b74b91490aa9b6a" + }, + "expiry": 1607504508138 + }, + "/usr/bin/python3.interpreter.displayName.v7": { + "data": { + "displayName": "Python 3.7.3 64-bit", + "hash": "a19f140e99deffe3fcd9f9b6fa677522a31ddaa167cfd8d14b5ecc786f03f26d874b73610f142f74cc4d92f44455b907b049ab5a54c2b8ae67a5e107cff9ffca-bad2bfefa2cc5896bc3f90ee31046392" + }, + "expiry": 1602920912969 + }, + "/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python.interpreter.displayName.v7": { + "data": { + "displayName": "Python 2.7.16 64-bit", + "hash": "bc30685281bb225ccd15872be5a7d659c18f265e9fcbd8e2bd861cf59c91c08e809f70f68391822449082f7f5c93553823a8db9131cc4a5c4e76d37aa5671caa-a6d474e1c696bc21f490f8b2494098be" + }, + "expiry": 1602920913506 + }, + "/usr/bin/python.interpreter.Details.v7": { + "data": { + "fileHash": "eac0471206fec8e0c2b021ae1be130351d8b761fc45854675dfb732719e562accf0b4c482a9e9ccb14305a3a4d525a5e3a2696c558a01754c16937d1704465d4", + "info": { + "architecture": 3, + "path": "/usr/bin/python", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "2.7.16-final", + "major": 2, + "minor": 7, + "patch": 16, + "prerelease": [ + "final" + ], + "build": [], + "version": "2.7.16-final" + }, + "sysPrefix": "/System/Library/Frameworks/Python.framework/Versions/2.7", + "fileHash": "eac0471206fec8e0c2b021ae1be130351d8b761fc45854675dfb732719e562accf0b4c482a9e9ccb14305a3a4d525a5e3a2696c558a01754c16937d1704465d4", + "type": "Unknown", + "displayName": "Python 2.7.16 64-bit" + } + }, + "expiry": 1602920913119 + }, + "/usr/local/bin/python3.interpreter.Details.v7": { + "data": { + "fileHash": "2551d29b085a766b2d9cd57d70ef88620419d7032f353cab59c51788c67ba83943e36ceed4bd769a6e64687b0c5fa663d92862b3a252ee8a555dfb291bf46065", + "info": { + "architecture": 3, + "path": "/usr/local/bin/python3", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.8.6-final", + "major": 3, + "minor": 8, + "patch": 6, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.8.6-final" + }, + "sysPrefix": "/usr/local/Cellar/python@3.8/3.8.6/Frameworks/Python.framework/Versions/3.8", + "fileHash": "2551d29b085a766b2d9cd57d70ef88620419d7032f353cab59c51788c67ba83943e36ceed4bd769a6e64687b0c5fa663d92862b3a252ee8a555dfb291bf46065", + "type": "Unknown", + "cachedEntry": true, + "displayName": "Python 3.8.6 64-bit", + "__store": true + } + }, + "expiry": 1607504508070 + }, + "/usr/bin/python3.interpreter.Details.v7": { + "data": { + "fileHash": "a19f140e99deffe3fcd9f9b6fa677522a31ddaa167cfd8d14b5ecc786f03f26d874b73610f142f74cc4d92f44455b907b049ab5a54c2b8ae67a5e107cff9ffca", + "info": { + "architecture": 3, + "path": "/usr/bin/python3", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.7.3-final", + "major": 3, + "minor": 7, + "patch": 3, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.7.3-final" + }, + "sysPrefix": "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7", + "fileHash": "a19f140e99deffe3fcd9f9b6fa677522a31ddaa167cfd8d14b5ecc786f03f26d874b73610f142f74cc4d92f44455b907b049ab5a54c2b8ae67a5e107cff9ffca", + "type": "Unknown", + "displayName": "Python 3.7.3 64-bit" + } + }, + "expiry": 1602920913136 + }, + "/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python.interpreter.Details.v7": { + "data": { + "fileHash": "bc30685281bb225ccd15872be5a7d659c18f265e9fcbd8e2bd861cf59c91c08e809f70f68391822449082f7f5c93553823a8db9131cc4a5c4e76d37aa5671caa", + "info": { + "architecture": 3, + "path": "/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "2.7.16-final", + "major": 2, + "minor": 7, + "patch": 16, + "prerelease": [ + "final" + ], + "build": [], + "version": "2.7.16-final" + }, + "sysPrefix": "/System/Library/Frameworks/Python.framework/Versions/2.7", + "fileHash": "bc30685281bb225ccd15872be5a7d659c18f265e9fcbd8e2bd861cf59c91c08e809f70f68391822449082f7f5c93553823a8db9131cc4a5c4e76d37aa5671caa", + "type": "Unknown", + "displayName": "Python 2.7.16 64-bit" + } + }, + "expiry": 1602920913590 + }, + "ProposeLSBanner": false, + "/Users/ujinyoung/.pyenv/shims/python3.v3": { + "data": { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/shims/python3", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.6.4-final", + "major": 3, + "minor": 6, + "patch": 4, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.6.4-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/3.6.4", + "fileHash": "0246c3a0cc6bd9c4266da13b1f814408b1d67fb4eaeb74a36b1195f16ca97bfed7b94c6a54378a31cd8067474d34484f69119069f67ac2aed877a2632366d6fd" + }, + "expiry": 1607504508052 + }, + "/Users/ujinyoung/.pyenv/shims/python3.7.v3": { + "data": { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/shims/python3.7", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.7.7-final", + "major": 3, + "minor": 7, + "patch": 7, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.7.7-final" + }, + "sysPrefix": "/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7", + "fileHash": "9fa065d38dcef8f0b333d4dc43e47aedc4861eedafddb46433433461872cfda615bbddf04a09b4ea3c0be51db08172bef50fd6d6c2488a24eec7f0ace16c7690" + }, + "expiry": 1596248231309 + }, + "/Users/ujinyoung/.pyenv/shims/python.v3": { + "data": { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/shims/python", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.6.4-final", + "major": 3, + "minor": 6, + "patch": 4, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.6.4-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/3.6.4", + "fileHash": "9bdcd8a47d1ee8f5134f58109b9be22b4de3afc642742744d8ed67adacd3f285cadb1a5e1f656a7f294675063a119ebc49ba1267f2e4aa4f2889ff7eee2955c5" + }, + "expiry": 1607504508055 + }, + "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/bin/python.v3": { + "data": { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/bin/python", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.7.3-final", + "major": 3, + "minor": 7, + "patch": 3, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.7.3-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1", + "fileHash": "586170e5ed77c577e6a005a4ad1959466f18cb2ba0377ede91460eaac0255d89e2c810a20f68bcc461f323d14689e2ae8f77133f1fc372b8d27799501fc91252" + }, + "expiry": 1607504508156 + }, + "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/bin/python3.7.v3": { + "data": { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/bin/python3.7", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.7.3-final", + "major": 3, + "minor": 7, + "patch": 3, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.7.3-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1", + "fileHash": "ead31c37ffeb1188faf2ee22e93ca2933b9443c3cff7cb6ec27732b496116a6aebfd1452ef87ab6af980884b7df790085f4ac43dbb8b3aadd14ab119082b7226" + }, + "expiry": 1607504508141 + }, + "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/bin/python3.v3": { + "data": { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/bin/python3", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.7.3-final", + "major": 3, + "minor": 7, + "patch": 3, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.7.3-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1", + "fileHash": "2cce40362db7e43ce588bf34fad1a8de96cedee3bb06f4ddf7a0a82aab83e22d39e672be0b5cff096d28d540e25967f9b4e598bdebac1b67b2f0058f946ee4fe" + }, + "expiry": 1607504508145 + }, + "/Users/ujinyoung/.pyenv/versions/3.6.4/bin/python.v3": { + "data": { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/versions/3.6.4/bin/python", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.6.4-final", + "major": 3, + "minor": 6, + "patch": 4, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.6.4-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/3.6.4", + "fileHash": "688e0f46e8369ea34990c1b31a06bad09391dc8debac8831d586dfabc0f58ce2ada1cec80f770add6b610ebff97213f39393471d20df5e73fe88b53ec8408f1a" + }, + "expiry": 1607504508112 + }, + "/Users/ujinyoung/.pyenv/versions/3.6.4/bin/python3.v3": { + "data": { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/versions/3.6.4/bin/python3", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.6.4-final", + "major": 3, + "minor": 6, + "patch": 4, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.6.4-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/3.6.4", + "fileHash": "6f24de96b8216a7b19a03a44943277f9e8cf082c573d88cd37f0d09ec2f62ffb673c06a8bc8de8b8bd08d5f24cea6c1ed48e0a183848a14f21e4385422ff9b9f" + }, + "expiry": 1607504508120 + }, + "/Users/ujinyoung/.pyenv/versions/3.6.4/bin/python3.6.v3": { + "data": { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/versions/3.6.4/bin/python3.6", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.6.4-final", + "major": 3, + "minor": 6, + "patch": 4, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.6.4-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/3.6.4", + "fileHash": "b4ebfe701421e121c9a3ff290fbc158b55c32c86d62610c2919b751e2f78e602357ea1864c8666bd191123773f938c567cd80a3cde36daa107c1e0744444d770" + }, + "expiry": 1607504508114 + }, + "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/aiffel/bin/python.v3": { + "data": { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/aiffel/bin/python", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.7.7-final", + "major": 3, + "minor": 7, + "patch": 7, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.7.7-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/aiffel", + "fileHash": "29c467065b162ff41d929e7c4474617297ce1f8c014eaaffdb7dc8c077b498c7c0c235141c33eb4b8c31361c7d3ad06d104136c346b2ccac176fd069d6e5b081" + }, + "expiry": 1607504508229 + }, + "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/aiffel-t2/bin/python.v3": { + "data": { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/aiffel-t2/bin/python", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.8.3-final", + "major": 3, + "minor": 8, + "patch": 3, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.8.3-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/aiffel-t2", + "fileHash": "f74031eb41e0b55805e6ab37a10b0eacb8c16665564453993ff2b43f48132121dbdde602dc95bf588a9139245b66e1e374058627478e59a74aefe411e74682dd" + }, + "expiry": 1596248231627 + }, + "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/nengo-rl/bin/python.v3": { + "data": { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/nengo-rl/bin/python", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.7.5-final", + "major": 3, + "minor": 7, + "patch": 5, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.7.5-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/nengo-rl", + "fileHash": "1b810b4c5a6b1674ca2f9542c86c6f7fd7ffba54ad068217092980feee8b3013262fcdd01612fc45bf6da9338c4f2b7f86fbcb5629696eea325e0f54be40c5a3" + }, + "expiry": 1607504508220 + }, + "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/chatbot/bin/python.v3": { + "data": { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/chatbot/bin/python", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.6.10-final", + "major": 3, + "minor": 6, + "patch": 10, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.6.10-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/chatbot", + "fileHash": "8dfd50f3bde65346edc338366a99859d66aca9a25eabc3bf5daafa253362c423e4c658448288a40d516e432d5e332a4d6f519c07fe96c60f0b6b3a4d928f51c3" + }, + "expiry": 1607504508244 + }, + "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/aiffel/bin/python3.v3": { + "data": { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/aiffel/bin/python3", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.7.7-final", + "major": 3, + "minor": 7, + "patch": 7, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.7.7-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/aiffel", + "fileHash": "9fe7868c426a82f0f076f8998ba5584a560d75f5d6eda5da8e6d30db4c51a635bd4eb3fc2d44dd894ab49f91d90b2b08c91097cc34d1e053a9fa6448bf573e53" + }, + "expiry": 1596248331670 + }, + "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/aiffel/bin/python3.7.v3": { + "data": { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/aiffel/bin/python3.7", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.7.7-final", + "major": 3, + "minor": 7, + "patch": 7, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.7.7-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/aiffel", + "fileHash": "3bc30299ec99de04c92162ed00f9580a976bb0ca9d1f96cb856720ae75612284e6fdafac6ea9763922fbe686e90780225de905268796d77e4d1f4bc2aec05b7d" + }, + "expiry": 1596248331674 + }, + "CONDA_ENVIRONMENTS": {}, + "/Users/ujinyoung/.pyenv/shims/python3.6.v3": { + "data": { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/shims/python3.6", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.6.4-final", + "major": 3, + "minor": 6, + "patch": 4, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.6.4-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/3.6.4", + "fileHash": "a3445224359c8af94d6010530d2c8eae2e8a34092cd012bae773e445083442d7ef23f4136843f83d319ee6e0798dfc98f8222db6802a4dc48fad817bd3ef2104" + }, + "expiry": 1607504508050 + }, + "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/chatbot/bin/python.interpreter.displayName.v7": { + "data": { + "displayName": "Python 3.6.10 64-bit ('chatbot': conda)", + "hash": "8dfd50f3bde65346edc338366a99859d66aca9a25eabc3bf5daafa253362c423e4c658448288a40d516e432d5e332a4d6f519c07fe96c60f0b6b3a4d928f51c3-e8c8ea5724b64e1ba6c474a3d0ec479f" + }, + "expiry": 1598334657449 + }, + "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/bin/python.interpreter.displayName.v7": { + "data": { + "displayName": "Python 3.7.3 64-bit ('anaconda3-5.3.1': conda)", + "hash": "586170e5ed77c577e6a005a4ad1959466f18cb2ba0377ede91460eaac0255d89e2c810a20f68bcc461f323d14689e2ae8f77133f1fc372b8d27799501fc91252-027da0beec3963f7cdc14ba484e19a15" + }, + "expiry": 1598334657464 + }, + "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/nengo-rl/bin/python.interpreter.displayName.v7": { + "data": { + "displayName": "Python 3.7.5 64-bit ('nengo-rl': conda)", + "hash": "1b810b4c5a6b1674ca2f9542c86c6f7fd7ffba54ad068217092980feee8b3013262fcdd01612fc45bf6da9338c4f2b7f86fbcb5629696eea325e0f54be40c5a3-b0acee1752ae6808aab665745fc92139" + }, + "expiry": 1598334657457 + }, + "/Users/ujinyoung/.pyenv/shims/python.interpreter.displayName.v7": { + "data": { + "displayName": "Python 3.6.4 64-bit", + "hash": "986bb961beac1ea3cccba92ee2828e62a1c674f8d838ce3e97c7d58a7571fd092895e3bd3a49aebad3b7f8e73b168f6a76caceec363037914b5e9ed239cecf7d-d0dfc1b8123d04822e1efb43e1f4e90f" + }, + "expiry": 1602920912949 + }, + "/Users/ujinyoung/.pyenv/versions/3.6.4/bin/python.interpreter.displayName.v7": { + "data": { + "displayName": "Python 3.6.4 64-bit ('3.6.4': pyenv)", + "hash": "688e0f46e8369ea34990c1b31a06bad09391dc8debac8831d586dfabc0f58ce2ada1cec80f770add6b610ebff97213f39393471d20df5e73fe88b53ec8408f1a-3ba3ce03cc80edf2008144e1a46a23ee" + }, + "expiry": 1602920913457 + }, + "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/aiffel/bin/python.interpreter.displayName.v7": { + "data": { + "displayName": "Python 3.7.7 64-bit ('aiffel': conda)", + "hash": "29c467065b162ff41d929e7c4474617297ce1f8c014eaaffdb7dc8c077b498c7c0c235141c33eb4b8c31361c7d3ad06d104136c346b2ccac176fd069d6e5b081-8e21cf9d940e420de0866b5cad036233" + }, + "expiry": 1598334657470 + }, + "InterpreterAutoSeletionRule-system": { + "architecture": 3, + "path": "/usr/local/bin/python3", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.8.6-final", + "major": 3, + "minor": 8, + "patch": 6, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.8.6-final" + }, + "sysPrefix": "/usr/local/Cellar/python@3.8/3.8.6/Frameworks/Python.framework/Versions/3.8", + "fileHash": "2551d29b085a766b2d9cd57d70ef88620419d7032f353cab59c51788c67ba83943e36ceed4bd769a6e64687b0c5fa663d92862b3a252ee8a555dfb291bf46065", + "type": "Unknown", + "cachedEntry": true, + "displayName": "Python 3.8.6 64-bit" + }, + "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/chatbot/bin/python.interpreter.Details.v7": { + "data": { + "fileHash": "8dfd50f3bde65346edc338366a99859d66aca9a25eabc3bf5daafa253362c423e4c658448288a40d516e432d5e332a4d6f519c07fe96c60f0b6b3a4d928f51c3", + "info": { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/chatbot/bin/python", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.6.10-final", + "major": 3, + "minor": 6, + "patch": 10, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.6.10-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/chatbot", + "fileHash": "8dfd50f3bde65346edc338366a99859d66aca9a25eabc3bf5daafa253362c423e4c658448288a40d516e432d5e332a4d6f519c07fe96c60f0b6b3a4d928f51c3", + "companyDisplayName": "Anaconda, Inc.", + "type": "Conda", + "envPath": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/chatbot", + "envName": "chatbot", + "displayName": "Python 3.6.10 64-bit ('chatbot': conda)" + } + }, + "expiry": 1598334657607 + }, + "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/bin/python.interpreter.Details.v7": { + "data": { + "fileHash": "586170e5ed77c577e6a005a4ad1959466f18cb2ba0377ede91460eaac0255d89e2c810a20f68bcc461f323d14689e2ae8f77133f1fc372b8d27799501fc91252", + "info": { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/bin/python", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.7.3-final", + "major": 3, + "minor": 7, + "patch": 3, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.7.3-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1", + "fileHash": "586170e5ed77c577e6a005a4ad1959466f18cb2ba0377ede91460eaac0255d89e2c810a20f68bcc461f323d14689e2ae8f77133f1fc372b8d27799501fc91252", + "companyDisplayName": "Anaconda, Inc.", + "type": "Conda", + "envPath": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1", + "envName": "anaconda3-5.3.1", + "displayName": "Python 3.7.3 64-bit ('anaconda3-5.3.1': conda)" + } + }, + "expiry": 1598334657645 + }, + "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/nengo-rl/bin/python.interpreter.Details.v7": { + "data": { + "fileHash": "1b810b4c5a6b1674ca2f9542c86c6f7fd7ffba54ad068217092980feee8b3013262fcdd01612fc45bf6da9338c4f2b7f86fbcb5629696eea325e0f54be40c5a3", + "info": { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/nengo-rl/bin/python", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.7.5-final", + "major": 3, + "minor": 7, + "patch": 5, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.7.5-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/nengo-rl", + "fileHash": "1b810b4c5a6b1674ca2f9542c86c6f7fd7ffba54ad068217092980feee8b3013262fcdd01612fc45bf6da9338c4f2b7f86fbcb5629696eea325e0f54be40c5a3", + "companyDisplayName": "Anaconda, Inc.", + "type": "Conda", + "envPath": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/nengo-rl", + "envName": "nengo-rl", + "displayName": "Python 3.7.5 64-bit ('nengo-rl': conda)" + } + }, + "expiry": 1598334657626 + }, + "/Users/ujinyoung/.pyenv/shims/python.interpreter.Details.v7": { + "data": { + "fileHash": "986bb961beac1ea3cccba92ee2828e62a1c674f8d838ce3e97c7d58a7571fd092895e3bd3a49aebad3b7f8e73b168f6a76caceec363037914b5e9ed239cecf7d", + "info": { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/shims/python", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.6.4-final", + "major": 3, + "minor": 6, + "patch": 4, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.6.4-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/3.6.4", + "fileHash": "986bb961beac1ea3cccba92ee2828e62a1c674f8d838ce3e97c7d58a7571fd092895e3bd3a49aebad3b7f8e73b168f6a76caceec363037914b5e9ed239cecf7d", + "type": "Unknown", + "displayName": "Python 3.6.4 64-bit" + } + }, + "expiry": 1602920913101 + }, + "/Users/ujinyoung/.pyenv/versions/3.6.4/bin/python.interpreter.Details.v7": { + "data": { + "fileHash": "688e0f46e8369ea34990c1b31a06bad09391dc8debac8831d586dfabc0f58ce2ada1cec80f770add6b610ebff97213f39393471d20df5e73fe88b53ec8408f1a", + "info": { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/versions/3.6.4/bin/python", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.6.4-final", + "major": 3, + "minor": 6, + "patch": 4, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.6.4-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/3.6.4", + "fileHash": "688e0f46e8369ea34990c1b31a06bad09391dc8debac8831d586dfabc0f58ce2ada1cec80f770add6b610ebff97213f39393471d20df5e73fe88b53ec8408f1a", + "envName": "3.6.4", + "type": "Pyenv", + "displayName": "Python 3.6.4 64-bit ('3.6.4': pyenv)" + } + }, + "expiry": 1602920913574 + }, + "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/aiffel/bin/python.interpreter.Details.v7": { + "data": { + "fileHash": "29c467065b162ff41d929e7c4474617297ce1f8c014eaaffdb7dc8c077b498c7c0c235141c33eb4b8c31361c7d3ad06d104136c346b2ccac176fd069d6e5b081", + "info": { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/aiffel/bin/python", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.7.7-final", + "major": 3, + "minor": 7, + "patch": 7, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.7.7-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/aiffel", + "fileHash": "29c467065b162ff41d929e7c4474617297ce1f8c014eaaffdb7dc8c077b498c7c0c235141c33eb4b8c31361c7d3ad06d104136c346b2ccac176fd069d6e5b081", + "companyDisplayName": "Anaconda, Inc.", + "type": "Conda", + "envPath": "/Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/envs/aiffel", + "envName": "aiffel", + "displayName": "Python 3.7.7 64-bit ('aiffel': conda)" + } + }, + "expiry": 1598334657663 + }, + "InterpreterAutoSeletionRule-cachedInterpreters": { + "architecture": 3, + "path": "/usr/local/bin/python3", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.8.6-final", + "major": 3, + "minor": 8, + "patch": 6, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.8.6-final" + }, + "sysPrefix": "/usr/local/Cellar/python@3.8/3.8.6/Frameworks/Python.framework/Versions/3.8", + "fileHash": "2551d29b085a766b2d9cd57d70ef88620419d7032f353cab59c51788c67ba83943e36ceed4bd769a6e64687b0c5fa663d92862b3a252ee8a555dfb291bf46065", + "type": "Unknown", + "cachedEntry": true, + "displayName": "Python 3.8.6 64-bit" + }, + "preferredGlobalPyInterpreter": { + "architecture": 3, + "path": "/usr/local/bin/python3", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.8.6-final", + "major": 3, + "minor": 8, + "patch": 6, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.8.6-final" + }, + "sysPrefix": "/usr/local/Cellar/python@3.8/3.8.6/Frameworks/Python.framework/Versions/3.8", + "fileHash": "2551d29b085a766b2d9cd57d70ef88620419d7032f353cab59c51788c67ba83943e36ceed4bd769a6e64687b0c5fa663d92862b3a252ee8a555dfb291bf46065", + "type": "Unknown", + "cachedEntry": true, + "displayName": "Python 3.8.6 64-bit" + }, + "/Users/ujinyoung/.pyenv/versions/selenium/bin/python3.v3": { + "data": { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/versions/selenium/bin/python3", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.6.4-final", + "major": 3, + "minor": 6, + "patch": 4, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.6.4-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/selenium", + "fileHash": "5d266c201b9d7ad2640a2233bb50f6f66af8e80c92db2c1ce7979ad9207a152c774accc3c75b7f8ec6836dbc0d05ce0d03ffb75f48fe0657250670d0f77298a0" + }, + "expiry": 1607504508097 + }, + "/Users/ujinyoung/.pyenv/versions/selenium/bin/python.v3": { + "data": { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/versions/selenium/bin/python", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.6.4-final", + "major": 3, + "minor": 6, + "patch": 4, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.6.4-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/selenium", + "fileHash": "2a77eafd9941507f16d00386531f9e43e494c7a26b2f7f38536e447a1ef85eefea655bbf3bf6ed7ae3f96d943c572a94f61425023267cdd22cba529c6051126d" + }, + "expiry": 1607504508100 + }, + "/Users/ujinyoung/.pyenv/versions/selenium/bin/python3.6.v3": { + "data": { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/versions/selenium/bin/python3.6", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.6.4-final", + "major": 3, + "minor": 6, + "patch": 4, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.6.4-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/selenium", + "fileHash": "d36d76285f644e423f40d297eb7ecebded701919294bbee6b44e91f3a383ad3a606b0afc19a8b40bd2d5e41633cd48125f24ef1091c485668668ae37926909e7" + }, + "expiry": 1607504508096 + }, + "/Users/ujinyoung/.pyenv/versions/selenium/bin/python.interpreter.displayName.v7": { + "data": { + "displayName": "Python 3.6.4 64-bit ('selenium': venv)", + "hash": "2a77eafd9941507f16d00386531f9e43e494c7a26b2f7f38536e447a1ef85eefea655bbf3bf6ed7ae3f96d943c572a94f61425023267cdd22cba529c6051126d-877908974907ef2a4a47ab729df4a2cf" + }, + "expiry": 1602920913170 + }, + "/Users/ujinyoung/.pyenv/versions/selenium/bin/python.interpreter.Details.v7": { + "data": { + "fileHash": "2a77eafd9941507f16d00386531f9e43e494c7a26b2f7f38536e447a1ef85eefea655bbf3bf6ed7ae3f96d943c572a94f61425023267cdd22cba529c6051126d", + "info": { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/versions/selenium/bin/python", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.6.4-final", + "major": 3, + "minor": 6, + "patch": 4, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.6.4-final" + }, + "sysPrefix": "/Users/ujinyoung/.pyenv/versions/selenium", + "fileHash": "2a77eafd9941507f16d00386531f9e43e494c7a26b2f7f38536e447a1ef85eefea655bbf3bf6ed7ae3f96d943c572a94f61425023267cdd22cba529c6051126d", + "envName": "selenium", + "type": "Venv", + "displayName": "Python 3.6.4 64-bit ('selenium': venv)" + } + }, + "expiry": 1602920913529 + }, + "pylint_DisableLinterInstallPrompt": true, + "/usr/local/bin/python3.8.v3": { + "data": { + "architecture": 3, + "path": "/usr/local/bin/python3.8", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.8.6-final", + "major": 3, + "minor": 8, + "patch": 6, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.8.6-final" + }, + "sysPrefix": "/usr/local/Cellar/python@3.8/3.8.6/Frameworks/Python.framework/Versions/3.8", + "fileHash": "3871f9025d407316dab1bcd521db776668801a980740b8b2f8bdbf2e6e50525cb3d12de187e0102cbe39bb1a892d0881e126b2828f3ee83dbcfce62d293fd6f5" + }, + "expiry": 1607504508033 + }, + "/usr/local/opt/python@3.8/bin/python3.8.v3": { + "data": { + "architecture": 3, + "path": "/usr/local/opt/python@3.8/bin/python3.8", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.8.5-final", + "major": 3, + "minor": 8, + "patch": 5, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.8.5-final" + }, + "sysPrefix": "/usr/local/Cellar/python@3.8/3.8.5/Frameworks/Python.framework/Versions/3.8", + "fileHash": "105750636cdcd71600e46006e939824e67697d5568de77b58e25914f9c3d5568312eabbab04f9b44cd98b02142298993028a0f4336427b71af644afa968f18a5" + }, + "expiry": 1597571285316 + }, + "/usr/local/opt/python@3.8/bin/python3.8.interpreter.displayName.v7": { + "data": { + "displayName": "Python 3.8.5 64-bit", + "hash": "105750636cdcd71600e46006e939824e67697d5568de77b58e25914f9c3d5568312eabbab04f9b44cd98b02142298993028a0f4336427b71af644afa968f18a5-f364555ffb1b792c9df9ee564dca46a7" + }, + "expiry": 1597571285718 + }, + "/usr/local/opt/python@3.8/bin/python3.8.interpreter.Details.v7": { + "data": { + "fileHash": "105750636cdcd71600e46006e939824e67697d5568de77b58e25914f9c3d5568312eabbab04f9b44cd98b02142298993028a0f4336427b71af644afa968f18a5", + "info": { + "architecture": 3, + "path": "/usr/local/opt/python@3.8/bin/python3.8", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.8.5-final", + "major": 3, + "minor": 8, + "patch": 5, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.8.5-final" + }, + "sysPrefix": "/usr/local/Cellar/python@3.8/3.8.5/Frameworks/Python.framework/Versions/3.8", + "fileHash": "105750636cdcd71600e46006e939824e67697d5568de77b58e25914f9c3d5568312eabbab04f9b44cd98b02142298993028a0f4336427b71af644afa968f18a5", + "type": "Unknown", + "displayName": "Python 3.8.5 64-bit" + } + }, + "expiry": 1597571285893 + }, + "/Users/ujinyoung/.pyenv/shims/python3.interpreter.displayName.v7": { + "data": { + "displayName": "Python 3.8.5 64-bit", + "hash": "996d07ccc8023088e811eac9041328c61137487ebc6921dec7e42d4c0ec5aadeab2b96161595d7195a9f68e2cacdc4be644caa7ca5b5de637bf95ba4b652b795-a52d11492ddccb3f716ffacfedd81a5f" + }, + "expiry": 1597571285669 + }, + "/Users/ujinyoung/.pyenv/shims/python3.interpreter.Details.v7": { + "data": { + "fileHash": "996d07ccc8023088e811eac9041328c61137487ebc6921dec7e42d4c0ec5aadeab2b96161595d7195a9f68e2cacdc4be644caa7ca5b5de637bf95ba4b652b795", + "info": { + "architecture": 3, + "path": "/Users/ujinyoung/.pyenv/shims/python3", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.8.5-final", + "major": 3, + "minor": 8, + "patch": 5, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.8.5-final" + }, + "sysPrefix": "/usr/local/Cellar/python@3.8/3.8.5/Frameworks/Python.framework/Versions/3.8", + "fileHash": "996d07ccc8023088e811eac9041328c61137487ebc6921dec7e42d4c0ec5aadeab2b96161595d7195a9f68e2cacdc4be644caa7ca5b5de637bf95ba4b652b795", + "type": "Unknown", + "displayName": "Python 3.8.5 64-bit" + } + }, + "expiry": 1597571285763 + } + }, + "coc-python|/Users/ujinyoung/selenium": { + "INTERPRETERS_CACHE_v3_PipEnvService:0c12209a88a3aaa7ada760753e8d0cc1": [], + "INTERPRETERS_CACHE_v3_WorkspaceVirtualEnvService:0c12209a88a3aaa7ada760753e8d0cc1": [], + "INTERPRETERS_CACHE_v3_PipEnvService": [], + "INTERPRETERS_CACHE_v3_WorkspaceVirtualEnvService": [], + "autoSelectedWorkspacePythonInterpreter-/Users/ujinyoung/selenium": { + "architecture": 3, + "path": "/usr/local/bin/python3", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.7.7-final", + "major": 3, + "minor": 7, + "patch": 7, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.7.7-final" + }, + "sysPrefix": "/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7", + "fileHash": "d5fd007ca58d4099ee3f2ab93560f65b0c1a22bcef86481a964d4932085922083cf455007bc9d2f0caa9e7fead791c3923f99999ec83b69fe1dff872d61b2347", + "type": "Unknown", + "displayName": "Python 3.7.7 64-bit" + }, + "SelectedPythonPath": "/Users/ujinyoung/.pyenv/versions/selenium/bin/python" + }, + "coc-python|/Users/ujinyoung/board": { + "INTERPRETERS_CACHE_v3_PipEnvService:feadf1617cb975e9a828f624d8c6330d": [], + "INTERPRETERS_CACHE_v3_WorkspaceVirtualEnvService:feadf1617cb975e9a828f624d8c6330d": [], + "autoSelectedWorkspacePythonInterpreter-/Users/ujinyoung/board": { + "architecture": 3, + "path": "/usr/local/bin/python3", + "version": { + "options": { + "loose": false, + "includePrerelease": false + }, + "loose": false, + "raw": "3.8.5-final", + "major": 3, + "minor": 8, + "patch": 5, + "prerelease": [ + "final" + ], + "build": [], + "version": "3.8.5-final" + }, + "sysPrefix": "/usr/local/Cellar/python@3.8/3.8.5/Frameworks/Python.framework/Versions/3.8", + "fileHash": "bf7b30dae44e758a381b1d978d6a9ea712d433764ceac4045d4a708b21e54a6cf41a8bb5f90a9f99e30f4ee4fa585b5ec20ce7da9bf87a42da361409c1f864a7", + "type": "Unknown", + "cachedEntry": true, + "displayName": "Python 3.8.5 64-bit" + }, + "INTERPRETERS_CACHE_v3_PipEnvService": [], + "INTERPRETERS_CACHE_v3_WorkspaceVirtualEnvService": [] + }, + "coc-python|/Users/ujinyoung/aiffel_contents_01/contents/pre_math/math-01_diominor/steps": { + "INTERPRETERS_CACHE_v3_WorkspaceVirtualEnvService": [], + "INTERPRETERS_CACHE_v3_PipEnvService": [] + } +} \ No newline at end of file diff --git a/_vim/.config/coc/mru b/_vim/.config/coc/mru index bbb8486..7a2c456 100644 --- a/_vim/.config/coc/mru +++ b/_vim/.config/coc/mru @@ -1,13 +1,78 @@ /Users/ujinyoung/dotfiles/back +/Users/ujinyoung/install.sh +/Users/ujinyoung/Dropbox/Mackup/.config/karabiner/karabiner.json +/Users/ujinyoung/qr.py +/Users/ujinyoung/Dropbox/Mackup/.zshenv +/Users/ujinyoung/.zshenv +/Users/ujinyoung/.zshrc +/Users/ujinyoung/.vimrc +/Users/ujinyoung/iterm2/install.sh +/Users/ujinyoung/vscode/install.sh +/Users/ujinyoung/selenium/slugset.py +/Users/ujinyoung/selenium/wr.py +/Users/ujinyoung/selenium/4wagtail.py +/Users/ujinyoung/wr.py +/Users/ujinyoung/selenium/steps/F-2-1.md +/Users/ujinyoung/aiffel_contents_01/j2m.sh +/Users/ujinyoung/selenium/j2m.sh +/Users/ujinyoung/board/game.py +/Users/ujinyoung/selenium/steps/F-27-1.md +/Users/ujinyoung/selenium/steps/F-27-0.md +/Users/ujinyoung/.config/nvim/coc-settings.json +/Users/ujinyoung/Dropbox/vimwiki/tf-start.md +/Users/ujinyoung/Dropbox/vimwiki/index.md +/Users/ujinyoung/.local/share/nvim/shada/main.shada +/Users/ujinyoung/Dropbox/Mackup/.vim/autoload/plug.vim.old +/Users/ujinyoung/Dropbox/Mackup/.vim/autoload/plug.vim +/Users/ujinyoung/.viminfo +/Users/ujinyoung/dotfiles/_vim/.vimrc~ +/Users/ujinyoung/.vimrc_old +/Users/ujinyoung/.vimfinfo +/Users/ujinyoung/version +/Users/ujinyoung/aiffel/Untitled.ipynb +/Users/ujinyoung/aiffel_contents_01/contents/pre_da/DA-03/da03-1.md +/Users/ujinyoung/selenium/getbook-done.py +/Users/ujinyoung/selenium/macrotool.py +/Users/ujinyoung/.gitconfig +/Users/ujinyoung/selenium/.gitignore +/Users/ujinyoung/selenium/README.md +/Users/ujinyoung/_tmux +/Users/ujinyoung/Dropbox/vimwiki/tmux.md +/Users/ujinyoung/.tmux.conf +/Users/ujinyoung/Dropbox/vimwiki/영작.md +/Users/ujinyoung/Dropbox/vimwiki/Mail.md +/Users/ujinyoung/Dropbox/vimwiki/tempstore.md +/Users/ujinyoung/Dropbox/vimwiki/mac-setting.md +/Users/ujinyoung/Dropbox/vimwiki/재설정.md +/Users/ujinyoung/Dropbox/vimwiki/wiki.ex +/Users/ujinyoung/Dropbox/vimwiki/table.md +/Users/ujinyoung/Dropbox/vimwiki/영작.md +/Users/ujinyoung/Dropbox/vimwiki/zsh.md +/Users/ujinyoung/Dropbox/vimwiki/blog.md +/Users/ujinyoung/Dropbox/vimwiki/zsh-function.md +/Users/ujinyoung/Dropbox/vimwiki/Coursera.md +/Users/ujinyoung/Dropbox/Mackup/.vimrc +/Users/ujinyoung/Dbox/vimwiki +/Users/ujinyoung/f-11-3-all.py +/Users/ujinyoung/Dropbox/Mackup/.zshrc +/Users/ujinyoung/dotfiles/_yabai/yabai.sh +/Users/ujinyoung/slack2html.php +/Users/ujinyoung/dotfiles/_rclone/rclone_umount.sh +/Users/ujinyoung/dotfiles/_rclone/rclone_mount.sh +/Users/ujinyoung/Dropbox/Mackup/.mackup/avira.cfg +/Users/ujinyoung/dotfiles/.gitignore +/Users/ujinyoung/dotfiles/.gitignore_global +/Users/ujinyoung/dotfiles/_etc/.gitignore_global +/Users/ujinyoung/dotfiles/_etc/.gitignore +/Users/ujinyoung/Dropbox/Mackup/.mackup/teamviewer.cfg +/Users/ujinyoung/Dropbox/Mackup/.mackup/yarn.cfg +/Users/ujinyoung/dotfiles/_py/.pyenv/version /Users/ujinyoung/.pyenv/version /Users/ujinyoung/.pyenv/verion /Users/ujinyoung/Brewfile /Users/ujinyoung/dotfiles/Brewfile /Users/ujinyoung/dotfiles/Brewfiles /Users/ujinyoung/dotfiles/Brewfeils -/Users/ujinyoung/dotfiles/_yabai/yabai.sh -/Users/ujinyoung/Dropbox/Mackup/.mackup/yarn.cfg -/Users/ujinyoung/.zshrc /Users/ujinyoung/.config/yarn/global/package.json /Users/ujinyoung/.config/yarn/global/yarn.lock /Users/ujinyoung/.config/yarn/global/yarn.locak @@ -15,7 +80,6 @@ /Users/ujinyoung/Dropbox/Mackup/.mackup/trackpad.cfg /Users/ujinyoung/Dropbox/Mackup/.mackup/launch-agent.cfg /Users/ujinyoung/Dropbox/Mackup/.mackup/jupyter.cfg -/Users/ujinyoung/Dropbox/Mackup/.mackup/teamviewer.cfg /Users/ujinyoung/Dropbox/Mackup/.mackup/keyboard.cfg /Users/ujinyoung/Dropbox/Mackup/.mackup/dock.cfg /Users/ujinyoung/.mackup.cfg @@ -31,7 +95,6 @@ /Users/ujinyoung/Dbox/vimwiki/tf-start.md /Users/ujinyoung/Dbox/vimwiki/내가_한때_집중해왔던_모든것.md /Users/ujinyoung/Dbox/vimwiki/index.md -/Users/ujinyoung/.vimrc /Users/ujinyoung/Dropbox/vimwiki /Users/ujinyoung/rclone_mount.sh /Users/ujinyoung/rclone_umount.sh @@ -44,12 +107,9 @@ /Users/ujinyoung/.config/rclone/rclon.conf /Users/ujinyoung/.config/rclone/rclone_gdmount.sh /Users/ujinyoung/df -/Users/ujinyoung/Dropbox/Mackup/.zshenv /Users/ujinyoung/Dropbox/vimwiki/기타.md -/Users/ujinyoung/Dropbox/Mackup/.vimrc /Users/ujinyoung/Dropbox/vimwiki/모임과협업_좋은직장문화와룰.md /Users/ujinyoung/Dropbox/vimwiki/내가_한때_집중해왔던_모든것.md -/Users/ujinyoung/Dropbox/vimwiki/index.md /Users/ujinyoung/Dropbox/vimwiki/문제점은많고_불편한건널렸다.md /Users/ujinyoung/Dropbox/vimwiki/개발자로서.md /Users/ujinyoung/Dropbox/vimwiki/github와_alias.md @@ -71,7 +131,6 @@ /Users/ujinyoung/.local/share/nvim/swap/%Users%ujinyoung%Dropbox%vimwiki%기타.md.swp /Users/ujinyoung/Dropbox/vimwiki/내가_한때_집중해왔던_모든것.md /Users/ujinyoung/Dropbox/vimwiki/모임과협업_좋은직장문화와_룰.md -/Users/ujinyoung/Dropbox/vimwiki/mac-setting.md /Users/ujinyoung/blog/Uuritech/src/templates/blog-post.js /Users/ujinyoung/blog/Uuritech/src/components/contents/index.jsx /Users/ujinyoung/blog/Uuritech/src/components/head/index.jsx @@ -90,7 +149,6 @@ /Users/ujinyoung/package.json /Users/ujinyoung/blog/gatsby-starter-bee/src/components/head/index.jsx /Users/ujinyoung/blog/Uuritech/.cache/app.js -/Users/ujinyoung/Dropbox/vimwiki/재설정.md /Users/ujinyoung/blog/gatsby-starter-bee/content/blog/development/hello.md /Users/ujinyoung/blog/gatsby-starter-bee/content/blog/development/draft.md /Users/ujinyoung/blog/gatsby-starter-bee/content/blog/development/second.md @@ -104,12 +162,10 @@ /Users/ujinyoung/dotfiles/.gitmodules /Users/ujinyoung/.gitignore_global /Users/ujinyoung/.gitignore -/Users/ujinyoung/dotfiles/.gitignore /Users/ujinyoung/dotfiles/.gitsmodules /Users/ujinyoung/dotfiles/.gitsubmodule /Users/ujinyoung/dotfiles/_git/.gitconfig /Users/ujinyoung/dotfiles/.gitconfig -/Users/ujinyoung/.gitconfig /Users/ujinyoung/dotfiles/.gitmoduels /Users/ujinyoung/.gdbinit /Users/ujinyoung/.gdb_history \ No newline at end of file diff --git a/_vim/.config/coc/snippets-mru b/_vim/.config/coc/snippets-mru new file mode 100644 index 0000000..2bf6ee9 --- /dev/null +++ b/_vim/.config/coc/snippets-mru @@ -0,0 +1,2 @@ +addp +date \ No newline at end of file diff --git a/_vim/.config/nvim/coc-settings.json b/_vim/.config/nvim/coc-settings.json new file mode 100644 index 0000000..49cd2cc --- /dev/null +++ b/_vim/.config/nvim/coc-settings.json @@ -0,0 +1,45 @@ +{ + "languageserver": { + "python": { + "command": "python", + "args": [ + "-mpyls", + "-vv", + "--log-file", + "/tmp/lsp_python.log" + ], + "trace.server": "verbose", + "filetypes": [ + "python" + ], + "settings": { + "pyls": { + "enable": true, + "trace": { + "server": "verbose" + }, + "commandPath": "", + "configurationSources": [ + "pycodestyle" + ], + "plugins": { + "pycodestyle": { + "enabled": true + }, + "pydocstyle": { + "enabled": false, + "match": "(?!test_).*\\.py", + "matchDir": "[^\\.].*" + }, + "pyflakes": { + "enabled": true + }, + "rope_completion": { + "enabled": true + } + } + } + } +} + } +} diff --git a/_vim/.vimrc b/_vim/.vimrc index 1493084..05bad31 100644 --- a/_vim/.vimrc +++ b/_vim/.vimrc @@ -8,7 +8,7 @@ endif call plug#begin('~/.vim/plugged') "Plug 'tomasiser/vim-code-dark' -"Plug 'dracula/vim' +"Plug 'dracula/vim Plug 'ujinyng/candid-custom.vim' "Plug 'flrnd/candid.vim' Plug 'vim-airline/vim-airline' Plug 'vim-airline/vim-airline-themes' @@ -287,12 +287,12 @@ endfunction "---------buffer setting--------- set hidden "탭없이버퍼사용할때 필수, 버퍼 수정 직후 버퍼를 감춰지도록 함" "open new buffer with startify -nnoremap :enew:Startify +" nnoremap :enew:Startify "split and open new buffer with startify" -nnoremap t :sp:Startify +nnoremap :sp:Startify nnoremap :bprevious! "이전 버퍼로 이동 nnoremap :bnext! "다음 버퍼로 이동 -nnoremap :bp bd # "현재버퍼를 닫고 이전 버퍼로 이동 +nnoremap :bp bd # "현재버퍼를 닫고 이전 버퍼로 이동 ":ls는 모든버퍼와 버퍼의상태를 출력함 ":b <번호> ":e <파일경로> @@ -543,7 +543,7 @@ nnoremap p :CocListResume "------------------vimwiki---------------------------------- let g:vimwiki_list = [ \{ - \ 'path': '~/Dropbox/vimwiki', + \ 'path': '~/Dbox/vimwiki', \ 'ext': '.md', \ 'diary_rel_path': '.' \}] @@ -626,7 +626,7 @@ let g:startify_bookmarks = [ \ {'zs':'~/.zshrc'}, \ {'ze':'~/.zshenv'}, \ {'zp':'~/.zprofile'}, - \ {'wi':'~/Dropbox/vimwiki'}, + \ {'wi':'~/Dropbox/vimwiki/index.md'}, \ {'tm':'~/.tmux.conf'}, \ {'co':'~/.config/nvim/coc-settings.json'}, \ {'gi':'~/.gitconfig'}] @@ -698,9 +698,10 @@ set smartcase "결과에 대문자가 있으면 대문자가 들어가는거만 set hlsearch "Highlight search result set incsearch "Make search act like search in modern browsers -"use mouse or not +"use mouse for visual mode or not set mouse=a "set mouse=-a +set mousefocus set showcmd "키보드 눌러서 사용하는 명령어보여줌 set visualbell "beep대신에 visual bell 사용 diff --git a/_yabai/yabai.sh b/_yabai/yabai.sh index e271ad7..a35c0e2 100755 --- a/_yabai/yabai.sh +++ b/_yabai/yabai.sh @@ -47,6 +47,7 @@ yab(){ elif [[ "$OPTIND" -eq 1 ]] then echo "No options were passed" + usage fi shift "$((OPTIND -1))" @@ -124,4 +125,4 @@ uninstall(){ ## crsutil enable \n" } -usage +yab diff --git a/_zsh/.zshenv b/_zsh/.zshenv index 3701cf3..786e9eb 100644 --- a/_zsh/.zshenv +++ b/_zsh/.zshenv @@ -7,7 +7,7 @@ export MYVIMRC="/Users/ujinyoung/.vimrc" export VIMINIT=":set runtimepath^=/Users/ujinyoung/.vim|:source $MYVIMRC" export EDITOR="/usr/local/bin/nvim" -export VIM="/usr/local/Cellar/neovim/0.4.3/share/nvim" +export VIM="/usr/local/Cellar/neovim/0.4.4/share/nvim" export PATH="/Library/Frameworks/Python.framework/Versions/3.7/bin:${PATH}" @@ -60,10 +60,12 @@ export LDFLAGS="-L/usr/local/opt/llvm/lib -Wl,-rpath,/usr/local/opt/llvm/lib" export CPPFLAGS="-I/usr/local/opt/llvm/include" # CPPFLAGS += -I/usr/local/opt/llvm/include/c++/v1/ -# nvm +# nvm yarn export PATH="/usr/local/Cellar/node/v12.16.2/bin:$PATH" export NODE_PATH="/usr/local/lib/node_modules" export NVM_DIR="$HOME/.nvm" +[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm +[ -s "$NVM_DIR/bash_completion" ] && . "$NVM_DIR/bash_completion" # This loads nvm bash_completion export PATH="$(yarn global bin):$PATH" #libffi @@ -77,8 +79,22 @@ export PATH="/usr/local/opt/icu4c/bin:$PATH" export PATH="/usr/local/opt/icu4c/sbin:$PATH" # For compilers to find icu4c you may need to set: -export LDFLAGS="-L/usr/local/opt/icu4c/lib" -export CPPFLAGS="-I/usr/local/opt/icu4c/include" +#export LDFLAGS="-L/usr/local/opt/icu4c/lib" +#export CPPFLAGS="-I/usr/local/opt/icu4c/include" # For pkg-config to find icu4c you may need to set: export PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig" + +#export LDFLAGS="-L/usr/local/opt/zlib/lib:$LDFLAGS" +#export CPPFLAGS="-I/usr/local/opt/zlib/include:$LDFLAGS" + +# python pyenv conda +export PYENV_ROOT="$HOME/.pyenv" +export PYENV_VERSION=3.6.4 #=anaconda3-5.3.1 #3.6.0 +export PATH="$PYENV_ROOT/bin:$PATH" +eval "$(pyenv init -)" +eval "$(pyenv virtualenv-init -)" +. /Users/ujinyoung/.pyenv/versions/anaconda3-5.3.1/etc/profile.d/conda.sh + +# selenium chromedriver +export PATH="/Users/ujinyoung/selenium:$PATH" diff --git a/_zsh/.zshrc b/_zsh/.zshrc index 4565e55..ed93b07 100644 --- a/_zsh/.zshrc +++ b/_zsh/.zshrc @@ -296,11 +296,10 @@ gpg(){ g++ -g ${1%.*}.cc -std=c++14 -pthread -O3 -o $1 } +# rsync: alternative to cp alias rsync="/usr/local/bin/rsync" alias rs=/usr/local/bin/rsync -azvhrubR -#-L/-l: transform symlink into referent file,dir / copy symlink as symlink +##-L/-l: transform symlink into referent file,dir / copy symlink as symlink -export NVM_DIR="$HOME/.nvm" -[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm -[ -s "$NVM_DIR/bash_completion" ] && . "$NVM_DIR/bash_completion" # This loads nvm bash_completion +export PATH="/usr/local/sbin:$PATH" diff --git a/back b/back.zsh similarity index 91% rename from back rename to back.zsh index 7f7e9fc..7b34f7e 100644 --- a/back +++ b/back.zsh @@ -13,13 +13,15 @@ #-u : skip files that are newer on the receiver #-R : use relative path naems #-L : symbolic link를 따라가서 원본 파일을 복제 - help(){ echo "back _[GROUP_NAME] GROUP: zsh, vim, tmux, git, fzf, gdb, nodejs, py, etc, brew " } +(){ + help +} _zsh(){ # rsync -azvhrubR -L ~/./.zplug/ ~/dotfiles/_zsh rsync -azvhrubR -L ~/./.zshenv ~/dotfiles/_zsh @@ -92,12 +94,15 @@ _etc(){ rsync -azvhrubR -L ~/./.docker/ ~/dotfiles/_etc # rsync -azvhrubR -L ~/./.fasd ~/dotfiles/_etc rsync -azvhrubR -L ~/./.notable.json/ ~/dotfiles/_etc - rsync -azvhrubR -L ~/./.skhdrc ~/dotfiles/_etc - rsync -azvhrubR -L ~/./.yabairc ~/dotfiles/_etc + # rsync -azvhrubR -L ~/./.skhdrc ~/dotfiles/_etc + # rsync -azvhrubR -L ~/./.yabairc ~/dotfiles/_etc rsync -azvhrubR -L ~/./.yarnrc ~/dotfiles/_etc } _brew(){ + rm ~/dotfiles/Brewfile~ + mv ~/dotfiles/Brewfile ~/dotfiles/Brewfile~ + brew bundle dump --force --file=~/./Brewfile rsync -azvhrubR -L ~/./Brewfile ~/dotfiles/Brewfile } @@ -107,4 +112,17 @@ _rclone(){ rsync -azvhrubR -L ~/./.config/rclone ~/dotfiles/_rclone } + _all(){ + # _rclone + _brew + _etc + _py + _nodejs + _gdb + _fzf + _vim + _git + _tmux + _zsh + } $@ diff --git a/setu.zsh b/setu.zsh new file mode 100644 index 0000000..ea4e199 --- /dev/null +++ b/setu.zsh @@ -0,0 +1,46 @@ +#!/usr/bin/env zsh + +help(){ + echo "setu _p + Install brew, zsh, vim, tmux, git, fzf, gdb, nodejs(yarn), py, etc + etc contains .docker, .yarnrc, .notable.json" #.skhdrc, .yabairc +} + +(){ + help +} + +_p(){ + +xcode-select --install + +if test ! $(which brew); then + /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" +fi + +brew update +mas upgrade +brew tap homebrew/bundle +brew bundle --file=$HOME/dotfiles/Brewfile +#remove old version +brew cleanup +brew cask cleanup + +mackup backup + +[ ! -f $HOME/.gitconfig ] && ln -bns $HOME/dotfiles/.gitconfig $HOME/.gitconfig +[ ! -f $HOME/.gitignore_global ] && ln -bns $HOME/dotfiles/.gitignore_global $HOME/.gitignore_global + +#oh-my-zsh +sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" + +#nvm +curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | zsh + +nvm install --lts + +npm install --global yarn + +} + +$@