Difference between revisions of "Setting up a Macintosh"

From Simson Garfinkel
Jump to navigationJump to search
m
m
Line 23: Line 23:
## [http://sourceforge.net/projects/ext2fsx/ Ext2FS for MacOS]
## [http://sourceforge.net/projects/ext2fsx/ Ext2FS for MacOS]
## A GUI EMACS [http://aquamacs.org/ Aquamacs], [http://members.shaw.ca/akochoi-emacs/ Emacs 21 for MacOS] , or [http://emacs-app.sf.net/ Emacs.app]
## A GUI EMACS [http://aquamacs.org/ Aquamacs], [http://members.shaw.ca/akochoi-emacs/ Emacs 21 for MacOS] , or [http://emacs-app.sf.net/ Emacs.app]
## [http://iterm.sourceforge.net/ iTerm], a much better terminal.
# LaTeX - Install this software  (http://guides.macrumors.com/Installing_LaTeX_on_a_Mac for more info)
# LaTeX - Install this software  (http://guides.macrumors.com/Installing_LaTeX_on_a_Mac for more info)
## [http://www.tug.org/mactex/ MacTeX]
## [http://www.tug.org/mactex/ MacTeX]
## [http://pierre.chachatelier.fr/latexit/latexit-home.php?lang=en LaTeXIt] --- LaTeX editor with Services support.
## [http://pierre.chachatelier.fr/latexit/latexit-home.php?lang=en LaTeXIt] --- LaTeX editor with Services support.
## [http://www.xm1math.net/texmaker/download.html TeXMaker]
## [http://www.xm1math.net/texmaker/download.html TeXMaker]
## [http://www.tacosw.com Latexian], a real-time LaTeX editor.
# GUI Tweaking:
# GUI Tweaking:
## Drag the Terminal, Console, and Activity Monitor applications from <tt>/Applications/Utilities</tt> into the Dock.
## Drag the Terminal, Console, and Activity Monitor applications from <tt>/Applications/Utilities</tt> into the Dock.

Revision as of 14:28, 29 September 2011

My strategy for setting up a new Mac:

  1. Wipe the disk and install OS.
  2. Download and install Apple Developer tools.
  3. Consider purchasing and using these Apple Apps:
    1. iLife
    2. iWork
    3. When you have installed them, be sure to run Apple Update.
  4. Download and install the following commercial apps (many of them are free; others are licensed):
    1. Norton Anti-Virus (recommended by DoD)
    2. Microsoft Office
    3. Microsoft Silverlight
    4. SuperDuper!, an easy-to-use backup system for the Mac which makes bootable drives.
    5. OmniGraffle
    6. PDF Pen
    7. Tuxera NTFS for mac
    8. XMarks for Safari
    9. LastPass or 1Password for Password management and synchronization.
    10. [https://www.dropbox.com/ DropBox if you don't want to use Mobile Me (or if you want to share files with your Android phone.)
  5. Download and install the following open source software:
    1. MacPorts
    2. Adium
    3. Ext2FS for MacOS
    4. A GUI EMACS Aquamacs, Emacs 21 for MacOS , or Emacs.app
    5. iTerm, a much better terminal.
  6. LaTeX - Install this software (http://guides.macrumors.com/Installing_LaTeX_on_a_Mac for more info)
    1. MacTeX
    2. LaTeXIt --- LaTeX editor with Services support.
    3. TeXMaker
    4. Latexian, a real-time LaTeX editor.
  7. GUI Tweaking:
    1. Drag the Terminal, Console, and Activity Monitor applications from /Applications/Utilities into the Dock.
    2. Put the Dock on the right side of the screen (it was designed for use on the right side of the screen and takes up less screen real estate there.)
    3. Go to Preferences/Keyboard and make the CAPSLOCK key a control key.
  8. Go to the Terminal and type the following:
    1. sudo port selfupdate
    2. sudo port install unison ispell aspell aspell-dict-en hunspell-dict-en_US wget
    3. sudo port install python27 python_select py27-matplotlib py27-scipy py27-ipython
    4. sudo python_select python27

Developer Tools