Your dotfiles are how you personalize your system. These are mine. The very prejudiced mix: OS X, Linux, Windows, zsh, Bash, git, homebrew, vim. If you match up along most of those lines, you may dig my dotfiles.
If you're interested in the philosophy behind why projects like these are awesome, you might want to read Zach Holman's post on the subject.
paru -Sy --noconfirm dotter-rs-bin git
brew install rustup
rustup-init
cargo install dotter
scoop install dotter
git clone --recurse-submodules https://github.com/prabirshrestha/dotfiles.git ~/.dotfiles
cd ~/.dotter && ./configure
This will clone the repo and symlink the appropriate files in .dotfiles
to your
home directory. Everything is configured and tweaked within ~/.dotter
,
though.
Fork of Holman's dotfiles which has been supported to work on all 3 major OS - Mac OSX, Linux and Windows and of coure my own customizations.
Dotter tool to help with dotfiles automation.