These are my Windows dotfiles. There won't be many of them, but syncing them and version-tracking them can't hurt.
This configuration comes from a tutorial from Atlassian.
The Scripts
folder contains little scripts for repetitive tasks that I found
myself doing often. Since I don't have a whole organizational structure or
anything like that, and some scripts may end up being whole programs or may
require folders, this folder is not on my PATH
. Instead, each script is
given an alias or function in .bashrc
.
To set up, run this on a new system (before creating conflicting files, like a
.gitconfig
):
$ git clone [URL] --bare $HOME/.dots
$ git --git-dir=$HOME/.dots/ --work-tree=$HOME checkout
Cloning this repo will bring the .bashrc
with it, thereby adding the dots
alias automatically.