├── .gitignore ├── .mailmap ├── COPYING ├── README ├── README.rst └── dotfiles.sh /.gitignore: -------------------------------------------------------------------------------- 1 | patched-src 2 | local-patch 3 | updated.* 4 | -------------------------------------------------------------------------------- /.mailmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wking/dotfiles-framework/HEAD/.mailmap -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wking/dotfiles-framework/HEAD/COPYING -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wking/dotfiles-framework/HEAD/README -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- 1 | README -------------------------------------------------------------------------------- /dotfiles.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wking/dotfiles-framework/HEAD/dotfiles.sh --------------------------------------------------------------------------------