Skip to content

Instantly share code, notes, and snippets.

View hugocore's full-sized avatar

Hugo Sequeira hugocore

View GitHub Profile
{
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"editor.formatOnPaste": false,
"window.zoomLevel": 1,
"workbench.sideBar.location": "left",
"editor.minimap.enabled": false,
"editor.renderWhitespace": "none",
"git.autofetch": true,
"workbench.colorTheme": "One Dark Pro",
code --install-extension angryobject.react-pure-to-class-vscode
code --install-extension burkeholland.simple-react-snippets
code --install-extension christian-kohler.npm-intellisense
code --install-extension christian-kohler.path-intellisense
code --install-extension dbaeumer.vscode-eslint
code --install-extension dsznajder.es7-react-js-snippets
code --install-extension jebbs.plantuml
code --install-extension ms-vscode.sublime-keybindings
code --install-extension rebornix.Ruby
code --install-extension shardulm94.trailing-spaces
@hugocore
hugocore / ZSH 2023
Last active December 8, 2023 20:23
ZSH 2023
# Setup Oh-My-ZSH
export ZSH="$HOME/.oh-my-zsh"
# Add wisely, as too many plugins slow down shell startup.
plugins=(
git
brew
zsh-autosuggestions
asdf
)
@hugocore
hugocore / Setup 2023
Last active December 19, 2023 18:23
Setup 2023
Download iTerm
# Download Powerline Tools
https://github.com/powerline/fonts/archive/master.zip
Install Hack
# Setup iTerm
iTerm > Preferences > Appearance > Theme > Minimal
iTerm > Preferences > Profiles:
> Working Directory > Reuse previous sessions directory
@hugocore
hugocore / kong-docker
Last active March 7, 2022 14:26
Kong Docker
#!/usr/bin/env bash
KONNECT_RUNTIME_PORT=8000
KONNECT_API_URL=
KONNECT_USERNAME=
KONNECT_PASSWORD=
KONNECT_RUNTIME_REPO=
KONNECT_RUNTIME_IMAGE=
KONNECT_CP_ID=