Eric N. Vander Weele's dotfiles.
Feel free to look around and take what inspires you!
-
Clone repository.
git clone https://github.com/ericvw/dotfiles.git ~/.dotfiles
-
Symlink dotfiles to home directory.
stow fish stow neovim # ...
-
Spawn new terminal session and enjoy!
Apache License, Version 2.0. See license text in LICENSE.
Q : What dotfile manager have people had success with? Ideally looking for something that supports macOS, managed Linux and VS Code (for DevX Spaces).
A : I use GNU Stow (https://www.gnu.org/software/stow/), and I have a dotfiles repository that I clone to ~/.dotfiles. I then cd ~/.dotfiles and stow .
I manage my dotfiles at https://github.com/ericvw/dotfiles 10, and my initialization files source .local for machine-specific configuration that pertains to that environment. The README.md has more detailed installation and usage instructions. Feel free to check out my UNIX ~evander home directory and how I use .*.local files.
Ref : https://discourse.dev.bloomberg.com/t/what-dotfile-manager-do-people-use/14864