Dotfiles and common scripts
git clone https://github.com/kisel/cfg.git ~/.cfg
cd ~/.cfg
git remote set-url --push origin git@github.com:kisel/cfg.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