Skip to content

Instantly share code, notes, and snippets.

View willian2s's full-sized avatar
🏠
Working from home

Willian Silva willian2s

🏠
Working from home
View GitHub Profile
[user]
name = Willian Silva
email = silva.williansantos@gmail.com
signingkey = 79F1DD36
[color]
status = auto
branch = auto
interactive = auto
diff = auto
[pull]
@willian2s
willian2s / settings.json
Last active April 15, 2025 17:52
Settings of VS Code
{
"C_Cpp.inlayHints.parameterNames.enabled": true,
"[csharp]": {
"editor.defaultFormatter": "ms-dotnettools.csharp"
},
"[dart]": {
"editor.rulers": [
80
],
"editor.selectionHighlight": false,
@willian2s
willian2s / .zshrc
Last active October 27, 2025 08:29
zsh linux
# Amazon Q pre block. Keep at the top of this file.
[[ -f "${HOME}/Library/Application Support/amazon-q/shell/zshrc.pre.zsh" ]] && builtin source "${HOME}/Library/Application Support/amazon-q/shell/zshrc.pre.zsh"
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$PATH
# Path to your Oh My Zsh installation.
export ZSH="$HOME/.oh-my-zsh"
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
@willian2s
willian2s / settings.json
Created October 27, 2025 08:27
Zed Config
// Zed settings
//
// For information on how to configure Zed, see the Zed
// documentation: https://zed.dev/docs/configuring-zed
//
// To see all of Zed's default settings without changing your
// custom settings, run `zed: open default settings` from the
// command palette (cmd-shift-p / ctrl-shift-p)
{
"agent": {