Personal dotfiles for backup
- Do
git clone --bare https://github.com/slybouhafs/dotfiles $HOME/.cfg
OR runconf_install.fish
- use the
conf
command as a git command to add files to repo ex :
conf status
conf add .config/nvim/init.vim
conf commit -m "Add vimrc"
conf push