Skip to content

Instantly share code, notes, and snippets.

@abracu
Last active May 12, 2017 03:16
Show Gist options
  • Save abracu/e54895e64733b3a28f9f6e9ee4dacace to your computer and use it in GitHub Desktop.
Save abracu/e54895e64733b3a28f9f6e9ee4dacace to your computer and use it in GitHub Desktop.
Hacer que la MAC Hable
-> say loque quieras que diga
Juegos Clasicos
ls /usr/share/emacs/22.1 /lisp/play
emacs
Presionamos (ESC) x y el nombre del juego que quieras
NOta: Para saber tu emacs escribe este codigo en la terminal cd /usr/share/emacs/ presionas enter, despues escribe ls
OCULTAR ICONOS
defaults write com.apple.finder CreateDesktop false; killall Finder
APARECER ICONOS
defaults write com.apple.finder CreateDesktop true; killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment