hophacker to rallets-network
This commit is contained in:
parent
7c4ec17108
commit
310ebd8efe
10
README.md
10
README.md
@ -8,11 +8,11 @@
|
||||
# Yet Another Dotfile Repo v1.1
|
||||
# Now with Prezto and Vundle!
|
||||
|
||||
[![Join the chat at https://gitter.im/hophacker/dotfiles](https://badges.gitter.im/hophacker/dotfiles.svg)](https://gitter.im/hophacker/dotfiles?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[![Join the chat at https://gitter.im/hophacker/dotfiles](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/hophacker/dotfiles?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[![Join the chat at https://gitter.im/rallets-network/dotfiles](https://badges.gitter.im/rallets-network/dotfiles.svg)](https://gitter.im/rallets-network/dotfiles?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[![Join the chat at https://gitter.im/rallets-network/dotfiles](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/rallets-network/dotfiles?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
|
||||
|
||||
#### sh -c "\`curl -fsSL https://raw.githubusercontent.com/hophacker/dotfiles/master/install.sh \`"
|
||||
#### sh -c "\`curl -fsSL https://raw.githubusercontent.com/rallets-network/dotfiles/master/install.sh \`"
|
||||
|
||||
**总是记住在拉取代码后运行`rake update`来确保插件都更新过了**
|
||||
|
||||
@ -40,13 +40,13 @@
|
||||
开始先运行:
|
||||
|
||||
```bash
|
||||
sh -c "`curl -fsSL https://raw.githubusercontent.com/hophacker/dotfiles/master/install.sh`"
|
||||
sh -c "`curl -fsSL https://raw.githubusercontent.com/rallets-network/dotfiles/master/install.sh`"
|
||||
```
|
||||
|
||||
**注意:** YADR会自动安装它的所有子模块。如果你需要在安装每个模块前确认一下, 使用:
|
||||
|
||||
```bash
|
||||
sh -c "`curl -fsSL https://raw.githubusercontent.com/hophacker/dotfiles/master/install.sh`" -s ask
|
||||
sh -c "`curl -fsSL https://raw.githubusercontent.com/rallets-network/dotfiles/master/install.sh`" -s ask
|
||||
```
|
||||
|
||||
## 等等,还没完。这一步不能少:
|
||||
|
@ -8,6 +8,7 @@ let g:pymode_run_bind = "<C-S-e>"
|
||||
let g:pymode_doc_bind = "<C-S-d>"
|
||||
let g:pymode_lint_ignore = "W0611"
|
||||
let g:pymode_options_max_line_length=160
|
||||
let g:pymode_rope_lookup_project = 0
|
||||
|
||||
augroup filetype_python
|
||||
autocmd!
|
||||
|
@ -242,8 +242,8 @@ case "$OSTYPE" in
|
||||
esac
|
||||
alias ssh_by_password='ssh -o PreferredAuthentications=password -o PubkeyAuthentication=no'
|
||||
alias ssh_copy_id='ssh-copy-id -o PreferredAuthentications=password -o PubkeyAuthentication=no'
|
||||
alias ssh_="ssh -F ~/Projects/rallets-server/rallets-fabric/.ssh/config"
|
||||
alias scp_="scp -F ~/Projects/rallets-server/rallets-fabric/.ssh/config"
|
||||
alias ssh_="ssh -F .ssh/config"
|
||||
alias scp_="scp -F .ssh/config"
|
||||
alias chrome_proxy="google-chrome --proxy-server='http://127.0.0.1:8118'"
|
||||
alias ls_folder_size="du -sch .[!.]* * |sort -h"
|
||||
alias top_by_memory="top -o %MEM"
|
||||
|
Loading…
Reference in New Issue
Block a user