Last active
May 12, 2017 03:16
-
-
Save abracu/e54895e64733b3a28f9f6e9ee4dacace to your computer and use it in GitHub Desktop.
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
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