Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.04 KB

File metadata and controls

44 lines (31 loc) · 1.04 KB

My public (mac-)dotfiles

rcm

Clone public and private repo:

git clone git@github.com:bin101/dotfiles.git ~/.dotfiles
git clone git@github.com:bin101/dotfiles-private.git ~/.dotfiles-private

Install rcm:

brew install rcm

Init rcm:

~/.dotfiles/setup-rcm.bash && rcup -v

base

use install.sh

setup gpg

gpg --card-edit
fetch
quit

gpg --edit-key 0x17BB8BEAE9FF3DE6
trust
5

Keyboard layout

Install keyboard layout and terminal profile (see custom folder)

sudo cp custom/us_international_wo_deadkeys.keylayout /Library/Keyboard\ Layouts/.
relogin
  1. Change the current input source to your custom keyboard layout.
  2. Open ~/Library/Preferences/com.apple.HIToolbox.plist. You can convert the plist to XML with plutil -convert xml1 ~/Library/Preferences/com.apple.HIToolbox.plist
  3. Remove the input source or input sources you want to disable from the AppleEnabledInputSources dictionary. If there is an AppleDefaultAsciiInputSource key, remove it.
  4. Restart.

misc