Skip to content

Instantly share code, notes, and snippets.

@epcim
Last active November 5, 2018 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save epcim/17d942dbf57abbe8b21c921b7aeac743 to your computer and use it in GitHub Desktop.
Save epcim/17d942dbf57abbe8b21c921b7aeac743 to your computer and use it in GitHub Desktop.
apfs osx apple customization behaviour diskutil config keyboard
diskutil apfs addVolume disk1 APFS Steam
ln -s /Volumes/Steam ~/Library/Application\ Support/Steam
# 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