I made the icy-nord and icy-nord-darker themes.

@promitheas:matrix.org

  • 7 Posts
  • 22 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle




















  • I use chezmoi for mine. I haven’t had to restore after a nuke yet (hopefully not anytime) but its really simple IMO. Its basically a git wrapper, so there you have your version control. You create a dotfiles repo in your GitHub, initialise your home as a local repo and point it there using chezmoi, and then its as simple as typing “chezmoi add myfile” to start tracking the file in the repo. Then I simply do “chezmoi cd” followoed by the standard git commands to commit and push changes to remote.

    Check it out, I’m happy working with it across my desktop and laptop (working on the same config files across both pcs).