my dotz
0

Configure Feed

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

Merge branch 'master' of ssh://git.cyberia.club:3215/opt/git/j3s/dotfiles

+13 -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'
+3
.password-store/namecheap.gpg
··· 1 + � �;S ҕ�u���o��1 t�$4 2 + �ȉ5���M����8��pR�b����2Ow��=���鵜�6�!���B����v�4����ˣ?_1�� �Oy����B�P#��&� �4�/ SR�0�q�"�Vck�D�\��Opf>b �*� �_D�lj�������%-�?�ʲ�� �YS~��pR�o ����a8���ѭ|<��Y�3�x��vo�^��gvD������B�\�&��ʧ�Ve= "w���p�aF" �O�����^���9Qb�-�K�R 3 + _��@ŀFP(!�4Ӧ�����4��$��a�N���n���i��� .u�*��6�|>NkL<�=�%Q�V�7"���MF���
+3
.ssh/config
··· 5 5 User biox 6 6 Port 3215 7 7 8 + Host git.cyberia.club 9 + Port 3215 10 + 8 11 Host baikal 9 12 Hostname 97.127.122.154 10 13 User cyberian
+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
··· 51 51 autocmd FileType markdown setlocal noruler spell spelllang=en 52 52 53 53 " ruby 54 - autocmd FileType ruby setlocal shiftwidth=2 softtabstop=2 expandtab 54 + autocmd FileType ruby setlocal sw=2 sts=2 expandtab 55 + 56 + " yaml 57 + 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