From 3183048137e4ecb4044143345d0d26f819f6a1d6 Mon Sep 17 00:00:00 2001 From: Jie Feng Date: Wed, 8 Mar 2017 15:50:42 +0800 Subject: [PATCH] link removed and baby step for hophacker --- README.md | 8 ++++---- git/gitconfig | 3 +++ tmux/tmux.conf | 5 ----- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8d32162..68b2eaf 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/git/gitconfig b/git/gitconfig index 59cb90c..a30f55a 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -125,3 +125,6 @@ enabled = true [include] path = .gitconfig.user +[user] + email = jiefeng.hopkins@gmail.com + name = Jie Feng diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 65df287..e39093e 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -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