Personal Linux/macOS dot file dumpster.

Oliver Ladner cbcd9c18f0 update README 1 month ago
.gnupg cac7ec4927 add GnuPG config 6 years ago
.vim e35f0afc4e update many things 2 months ago
Library 436ff4e680 add a ruler for 120-char width 4 years ago
bin 4c45b48283 add macOS screen rearrange script 1 year ago
.Xdefaults 14043be515 changes 10 years ago
.bash_aliases ee37847ef8 grep: ignore errors 4 years ago
.bash_profile 0d8ade2e6e add .bash_profile, add virtualenv 4 years ago
.bashrc_append_this e35f0afc4e update many things 2 months ago
.bashrc_local e35f0afc4e update many things 2 months ago
.gitconfig e35f0afc4e update many things 2 months ago
.gitignore cbcd9c18f0 update README 1 month ago
.gitmodules 0bf8ccdf04 added jedi-vim 9 years ago
.htoprc 206bac0fa3 added .htoprc 10 years ago
.muttrc 16e6d04fc2 personalized muttrc 9 years ago
.toprc 11e94a838d added config for top 11 years ago
.vimrc 59950d06e6 .vimrc: also highlight NOTE, HACK, IDEA etc. in comments 11 months ago
.vimrc.orig 29797120ca use Vundle for vim bundles 4 years ago
README.md cbcd9c18f0 update README 1 month ago
brew.txt e35f0afc4e update many things 2 months ago
macos_timemachine_exclude.png cf5936fc91 add exclude template for macOS time machine 4 years ago

README.md

macOS

Software to make it behave like a real OS

Work related software

brew installed packages

List is stored in brew.txt. Compile list with brew list -1 > brew.txt, then on a new machine, install it with xargs brew install < brew.txt.

CLI settings

defaults write -g InitialKeyRepeat -int 12
defaults write -g KeyRepeat -int 1
defaults write com.apple.screencapture location ~/screenshots/
defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true
defaults write com.apple.desktopservices DSDontWriteUSBStores -bool true

# Then reload the GUI
killall SystemUIServer