Skip to content

Instantly share code, notes, and snippets.

View bralpassos's full-sized avatar

Bruno Passos bralpassos

View GitHub Profile
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'nhdaly/tmux-better-mouse-mode'
set -g default-terminal "screen-256color"
set -g mouse on
# to enable mouse scroll, see https://github.com/tmux/tmux/issues/145#issuecomment-150736967
autodetach on
altscreen on
startup_message off
hardstatus alwayslastline
shelltitle 'bash'
termcapinfo xterm* ti@:te@
hardstatus string '%{gk}[%{wk}%?%-Lw%?%{=b kR}(%{W}%n*%f %t%?(%u)%?%{=b kR})%{= w}%?%+Lw%?%? %{g}]%{W}'
@bralpassos
bralpassos / .ackrc
Last active October 13, 2015 08:38
.ackrc
--type-set=twig=.twig
--type-set=ctp=.ctp
# Prompt no formato:
# usuario@host ~/Diretorios $
# Em um repostiório git:
# usuario@host ~/projetos/git (dev) $
# Repostiório git após alguma alteração:
# usuario@host ~/projetos/git (dev %) $
if [ -f $GIT_COMPLETION_PATH]; then
@bralpassos
bralpassos / .gitconfig
Last active October 1, 2015 04:17
.gitconfig
[user]
nome = "Bruno Passos"
email = brunoalmeidapassos@gmail.com
[core]
editor = vim
[apply]
whitespace = fix
[merge]
tool = vimdiff
[color]
[ui]
username = saganium
verbose = True
editor = vim
merge = vimdiff
ssh = ssh -C
[extensions]
color =
progress =