Dotfiles configuration
Find a file
2024-03-26 12:26:31 +01:00
.config [pyright] sukz 2024-03-26 12:26:31 +01: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 initial commit 2023-07-22 14:46:26 +02:00
.zshrc [nvim] migrate neotree and pylsp to pyright [zshrc] PATH bump [script] MAC update 2024-03-26 11:03:41 +01:00
README.md bump readme 2023-07-22 15:03:24 +02:00

Doman DOT

I stole this idea. But it works magic.

Usage

To setup dotfiles run:

REPO_URL=git@github.com:ickyicky/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!