dotfiles

  1. Aknot

    Solved Backup with tar and exclude a dot name sub directory

    I'm trying to exclude a sub directory in /root with tar --exclude. The sub directory I want to exclude is /root/.acme.sh - which I have a separate backup for. This is what I have: # tar –cvf --exclude='.acme.sh' /var/backup/root-`date +'%Y-%m-%d'`.tgz /root/ But I'm always get the following...
  2. yaslam

    What version control do you use for your dotfiles? Or do you not use one at all?

    I have had my dotfiles in git version control for a while now, sometimes I find git annoying when I want to experiment with things, it is sort of a barrier to that, and I find that when my dotfiles are in any kind of version control system, I have an urge to constantly commit any small changes I...
  3. NapoleonWils0n

    Managing your dotfiles with emacs and org mode

    How to manage your dotfiles with emacs and org mode, instead of creating dozens of symlinks
Back
Top