dotfiles

Cross platform dotfiles for linux, mac and windows
git clone git@getsh.org:dotfiles.git
Log | Files | Refs

hard.sh (326B)


      1 #!/bin/sh
      2 # TODO Use a general script to shadow copy all
      3 cp $XDG_ROOT/.config/mac/.cache/alacritty_unstaged.yml $XDG_ROOT/.cache/alacritty_unstaged.yml
      4 
      5 # map caps lock to esc
      6 hidutil property --set '{"UserKeyMapping":[
      7 {
      8 	  "HIDKeyboardModifierMappingSrc": 0x700000039,
      9 	  "HIDKeyboardModifierMappingDst": 0x700000029
     10 	}
     11 ]}'