workflow/setup/ #25
Replies: 3 comments 1 reply
-
settings
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "cmd+h",
"command": "markdownlint.fixAll"
}
] |
Beta Was this translation helpful? Give feedback.
1 reply
-
right computation
|
Beta Was this translation helpful? Give feedback.
0 replies
-
#!/bin/bash
# touch ~/.bash_profile
# touch ~/.bash_aliases
# source ~/.bash_profile
# fix vscode code path
export PATH="$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/bin"
if [ -f ~/.bash_aliases ]; then
source ~/.bash_aliases
fi
eval "$(/opt/homebrew/bin/brew shellenv)"
if command -v pyenv 1>/dev/null 2>&1; then
eval "$(pyenv init -)"
eval "$(pyenv init --path)"
fi
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
workflow/setup/
https://shanenull.com/workflow/setup/
Beta Was this translation helpful? Give feedback.
All reactions