Init
This commit is contained in:
commit
9c4911a863
1 changed files with 8 additions and 0 deletions
8
install.sh
Executable file
8
install.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
git clone --bare https://git.serguzim.me/serguzim/.dotfiles.git "$HOME/.dotfiles" || exit
|
||||
|
||||
alias .f='git --git-dir="$HOME/.dotfiles"'
|
||||
.f config core.bare false
|
||||
.f config core.worktree "$HOME"
|
||||
.f config status.showUntrackedFiles no
|
||||
.f remote set-url --push origin "git@git.serguzim.me:serguzim/.dotfiles.git"
|
||||
.f stash push -m 'Stash before dotfiles'
|
Loading…
Reference in a new issue