|
|
|
@ -5,4 +5,5 @@ git clone --separate-git-dir=$HOME/.dotfiles.git http://git.nixlab.in/chodak166/ |
|
|
|
rm -r ~/dotfiles-tmp/ |
|
|
|
rm -r ~/dotfiles-tmp/ |
|
|
|
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles.git/ --work-tree=$HOME' |
|
|
|
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles.git/ --work-tree=$HOME' |
|
|
|
config config status.showUntrackedFiles no |
|
|
|
config config status.showUntrackedFiles no |
|
|
|
|
|
|
|
config update-index --skip-worktree .config/nvim/lua/plugins/zz_disabled.lua 2>/dev/null |
|
|
|
config checkout . |
|
|
|
config checkout . |
|
|
|
|