Skip to content

Instantly share code, notes, and snippets.

Install web development tools to Mavericks (OS X 10.9)

Strongly opinionated set of guides to quickly setup OS X Mavericks for web development. By default OS X hides stuff that normal people don't need to see. These settings are better defaults for developers.

I don't want: any sounds, annoying confirmation dialogs, hidden extensions, superflous animations, unnecessary things running like Dashboard, Notification center or Dock(Alfred/spotlight works better for me).

These are my opinions. Read this document through and pick up the good parts to your preferences.

System preferences

@briandela
briandela / AsyncAsserts.cs
Created October 16, 2012 06:14
Async Asserts use with Microsoft.VisualStudio.TestPlatform.UnitTestFramework
using System;
using System.Globalization;
using System.Runtime.CompilerServices;
using System.Threading.Tasks;
using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;
namespace Dela
{
/// <summary>
/// Async Asserts use with Microsoft.VisualStudio.TestPlatform.UnitTestFramework
@briandela
briandela / russian.vim
Created September 19, 2012 07:52 — forked from svetlyak40wt/russian.vim
A part of Vim config to switch between Russian and English keymaps.
nnoremap ee :set keymap=russian-jcuken<CR>
nnoremap ee :set keymap=<CR>
inoremap rr <ESC>:set keymap=russian-jcuken<CR>a
inoremap ee <ESC>:set keymap=<CR>a
@briandela
briandela / Test
Created September 16, 2012 07:39 — forked from davidfowl/today.cs
VNext SignalR API
test