all repos

dotfiles @ 0de814c8aadfb7c860eecde1854da30050cf6a88

i use rach linux btw
1 files changed, 1 insertions(+), 4 deletions(-)
Update README.md
Author: Smirnov Oleksandr 50584123+Smirnov-O@users.noreply.github.com
Committed by: GitHub noreply@github.com
Committed at: 2020-04-08 16:42:19 +0300
Parent: 9497910
M README.md
···
                1
                1
                 # Dotfiles

              
                2
                2
                 

              
                3
                
                -

              
                4
                3
                 Config for

              
                5
                4
                 - GIT

              
                6
                5
                 - VIM

              ···
                61
                60
                 - Plugins

              
                62
                61
                 ~~~bash

              
                63
                62
                 vim ~/.zshrc

              
                64
                
                -	plugins=( autopep8 pip django sublime systemd debian git tmux  )

              
                
                63
                +	plugins=( autopep8 djando pip systemd debian git tmux docker ansible golang )

              
                65
                64
                 ~~~

              
                66
                65
                 - Alias

              
                67
                66
                 ~~~bash

              ···
                72
                71
                 	alias py='python3'

              
                73
                72
                 	alias py3='python3'

              
                74
                73
                 	alias py2='python2'

              
                75
                
                -	alias gor='go run'

              
                76
                
                -	alias gob='go build'

              
                77
                74
                 ~~~