Skip to content

Instantly share code, notes, and snippets.

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

Wilson Moura WilsonRU

🏠
Working from home
View GitHub Profile
@WilsonRU
WilsonRU / .tmux.conf
Created February 4, 2024 22:21
My tmux config
bind-key -n M-T new-window
bind-key -n M-Right next-window
bind-key -n M-Left previous-window
@WilsonRU
WilsonRU / .vimrc
Last active June 5, 2024 00:46
My vim config
" Configurações Gerais
syntax on
set encoding=utf-8
set nocompatible
filetype on
filetype plugin on
filetype indent on
set number
@WilsonRU
WilsonRU / wilo.zsh-theme
Created April 22, 2023 21:26
My ohmyzsh theme
PROMPT='%{$fg_bold[green]%}λ %{$fg[cyan]%}%2~ %{$fg_bold[blue]%}$(git_prompt_info) %{$reset_color%}» '
ZSH_THEME_GIT_PROMPT_PREFIX="git:(%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"