• by EdwardMSmith on 11/4/2014, 5:57:07 PM

    Set up two different accounts and log out/in between them.

    Set the various programs you need to start automatically (from dock, options -> open on login)

    Fast user switching: http://webcache.googleusercontent.com/search?q=cache:6BNJS4W...

  • by 0942v8653 on 11/4/2014, 7:13:43 PM

        $ fun=( 'Preview' 'QuickTime Player' )
        $ work=( 'Terminal' )
        $ for i in "${fun[@]}"; do osascript -e "tell app \"$i\" to quit"; done
        $ for i in "${work[@]}"; do open -a "$i"; done

  • by adam419 on 11/4/2014, 5:34:56 PM

    If it's a Mac create a separate desktop instance, one work related the other personal.