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

Hi Mathias, I added capability for the `ls` command to utilize the Solarized color scheme, like the rest of your repo. Let me know what you think. File: .aliases For...

I added two shorthand functions: ``` # Get information about an IP (ASN number, owner, etc.). Works with domains, too. # It simply looks up the IP at spameatingmonkey.net over...

This adds a clever, unix-y alias to change a user's Homebrew files back to the correct user and group. ``` bash alias fixbrew='chown -R `whoami`:admin $(brew --prefix)' ```

based on the output of `git status` e.g. > "Your branch is behind 'origin/master' by 19 commits [...]"

/usr/local/bin/foo.py -> Ctrl+b -> /usr/local/bin/

json function needs pygmentize some other tools depend on java

Man with colors! ![man](https://cloud.githubusercontent.com/assets/13461702/14789529/ad8765d0-0b15-11e6-803d-65fbe1b677ed.png)

The image browser feh has some not nice defaults. Now it will open the images to fit the screen if they have resolution bigger than the monitor. It will also...

`brew.sh` will install `coreutils`, but doesn't configure `.bash_profile` to enable access to their `man` pages. This is fixed with defining `$MANPATH` and exporting it.