Skip to content

pmccarren/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

git clone https://github.com/pmccarren/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
make

# If on MacOS, run the following in addition
stow macos

Fixup Remote Root Prompt

echo 'Defaults:%sudo env_keep += "SSH_CLIENT SSH_TTY SSH_CONNECTION"' >> /etc/sudoers

OS X Yosemite DNS Search Domain Fix

In Yosemite, Apple has moved away from mDNSresponder, to discoveryd. This tweak might look familiar. Many thanks to the guys who answered http://apple.stackexchange.com/a/157017

Add `--AlwaysAppendSearchDomains` to `ProgramArguments` in `/System/Library/LaunchDaemons/com.apple.discoveryd.plist`
sudo launchctl unload /System/Library/LaunchDaemons/com.apple.discoveryd.plist
sudo launchctl load /System/Library/LaunchDaemons/com.apple.discoveryd.plist

About

My personal dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published