Mac: mudanças entre as edições

De Pontão Nós Digitais
Ir para navegaçãoIr para pesquisar
Linha 14: Linha 14:
* Learn the trackpad gestures. They're useful. Activate the four finger gesture for exposee
* Learn the trackpad gestures. They're useful. Activate the four finger gesture for exposee
* Turn off stupid autocorrection
* Turn off stupid autocorrection
* Vim
** install macvim if you want to have something like vim; otherwise its already in the system


=== Java ===
=== Java ===

Edição das 00h43min de 12 de abril de 2013

We provide information on how to run free software and general free software development on Mac OS X. Our instructions are not exactly radically about pure "free" software, but focus on advanced usage and software development that may be useful for creating free software.

This information may not be optimal or well-automated as the current contributor to this article is not very much experienced with Mac OS X.

Configuring Mac OS X for development

  • I didn't use a package manager at first and installed the following by going directly to the websites
    • Firefox
    • Git
    • Google voice plugin
  • Install an IRC client from the app store
  • Install XCode from the app store
  • Change capslock to control key in system preferences -> keyboard ->
  • Learn the trackpad gestures. They're useful. Activate the four finger gesture for exposee
  • Turn off stupid autocorrection
  • Vim
    • install macvim if you want to have something like vim; otherwise its already in the system

Java

  • The maven build system already comes in Mac OS X mountain lion
  • I installed JDK by typing java in google and clicking on the oracle website. If you need java 6 then you need to logon to developer.apple.com and get it there.

Installing Linux on a Mac

There are two options, running Linux on top Mac OS X using VMware (which is reportedly more polished than other alternatives), or installing linux natively.

Macbook pro early 2013

I will here report my experience on installing linux on a early 2013 macbook pro.

Links

See Also

Configuring Ubuntu for Programming