dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

OS X dotfiles: bash, git, vim, etc.

Results 18 dotfiles issues
Sort by recently updated
recently updated
newest added

Not a issue, maybe a "feature request", but I modified your .bash_prompt like so: ```bash # Check for unstaged changes. if ! $(git diff-files --quiet --ignore-submodules --); then s+="${red}!"; fi;...

The [homebrew-dupes](https://github.com/Homebrew/homebrew-dupes) repo has been deprecated, and it's causing the line below to produce an error. https://github.com/necolas/dotfiles/blob/986157a70a595fdbee540f06a491a68b339a9b00/lib/brew#L57 ``` curl: (22) The requested URL returned error: 404 Not Found Error: Failure...

Hi, is it possible to do script for this settings? i search hard bud cant find # "Finder: items in the sidebar" show Mac hide iCloud/recents defaults write com.apple.finder ShowRecentTags...

My editor was wrapping lines incorrectly before this change. Hope this helps!

`\[` and `\]` means: > everything between these escaped square brackets, including the brackets themselves, is a non-printing character. Line 132 and line 134 where `userStyle` and `hostStyle` are used...

I tend to use vim's fuzzy matching as ctrlp is slow and doesn't support scala yet. original repo is not maintained, new fork is here: https://github.com/ctrlpvim/ctrlp.vim

- Create a script to check if xCode is installed; if so inform the user, if not run automated install script of xCode CLI tools - Create a recursive script...