A slowly-expanding collection of my dotfiles
In systems with greetd or Sxmo naming my profile '.profile' conflicts with existing environment config filenames, often badly enough to arrest the entire GUI bringup sequence. To circumvent this, I'm naming my per-user shell profile '.bash_profile' instead. This compromise should work on all tested environments since I only support the Bash shell for my dotties (patches welcome for others). |
||
|---|---|---|
| .aliases | ||
| .config | ||
| .profile.d | ||
| .sway | ||
| Apple_Terminal | ||
| x-crap | ||
| .bashrc | ||
| .bashrc.freebsd | ||
| .bashrc.mac | ||
| .gitignore | ||
| .inputrc | ||
| .profile | ||
| .profile.freebsd | ||
| .profile.linux | ||
| .profile.mac | ||
| .vimrc | ||
| GNUmakefile | ||
| LICENSE | ||
| README.md | ||
DOTTIES
This is my personal dotfiles repository. Welcome!
Installing
GNU/Linux and MinGW64/Msys2/Clang64
Install my dot files with:
$ make install
BSD and Mac
Make sure you have the GNU Coreutils (for ginstall) and GNU Make (gmake)
installed from your ports tree. On MacPorts and FreeBSD these are provided with
the coreutils and gmake ports/packages, respectively.
Once you've GNU-ified your system, you can install my dotties with:
$ gmake install