commit
298c27c8f6
7 changed files with 21 additions and 0 deletions
@ -0,0 +1 @@ |
||||
alias dof="/usr/bin/git --git-dir $HOME/.dotfiles --work-tree=$HOME" |
@ -0,0 +1 @@ |
||||
startx |
@ -0,0 +1,3 @@ |
||||
let g:netrw_dirhistmax =10 |
||||
let g:netrw_dirhistcnt =1 |
||||
let g:netrw_dirhist_1='/home/bastiaan/.local/src/dotfiles/Makefile' |
@ -0,0 +1 @@ |
||||
.dotfiles |
@ -0,0 +1,10 @@ |
||||
#/usr/bin/env sh |
||||
|
||||
dof { |
||||
git --git-dir "$HOME/.dotfiles" --work-tree "$HOME" "$@" |
||||
} |
||||
|
||||
git clone --base https://git.strooweb.nl/strootje/dotfiles.git "$HOME/.dotfiles" |
||||
dof checkout -f |
||||
dof config status.showUntrackedFiles no |
||||
|
Loading…
Reference in new issue