From: Jannik Date: Tue, 26 Dec 2017 12:44:29 +0000 (+0900) Subject: Rename gitdotfiles dotfiles X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=dcbdce748bf82d995fa9561032c9ecfd7a34d0e5;p=dotfiles.git Rename gitdotfiles dotfiles --- diff --git a/.config/bash/aliases b/.config/bash/aliases index 2db7e72..ff71ce7 100644 --- a/.config/bash/aliases +++ b/.config/bash/aliases @@ -23,7 +23,7 @@ alias fgrep='fgrep --color=auto' if [ -e /usr/bin/vimx ]; then alias vim='/usr/bin/vimx'; fi # Shortcuts -alias gdf='git --git-dir=$HOME/.gitdotfiles --work-tree=$HOME' +alias gdf='git --git-dir=$HOME/.dotfiles --work-tree=$HOME' alias g='git' alias h='history' alias j='jobs' diff --git a/README.md b/README.md index 72886ce..bd42b82 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ What you need to do on the new box is this: $ cd $HOME - $ git init --bare $HOME/.gitdotfiles - $ alias gdf='git --git-dir=$HOME/.gitdotfiles --work-tree=$HOME' + $ git init --bare $HOME/.dotfiles + $ alias gdf='git --git-dir=$HOME/.dotfiles --work-tree=$HOME' $ gdf config --local status.showUntrackedFiles no $ gdf remote add origin git@bitbucket.org:jannikz/dotfiles.git $ gdf fetch