link removed and baby step for hophacker

This commit is contained in:
Jie Feng 2017-03-08 15:50:42 +08:00
parent 5e30685db8
commit 3183048137
3 changed files with 7 additions and 9 deletions

View File

@ -8,9 +8,9 @@
# Yet Another Dotfile Repo v1.1
# Now with Prezto and Vundle!
[![Join the chat at https://gitter.im/skwp/dotfiles](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/skwp/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)
#### sh -c "\`curl -fsSL https://raw.githubusercontent.com/skwp/dotfiles/master/install.sh \`"
#### sh -c "\`curl -fsSL https://raw.githubusercontent.com/hophacker/dotfiles/master/install.sh \`"
**Always be sure to run `rake update` after pulling to ensure plugins are updated**
@ -38,14 +38,14 @@ Please use GitHub Issues for pull requests or bug reports only.
To get started please run:
```bash
sh -c "`curl -fsSL https://raw.githubusercontent.com/skwp/dotfiles/master/install.sh`"
sh -c "`curl -fsSL https://raw.githubusercontent.com/hophacker/dotfiles/master/install.sh`"
```
**Note:** YADR will automatically install all of its subcomponents. If you want to be asked
about each one, use:
```bash
sh -c "`curl -fsSL https://raw.githubusercontent.com/skwp/dotfiles/master/install.sh`" -s ask
sh -c "`curl -fsSL https://raw.githubusercontent.com/hophacker/dotfiles/master/install.sh`" -s ask
```
## Wait, you're not done! Do this:

View File

@ -125,3 +125,6 @@
enabled = true
[include]
path = .gitconfig.user
[user]
email = jiefeng.hopkins@gmail.com
name = Jie Feng

View File

@ -62,11 +62,6 @@ set -g window-status-current-format "#[fg=colour234,bg=colour39]⮀#[fg=black,bg
# Patch for OS X pbpaste and pbcopy under tmux.
set-option -g default-command "which reattach-to-user-namespace > /dev/null && reattach-to-user-namespace -l $SHELL || $SHELL"
# Screen like binding
unbind C-b
set -g prefix C-a
bind a send-prefix
# No escape time for vi mode
set -sg escape-time 0