Skip to content

Instantly share code, notes, and snippets.

@dragonken
Created August 19, 2016 19:11
Show Gist options
  • Save dragonken/98859a6c91318bc8cc875ecf46cc986b to your computer and use it in GitHub Desktop.
Save dragonken/98859a6c91318bc8cc875ecf46cc986b to your computer and use it in GitHub Desktop.
Mac Finder hide hidden FIles
#!/bin/bash
#Finder show hidden
defaults write com.apple.finder AppleShowAllFiles true
killall Finder
#Fast Keyboard
defaults write NSGlobalDomain KeyRepeat -int 1
defaults read NSGlobalDomain KeyRepeat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment