DEV Community

Discussion on: How I Backup/Sync my Dotfiles & Apps

Collapse
 
vlasales profile image
Vlastimil Pospichal
$ cat .gitignore 
*
!.gitconfig
!.gitignore
!.bashrc
!.zshrc
!.config/fish
!.tmux.conf
!.SpaceVim.d/init.toml

$ git init
$ git add .
$ git commit