Skip to content

prabirshrestha/dotfiles

Repository files navigation

prabir does dotfiles

dotfiles

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.

installation

ArchLinux

paru -Sy --noconfirm dotter-rs-bin git

Mac

bash <(curl -s https://raw.githubusercontent.com/prabirshrestha/dotfiles/main/install)

or

./install

Windows

scoop install dotter

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.

Thanks

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.