Dotfiles configuration
Find a file
2024-08-22 16:14:32 +02:00
.config [illuminate] more providers 2024-08-22 16:14:32 +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 [skhd] bump 2024-08-22 15:31:58 +02:00
.vimrc vimr that works with default vim 2024-07-15 12:21:15 +02:00
.yabairc [yabai] added 2024-08-22 14:11:39 +02:00
.zshrc fix zshrc a little 2024-07-15 20:59:07 +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!