Stuffs
j3s j3s@cyberia.club
Wed, 15 Jan 2020 16:54:02 -0600
4 files changed,
7 insertions(+),
2 deletions(-)
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/jmass
→
bin/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