Newer
Older
Import / environment / setup-xcode-key-bindings.sh
@John John on 29 Dec 2020 541 bytes bulk import from macbookpro checkouts
#!/bin/bash

#
# Based on keybindings from here but essentially re-defined to exactly what I wanted
#
# curl -s http://www.codedojo.com/files/MSVC_xcode_config.zip -o MSVC_xcode_config.zip
# unzip MSVC_xcode_config.zip
# rm MSVC_xcode_config.zip
# mkdir -p ~/Library/Developer/Xcode/UserData/KeyBindings
# mv MSVC.pbxkeys ~/Library/Developer/Xcode/UserData/KeyBindings/MSVC.idekeybindings
#

mkdir -p ~/Library/Developer/Xcode/UserData/KeyBindings
cp MSVC.idekeybindings ~/Library/Developer/Xcode/UserData/KeyBindings/MSVC.idekeybindings