Last active
November 5, 2018 13:02
-
-
Save epcim/17d942dbf57abbe8b21c921b7aeac743 to your computer and use it in GitHub Desktop.
apfs osx apple customization behaviour diskutil config keyboard
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diskutil apfs addVolume disk1 APFS Steam | |
ln -s /Volumes/Steam ~/Library/Application\ Support/Steam |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# enable key repeat (required in vscode for example with vim mode) | |
defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false | |
# https://github.com/aioutecism/amVim-for-VSCode/issues/93 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment