Unofficial guide to dotfiles on GitHub
21–30 of 65 posts
Re: Unofficial guide to dotfiles on GitHub
#22[This] way (linked from the tutorials section of the page) is a great way to version your dotfiles without symlinks or installer scripts. [This]: https://www.atlassian.com/git/tutorials/dotfiles
What issue do symlinks have that makes them worth listing as a negative? Asking as someone who wrote an installer script to make symlinks a decade ago, and has used it whenever setting up a new computer ever since.
Re: Unofficial guide to dotfiles on GitHub
#23It's somewhat involved to set up but now across windows/linux/macos my entire setup is literally just a one-liner.
Re: Unofficial guide to dotfiles on GitHub
#24[This] way (linked from the tutorials section of the page) is a great way to version your dotfiles without symlinks or installer scripts. [This]: https://www.atlassian.com/git/tutorials/dotfiles
Re: Unofficial guide to dotfiles on GitHub
#25[1]: https://github.com/nix-community/home-manager [2]: https://code.visualstudio.com/docs/remote/containers#_person...
Re: Unofficial guide to dotfiles on GitHub
#26after trying a few different ways i've settled on chezmoi which they also mention on their utilites page. it supports quite a lot of things that many other solutions miss like templates so that you can use the same repo across different operating systems and being able to run scripts just once, in order and so on. It's somewhat involved to set up but now across windows/linux/macos my entire setup is literally just a…
Re: Unofficial guide to dotfiles on GitHub
#27after trying a few different ways i've settled on chezmoi which they also mention on their utilites page. it supports quite a lot of things that many other solutions miss like templates so that you can use the same repo across different operating systems and being able to run scripts just once, in order and so on. It's somewhat involved to set up but now across windows/linux/macos my entire setup is literally just a…
Re: Unofficial guide to dotfiles on GitHub
#28Re: Unofficial guide to dotfiles on GitHub
#29I have my home directory as a git repo: works great, simple, no symlinking
I keep a second copy repo on a thumb drive so I can start my home directory on an offline computer.