How do you guys quickly sync your settings (especially bash aliases and ssh keys) across your machines?

Ideally i want a simple script to run on every new server I work with. Any suggestions?

  • @bloopernova
    link
    English
    6
    edit-2
    9 months ago

    I use a git repo combined with the basic install utility. Clone the repo, run the app installer, then run the install script. For symlinks I just use a zsh script.

    • mFatOP
      link
      fedilink
      English
      19 months ago

      Thanks that’s a good idea.