Personal Linux/macOS dot file dumpster.
Find a file
2025-08-25 15:05:03 +02:00
.config feat(alacritty): reintroduce Vi mode, set custom colors for it 2025-08-25 15:05:03 +02:00
.gnupg add GnuPG config 2017-04-20 23:28:58 +02:00
.vim update many things 2023-03-30 22:41:18 +02:00
bin feat(alacritty): use rose-pine for night too, avoid accidental quit, partially 2024-10-28 11:48:10 +01:00
Library/Application Support/VSCodium/User feat: VSCodium>VSCode 2025-07-02 10:16:59 +02:00
.bash_aliases neovim alias for vim, http/2 and main default branch for git 2024-01-15 12:57:43 +01:00
.bash_profile add .bash_profile, add virtualenv 2018-10-02 15:42:30 +02:00
.bashrc_append_this update many things 2023-03-30 22:41:18 +02:00
.bashrc_local update many things 2023-03-30 22:41:18 +02:00
.gitignore feat: ghostty shaders to gitignore 2025-02-17 10:24:32 +01:00
.gitmodules added jedi-vim 2014-01-21 22:38:12 +01:00
.htoprc added .htoprc 2013-05-17 17:21:37 +02:00
.psqlrc feat: add .psqlrc 2025-02-20 11:08:39 +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
.Xdefaults changes 2013-05-01 13:18:23 +02:00
brew.txt feat: brew (almost) spring cleaning 2025-02-24 14:48:38 +01:00
macos_timemachine_exclude.png add exclude template for macOS time machine 2018-11-12 14:04:04 +01:00
README.md docs: link to "good software" blog post 2025-02-05 09:03:26 +01:00

Dot files

A collection of dotfiles I used or once used.

Neovim

Maintained in a separate repo.

macOS

This README also kind of documents my macOS "setup".

Essential macOS software

See this blog post

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 (not recommended).

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
defaults write ~/Library/Preferences/com.apple.coreservices.useractivityd.plist ClipboardSharingEnabled 1
# Allow to drag windows with <ctrl>+<cmd>
defaults write -g NSWindowShouldDragOnGesture -bool true
defaults write -g NSAutomaticWindowAnimationsEnabled -bool false

# Then reload the GUI
killall SystemUIServer

Reduce menubar whitespace so more symbols go besides the notch

Allows values between 0-6. Needs a logout afterwards

defaults -currentHost write -globalDomain NSStatusItemSelectionPadding -int 6
defaults -currentHost write -globalDomain NSStatusItemSpacing -int 6

Please don't upload to GitHub