8000 GitHub - schpet/dotfiles: garbage to help me computer
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

schpet/dotfiles

Repository files navigation

peter's dotfiles

install

./install.sh

mac setup

keybindings

symlinks do not work for DefaultKeyBinding.dict

# copy over keybindings (symlinks do not work)
mkdir -p ~/Library/KeyBindings
cp Library/KeyBindings/DefaultKeyBinding.dict ~/Library/KeyBindings/

# or do this with diffwrite
diffwrite ~/Library/KeyBindings/DefaultKeyBinding.dict < Library/KeyBindings/DefaultKeyBinding.dict

# setup the kill ring
defaults write -g NSTextKillRingSize -int 6

faster key repeat

defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false
defaults write NSGlobalDomain KeyRepeat -int 1
defaults write NSGlobalDomain InitialKeyRepeat -int 20

note: you need to logout and log back in after setting this.

keyboard

System settings Keyboard Keyboard shortcuts... Input sources > uncheck them if they are checked

mono fonts

port 5000

turn off airplay receiver in System Settings > General > AirDrop & Handoff > AirPlay Receiver

turn off click desktop

defaults write com.apple.WindowManager EnableStandardClickToShowDesktop -bool false
killall WindowManager

About

garbage to help me computer

Resources

Stars

Watchers

Forks

Packages

No packages published
0