link removed and baby step for hophacker
This commit is contained in:
parent
5e30685db8
commit
3183048137
@ -8,9 +8,9 @@
|
|||||||
# Yet Another Dotfile Repo v1.1
|
# Yet Another Dotfile Repo v1.1
|
||||||
# Now with Prezto and Vundle!
|
# 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**
|
**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:
|
To get started please run:
|
||||||
|
|
||||||
```bash
|
```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
|
**Note:** YADR will automatically install all of its subcomponents. If you want to be asked
|
||||||
about each one, use:
|
about each one, use:
|
||||||
|
|
||||||
```bash
|
```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:
|
## Wait, you're not done! Do this:
|
||||||
|
@ -125,3 +125,6 @@
|
|||||||
enabled = true
|
enabled = true
|
||||||
[include]
|
[include]
|
||||||
path = .gitconfig.user
|
path = .gitconfig.user
|
||||||
|
[user]
|
||||||
|
email = jiefeng.hopkins@gmail.com
|
||||||
|
name = Jie Feng
|
||||||
|
@ -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.
|
# 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"
|
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
|
# No escape time for vi mode
|
||||||
set -sg escape-time 0
|
set -sg escape-time 0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user