Skip to content

Instantly share code, notes, and snippets.

@joaovictornsv
joaovictornsv / aliases
Last active May 2, 2026 18:38
Em busca do Linux automático 🚀
# 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="/home/joaov/.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/ohmyzsh/ohmyzsh/wiki/Themes
@joaovictornsv
joaovictornsv / settings.json
Last active May 2, 2026 18:33
Cursor Settings
{
// Editor
"editor.rulers": [80, 120],
"editor.wordWrap": "on",
"editor.cursorStyle": "line-thin",
"editor.multiCursorModifier": "ctrlCmd",
"editor.renderLineHighlight": "gutter",
"editor.parameterHints.enabled": false,
"editor.tabSize": 2,
"editor.fontSize": 16,