dotfiles¶
tylernguyen/dotfiles ¶
I intentionally keep my dotfiles bare and basic. Its sole purpose is to intialize my CLI, secrets, and SSH workflow. Other application settings are backed up separately.
Projects live under ~/src/, organized by the SSH key they are associated with.
~/
├─ src/
│ ├─ tylernguyen@GitHub/
│ │ ├─ wiki/
│ │ ├─ pymdownx-mahjong/
│ │ ├─ ...
│ ├─ tylernguyen.codes/
│ ├─ ...
├─ .gitconfig
├─ .tylernguyen@GitHub.gitconfig
├─ .tylernguyen.codes.gitconfig
├─ ...
Package Managers¶
Note
On Windows, portable executables are placed in %userprofile%/bin. Include this in PATH.