Here are my dotfiles.
- Global gitignore file would nice to have.
- Need to have a gpg.conf file that adheres to the best practices.
- Have a separate subkey for signing, primary for certifying, and key
for encrypting personal data.
- These are modifications for emulating the behavior I am use to for
mac.
- Here are some tips from the guy who bundles the Emacs.app
- Going to try setting the envirionment.plist to mirror the settings
in my existing environmental variables. Found out this is
deprecated or a bug in Yosemite.
- This may actually be better than omz provided I don’t lose any of
the plugins I really want.
Idempotent initialization of the dotfiles.
- Need to make osx more like linux.
brew tap homebrew/dupes
brew install findutils --with-default-names
brew install gnu-sed --with-default-names
brew install gnu-tar --with-default-names
brew install gnu-which --with-default-names
brew install gnutls --with-default-names
brew install grep --with-default-names
brew install coreutils
brew install binutils
brew install diffutils
brew install gzip
brew install watch
brew install tmux
brew install wget
brew install nmap
brew install gpg
brew install htop