Dotfiles and common scripts
git clone https://github.com/kisel/cfg.git ~/.cfg
git -C ~/.cfg remote set-url --push origin git@github.com:kisel/cfg.git
#and optionally configure nvim
git clone https://github.com/kisel/config.nvim $HOME/.config/nvim
git -C $HOME/.config/nvim remote set-url --push origin git@github.com:kisel/config.nvim.git
### Bootstrap
#### Linux
```sh
bash <(curl https://raw.githubusercontent.com/kisel/cfg/refs/heads/master/bootstrap.sh)
or
git clone https://github.com/kisel/cfg.git $HOME/.cfg
bash $HOME/.cfg/bootstrap.shcat $HOME/.cfg/bootstrap.shgit push git@github.com:kisel/cfg.git
or
sh sync.sh