Skip to content

Instantly share code, notes, and snippets.

View thiagoskbnsk's full-sized avatar
:octocat:

Thiago Skibinski thiagoskbnsk

:octocat:
View GitHub Profile
@thiagoskbnsk
thiagoskbnsk / .zshrc
Last active July 14, 2020 14:47
oh my zsh
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="/Users/[user_name]/.oh-my-zsh"
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
@thiagoskbnsk
thiagoskbnsk / extensions.json
Last active October 13, 2025 17:36
VSCode config
{
"recommendations": [
"JoseMurilloc.aura-spirit-dracula",
"hnw.vscode-auto-open-markdown-preview",
"streetsidesoftware.code-spell-checker",
"naumovs.color-highlight",
"subframe7536.custom-ui-style",
"mikestead.dotenv",
"EditorConfig.EditorConfig",
"dbaeumer.vscode-eslint",