alpha
Login
or
Join now
j3s.sh
/
dotfiles
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
my dotz
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Stuffs
author
j3s
date
6 years ago
(Jan 15, 2020, 4:54 PM -0600)
commit
1a0b8dca
1a0b8dca2b5d4a161edb9dee2b945dee3b790f20
parent
f422c4f3
f422c4f3f105bd037abf2c28ed9e44206766db68
+7
-2
4 changed files
Expand all
Collapse all
Unified
Split
.config
fish
MACC02VK5ECHTD7.fish
.tmux.conf
.vimrc
bin
MACC02VK5ECHTD7
jmass
+1
-1
.config/fish/MACC02VK5ECHTD7.fish
Reviewed
···
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
10
-
alias ls=gls
10
10
+
alias ls='gls --color'
11
11
alias tar=gtar
12
12
alias sed=gsed
13
13
alias be='bundle exec'
+1
.tmux.conf
Reviewed
···
2
2
setw -g mode-keys vi
3
3
set-option -sg escape-time 0
4
4
set -s escape-time 0
5
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
Reviewed
···
55
55
autocmd FileType markdown setlocal noruler spell spelllang=en
56
56
57
57
" ruby
58
58
-
autocmd FileType ruby setlocal shiftwidth=2 softtabstop=2 expandtab
58
58
+
autocmd FileType ruby setlocal sw=2 sts=2 expandtab
59
59
+
60
60
+
" yaml
61
61
+
autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab
+1
bin/MACC02VK5ECHTD7/jmass
Reviewed
···
25
25
tmux new-window 'sleep 0.1'
26
26
while IFS= read -r i
27
27
do tmux split-window "ssh $i"
28
28
+
tmux select-layout tiled
28
29
done <<< "$ips"
29
30
30
31
tmux set -u default-shell