small pixel drawing of a pufferfish dotfiles

Stuffs
j3s j3s@cyberia.club
Wed, 15 Jan 2020 16:54:02 -0600
commit

1a0b8dca2b5d4a161edb9dee2b945dee3b790f20

parent

f422c4f3f105bd037abf2c28ed9e44206766db68

4 files changed, 7 insertions(+), 2 deletions(-)

jump to
M .config/fish/MACC02VK5ECHTD7.fish.config/fish/MACC02VK5ECHTD7.fish

@@ -7,7 +7,7 @@ export SSHKEY="~/.ssh/id_rsa"

# aliases alias cdr='cd (find ~/git/chef/cloud-roles ~/git/chef/site-cookbooks ~/git/chef/app-cookbooks -type d -maxdepth 1 | selecta)' -alias ls=gls +alias ls='gls --color' alias tar=gtar alias sed=gsed alias be='bundle exec'
M .tmux.conf.tmux.conf

@@ -2,6 +2,7 @@ # Global opts

setw -g mode-keys vi set-option -sg escape-time 0 set -s escape-time 0 +set-option -g renumber-windows on # use vim-like keys for splits and windows bind-key \\ split-window -h -c "#{pane_current_path}"
M .vimrc.vimrc

@@ -55,4 +55,7 @@ " markdown

autocmd FileType markdown setlocal noruler spell spelllang=en " ruby -autocmd FileType ruby setlocal shiftwidth=2 softtabstop=2 expandtab +autocmd FileType ruby setlocal sw=2 sts=2 expandtab + +" yaml +autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab
M bin/MACC02VK5ECHTD7/jmassbin/MACC02VK5ECHTD7/jmass

@@ -25,6 +25,7 @@

tmux new-window 'sleep 0.1' while IFS= read -r i do tmux split-window "ssh $i" + tmux select-layout tiled done <<< "$ips" tmux set -u default-shell