Top "Dotfiles" questions

A dot-file is generally any file whose name begins with a full stop.

Regex to catch all files but those starting with "."

In a directory with mixed content such as: .afile .anotherfile bfile.file bnotherfile.file .afolder/ .anotherfolder/ bfolder/ bnotherfolder/ How would …

regex dotfiles
Is there a guideline for Unix config files

Most config files are ini files (format: name=value\n). Is there any documentation or an article/guideline on this …

linux unix dotfiles config-files
Can I change the input color of my Bash prompt to something different than the terminal default?

My default terminal color is gray, and that's fine. My Bash prompt displays a bunch of colors, and this works …

linux bash unix dotfiles
How to maintain (mostly) parallel branches with only a few difference

Scenario: I'm trying to get my unix dot-files under git. I have to work between (at least) the cygwin environment …

git dotfiles
Bash find, exclude parent?

I have a folder with some dotfiles I would like to make symlinks for. I cannot see an easy way …

bash find dotfiles
What is a proper way to pass a parameter to Set-Alias in powershell?

A little background: I use PowerShell on windows xp at work and I set a bunch of useful shortcuts in …

powershell alias dotfiles