Dotfiles configuration
Find a file
2024-07-15 12:28:03 +02:00
.config neovim alias only when neovim present 2024-07-15 12:22:57 +02:00
.bashrc update for loop on zshrc and bashrc for aliases 2023-07-22 14:53:26 +02:00
.inputrc initial commit 2023-07-22 14:46:26 +02:00
.vimrc vimr that works with default vim 2024-07-15 12:21:15 +02:00
.zshrc fzf scriptrc 2024-07-11 12:26:08 +02:00
README.md bump readme 2024-07-15 12:28:03 +02:00

Doman DOT

I stole this idea. But it works magic.

Usage

To setup dotfiles run:

REPO_URL=ssh://git@gitea.domandoman.xyz:222/doman/dot.git
git clone --bare $REPO_URL $HOME/.dot/
alias dot="/usr/bin/git --git-dir=$HOME/.dot/ --work-tree=$HOME"
dot config status.showUntrackedFiles no
dot restore .
source $HOME/.zshrc

Then manage dotfiles by dot alias to git, magic!