Personal Linux/macOS dot file dumpster.
|
1 month ago | |
---|---|---|
.gnupg | 6 years ago | |
.vim | 2 months ago | |
Library | 4 years ago | |
bin | 1 year ago | |
.Xdefaults | 10 years ago | |
.bash_aliases | 4 years ago | |
.bash_profile | 4 years ago | |
.bashrc_append_this | 2 months ago | |
.bashrc_local | 2 months ago | |
.gitconfig | 2 months ago | |
.gitignore | 1 month ago | |
.gitmodules | 9 years ago | |
.htoprc | 10 years ago | |
.muttrc | 9 years ago | |
.toprc | 11 years ago | |
.vimrc | 11 months ago | |
.vimrc.orig | 4 years ago | |
README.md | 1 month ago | |
brew.txt | 2 months ago | |
macos_timemachine_exclude.png | 4 years ago |
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
.
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