Skip to content

Latest commit

 

History

History
75 lines (74 loc) · 2.19 KB

File metadata and controls

75 lines (74 loc) · 2.19 KB

Dotfiles

Here are my dotfiles.

Git

  • Global gitignore file would nice to have.

GPG

  • 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.

Mac

  • 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.

[#C] Pretzo

  • This may actually be better than omz provided I don’t lose any of the plugins I really want.

Initialization

Idempotent initialization of the dotfiles.

osx

coreutils

  • 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