Skip to main content

Questions tagged [dotfiles]

The tag has no usage guidance.

91 votes
5 answers
9k views

Windows Unable to Delete ._. File

I currently have a file on the root of my external hard drive simply named ._., which I am guessing was added to my hard drive after using it on my MacBook a while ago. I'm trying to delete this file ...
Mike Koch's user avatar
  • 1,421
66 votes
8 answers
27k views

How can I make "ls" show dotfiles first?

Somewhere along the way I screwed up my ls command and now I get this ordering when running $ ls -AhHl --color=auto -rwxr-xr-x 1 clang clang 640 Mar 1 02:46 apple-touch-icon-precomposed.png -rwxr-...
clang1234's user avatar
  • 887
29 votes
3 answers
13k views

Hide dotfiles in Windows

Is there a way to have Windows automatically hide any file that is dot prefixed (e.g. ".svn"), as it's done in Linux?
mgbowen's user avatar
  • 393
10 votes
2 answers
2k views

Can I keep . and .. out of .* expansion?

I often find it annoying (or worse) when I type command .* in bash and the command applies to the parent directory and current directory. Is there some shell option or other configuration I can ...
David Z's user avatar
  • 6,765
10 votes
4 answers
3k views

Strategy to maintain dotfiles for different OSs (i.e. osx and ubuntu)

I use a Git repository to maintain my dotfiles (vimrc, zshrc, tmux.conf, etc.). As I've two different operating systems (OSX at home and Ubuntu at work) I've dedicated a branch for each system. This ...
don ali's user avatar
  • 103
8 votes
2 answers
6k views

Source other configuration file in gpg.conf

Is there any way to source a secondary configuration file inside the usual gpg.conf? I'd like to share a set of common configuration options across different workstations but I also need several ...
languitar's user avatar
  • 211
8 votes
1 answer
779 views

change mutt indicator color when hovering a new message

I want to change the color of the text when hovering a new message in mutts index. Right now I have color indicator color111 color236 #indicator line and color index color082 color237 ~N # ...
winchendonsprings's user avatar
7 votes
2 answers
3k views

What is the difference between .zshrc and .zshrc-e

I've recently switched to using zsh instead of bash and I installed both zsh and oh-my-zsh. while messing with my configuration I noticed that there is a file named ".zshrc-e" in addition to the ...
davey555's user avatar
  • 173
6 votes
1 answer
2k views

zsh - differentiate between source ~/.zshrc and shell initially reading .zshrc

Is there a command or environment variable that I can test for in my ~/.zshrc that that would differentiate between when I run source ~/.zshrc to update my configuration and when the shell reads ~/....
erwin's user avatar
  • 194
6 votes
0 answers
3k views

GNU stow. Only symlink files, not directories

I'd like to manage my dotfiles with a Git repository and stow. Here is my current repository that includes the files/directories I'd like to stow and a Makefile with the command I'm using make stow. ...
Adam's user avatar
  • 161
5 votes
2 answers
8k views

Is a single dot a valid filename in Windows?

A dot (.) can be part of a file or directory name including the first and last position. On UNIX a single dot in a path refers to the current directory and can thus always be resolved to a directory ...
Kalle Richter's user avatar
5 votes
1 answer
2k views

How to increase the font size of the command line in vimperator / pentadactyl?

What to I insert into my .vimperatorrc to make the font size of the command line bigger?
The Unfun Cat's user avatar
5 votes
1 answer
5k views

BitTorrent Sync - Exclude All Specific Subfolders

I want to sync up my dev folder including various project folders, each having node_modules folder inside. I would like to exclude all node_modules subfolders. Here is an example of my file structure:...
Pavel Binar's user avatar
5 votes
1 answer
2k views

How can have Mutt scroll inbox line by line rather than page by page?

Is there a setting for .muttrc that I cannot find that will enable this? I'm sure this ssort of thing goes against mutt purists but I bet it can be done. Bonus question: How can I enlarge the space(...
winchendonsprings's user avatar
5 votes
1 answer
821 views

How to store confidential info whilst using dot files framework

I'm trying to come up with a strategy to store my dotfiles in Git. So far, I've create a dotfiles repo on GitHub and I've thrown together an install script which simply clones the repo, then symlinks ...
JoeNyland's user avatar
  • 286

15 30 50 per page
1
2 3 4 5