Personal Linux/macOS dot file dumpster.
  • Shell 49.9%
  • Vim Script 49.5%
  • AppleScript 0.6%
Find a file
2022-07-01 07:21:38 +02:00
.gnupg add GnuPG config 2017-04-20 23:28:58 +02:00
.vim add vundle stuff 2022-07-01 07:11:38 +02:00
bin add macOS screen rearrange script 2022-02-10 07:43:42 +01:00
Library/Application Support/Code/User add a ruler for 120-char width 2019-03-11 14:08:22 +01:00
.bash_aliases grep: ignore errors 2019-06-17 09:33:56 +02:00
.bash_profile add .bash_profile, add virtualenv 2018-10-02 15:42:30 +02:00
.bashrc_append_this declutter .bashrc append file 2022-02-10 07:43:19 +01:00
.bashrc_local add vundle stuff 2022-07-01 07:11:38 +02:00
.gitconfig gitconfig raise post buffer 2022-02-10 07:44:50 +01:00
.gitignore add gitignore 2018-08-22 22:57:46 +02:00
.gitmodules added jedi-vim 2014-01-21 22:38:12 +01:00
.htoprc added .htoprc 2013-05-17 17:21:37 +02:00
.muttrc personalized muttrc 2014-01-21 21:36:26 +01:00
.toprc added config for top 2011-09-04 12:33:25 +02:00
.vimrc .vimrc: also highlight NOTE, HACK, IDEA etc. in comments 2022-07-01 07:10:59 +02:00
.vimrc.orig use Vundle for vim bundles 2018-08-28 00:22:58 +02:00
.Xdefaults changes 2013-05-01 13:18:23 +02:00
brew.txt update brew pkg list 2022-07-01 07:21:38 +02:00
macos_timemachine_exclude.png add exclude template for macOS time machine 2018-11-12 14:04:04 +01:00
README.md macOS changes 2021-05-04 08:38:35 +02:00

OSX

Software to make it behave like a real OS

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

Fully disable TouchID

bioutil -w -s -u 0
bioutil -w -s -f 0