Merge branch 'master' of ssh://git.cyberia.club:3215/opt/git/j3s/dotfiles
j3s j3s@c3f.net
Thu, 16 Jan 2020 09:26:33 -0600
6 files changed,
13 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'
A
.password-store/namecheap.gpg
@@ -0,0 +1,3 @@
+;Sҕuo1 t$4 +ȉ5M8pRb2Ow=鵜6!Bv4ˣ?_1OyBP#& 4/ SR0q"VckD\Opf>b * _Dlj%-?ʲYS~pRoa8ѭ|<Y3xvo^gvDB\&ʧVe="wpaF" O^9Qb-KR +_@ŀFP(!4Ӧ4$aNni.u*6|>NkL<=%QV7"MF
M
.ssh/config
→
.ssh/config
@@ -5,6 +5,9 @@ Hostname gibson.cyberia.club
User biox Port 3215 +Host git.cyberia.club + Port 3215 + Host baikal Hostname 97.127.122.154 User cyberian
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
@@ -51,4 +51,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