Dotfiles configuration
Find a file
2025-04-02 16:02:24 +02:00
.config [nvim] signs 2025-04-02 16:02:24 +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
.skhdrc [ghostty] 2025-03-20 11:59:30 +01:00
.vimrc vimr that works with default vim 2024-07-15 12:21:15 +02:00
.zshrc [xterm ghostty] 2025-03-19 13:38:08 +01: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!