From bafaafe23d2d10926a270ca5635b704ef84a043d Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Sat, 9 Jun 2018 09:56:12 -0700 Subject: [PATCH] [osx] add mosh to brewfile --- Brewfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Brewfile b/Brewfile index a5a8dca..03b6050 100644 --- a/Brewfile +++ b/Brewfile @@ -13,6 +13,7 @@ brew 'fzf' brew 'git' brew 'macvim', args: ['with-override-system-vim'] brew 'mas' +brew 'mosh' brew 'pip' brew 'python' brew 'reattach-to-user-namespace'