dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

:wrench: .files, including ~/.macos — sensible hacker defaults for macOS

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

This sets vim to save the cursor position on close/write and restores it on re-opening. - The set viminfo part is to unify and explicitly declare the .viminfo file (~/.viminfo...

Removed \* to indicate change, replaced by the following colours: Green: Working copy is clean. Yellow: Changes have been added, and need to be committed. Red/Magenta: Changed have been made,...

Duplicate, original closed itself: :worried: PR https://github.com/mathiasbynens/dotfiles/pull/143 BTW: if you want to use git outside of your prompt, you can [just source the functions provided by git itself](https://github.com/git/git/blob/master/Documentation/git-sh-setup.txt) Here the...

Removes user list, power off, and reboot buttons from login window.

Previously, if bootstrap.sh had been changed in the origin repo, the syncing would continue using the old bootstrap.sh. This can cause problems such as the following: Say you have added...

parse_git_dirty wasn't always working for me, this seemed to make the call more consistent.

Might not be desired, but I don't want to copy the dotfiles, I want to link them. This was mainly a hack for me and a bunch of friends who...

I get an error from each call to `systemsetup`: ``` 2014-02-11 16:56:11.875 systemsetup[43070:1403] ### authenticateUsingAuthorizationSync error:Error Domain=com.apple.systemadministration.authorization Code=-60007 "The operation couldn’t be completed. (com.apple.systemadministration.authorization error -60007.)" ``` Running them as...

As of Mac OS X Lion 10.7, Terminal supports “bracketed paste mode,” which enables the terminal emulator to tell the program connected to the tty when the user pastes text,...

Thanks for this great repository! To make this more copy-paste friendly, this also makes the patterns a little more flexible and excludes vi temporary files.