my dotz
0

Configure Feed

Select the types of activity you want to include in your feed.

Stuffs

+7 -2
+1 -1
.config/fish/MACC02VK5ECHTD7.fish
··· 7 7 8 8 # aliases 9 9 alias cdr='cd (find ~/git/chef/cloud-roles ~/git/chef/site-cookbooks ~/git/chef/app-cookbooks -type d -maxdepth 1 | selecta)' 10 - alias ls=gls 10 + alias ls='gls --color' 11 11 alias tar=gtar 12 12 alias sed=gsed 13 13 alias be='bundle exec'
+1
.tmux.conf
··· 2 2 setw -g mode-keys vi 3 3 set-option -sg escape-time 0 4 4 set -s escape-time 0 5 + set-option -g renumber-windows on 5 6 6 7 # use vim-like keys for splits and windows 7 8 bind-key \\ split-window -h -c "#{pane_current_path}"
+4 -1
.vimrc
··· 55 55 autocmd FileType markdown setlocal noruler spell spelllang=en 56 56 57 57 " ruby 58 - autocmd FileType ruby setlocal shiftwidth=2 softtabstop=2 expandtab 58 + autocmd FileType ruby setlocal sw=2 sts=2 expandtab 59 + 60 + " yaml 61 + autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab
+1
bin/MACC02VK5ECHTD7/jmass
··· 25 25 tmux new-window 'sleep 0.1' 26 26 while IFS= read -r i 27 27 do tmux split-window "ssh $i" 28 + tmux select-layout tiled 28 29 done <<< "$ips" 29 30 30 31 tmux set -u default-shell