mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Update README.md
This commit is contained in:
parent
94979102d2
commit
0de814c8aa
1 changed files with 1 additions and 4 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
# Dotfiles
|
# Dotfiles
|
||||||
|
|
||||||
|
|
||||||
Config for
|
Config for
|
||||||
- GIT
|
- GIT
|
||||||
- VIM
|
- VIM
|
||||||
|
|
@ -61,7 +60,7 @@ vim ~/.zshrc
|
||||||
- Plugins
|
- Plugins
|
||||||
~~~bash
|
~~~bash
|
||||||
vim ~/.zshrc
|
vim ~/.zshrc
|
||||||
plugins=( autopep8 pip django sublime systemd debian git tmux )
|
plugins=( autopep8 djando pip systemd debian git tmux docker ansible golang )
|
||||||
~~~
|
~~~
|
||||||
- Alias
|
- Alias
|
||||||
~~~bash
|
~~~bash
|
||||||
|
|
@ -72,6 +71,4 @@ vim ~/.zshrc
|
||||||
alias py='python3'
|
alias py='python3'
|
||||||
alias py3='python3'
|
alias py3='python3'
|
||||||
alias py2='python2'
|
alias py2='python2'
|
||||||
alias gor='go run'
|
|
||||||
alias gob='go build'
|
|
||||||
~~~
|
~~~
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue