-
Star
(253)
You must be signed in to star a gist -
Fork
(58)
You must be signed in to fork a gist
-
-
Save zenorocha/7159780 to your computer and use it in GitHub Desktop.
Revisions
-
zenorocha revised this gist
Dec 12, 2018 . 1 changed file with 114 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,114 @@ // Future versions of Hyper may add additional config options, // which will not automatically be merged into this file. // See https://hyper.is#cfg for all currently supported options. module.exports = { config: { // default font size in pixels for all tabs fontSize: 14, // font family with optional fallbacks fontFamily: 'Monaco', // terminal cursor background color and opacity (hex, rgb, hsl, hsv, hwb or cmyk) cursorColor: 'rgba(248,28,229,0.8)', // `BEAM` for |, `UNDERLINE` for _, `BLOCK` for █ cursorShape: 'BLOCK', // set to true for blinking cursor cursorBlink: false, // color of the text foregroundColor: '#fff', // terminal background color backgroundColor: '#000', // border color (window, tabs) borderColor: 'rgba(255, 255, 255, 0.1)', // custom css to embed in the main window css: '', // custom css to embed in the terminal window termCSS: '', // set to `true` (without backticks) if you're using a Linux setup that doesn't show native menus // default: `false` on Linux, `true` on Windows (ignored on macOS) showHamburgerMenu: '', // set to `false` if you want to hide the minimize, maximize and close buttons // additionally, set to `'left'` if you want them on the left, like in Ubuntu // default: `true` on windows and Linux (ignored on macOS) showWindowControls: '', // custom padding (css format, i.e.: `top right bottom left`) padding: '12px 14px', // the full list. if you're going to provide the full color palette, // including the 6 x 6 color cubes and the grayscale map, just provide // an array here instead of a color map object colors: { black: '#000000', red: '#ff0000', green: '#33ff00', yellow: '#ffff00', blue: '#0066ff', magenta: '#cc00ff', cyan: '#00ffff', white: '#d0d0d0', lightBlack: '#808080', lightRed: '#ff0000', lightGreen: '#33ff00', lightYellow: '#ffff00', lightBlue: '#0066ff', lightMagenta: '#cc00ff', lightCyan: '#00ffff', lightWhite: '#ffffff' }, // the shell to run when spawning a new session (i.e. /usr/local/bin/fish) // if left empty, your system's login shell will be used by default // make sure to use a full path if the binary name doesn't work // (e.g `C:\\Windows\\System32\\bash.exe` instead of just `bash.exe`) // if you're using powershell, make sure to remove the `--login` below shell: '', // for setting shell arguments (i.e. for using interactive shellArgs: ['-i']) // by default ['--login'] will be used shellArgs: ['--login'], // for environment variables env: {}, // set to false for no bell bell: 'SOUND', // if true, selected text will automatically be copied to the clipboard copyOnSelect: false // if true, on right click selected text will be copied or pasted if no // selection is present (true by default on Windows) // quickEdit: true // URL to custom bell // bellSoundURL: 'http://example.com/bell.mp3', // for advanced config flags please refer to https://hyper.is/#cfg }, // a list of plugins to fetch and install from npm // format: [@org/]project[#version] // examples: // `hyperpower` // `@company/project` // `project#1.0.1` plugins: ['hyperlinks', 'hyper-hide-title', 'hyper-blink', 'hyper-search', 'hyperborder'], // plugins: ['hyperlinks', 'hyper-hide-title', 'hyperborder', 'hyper-blink', 'hyper-search'], // in development, you can create a directory under // `~/.hyper_plugins/local/` and include it here // to load it and avoid it being `npm install`ed localPlugins: ["dracula"] }; -
zenorocha revised this gist
Nov 22, 2016 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -38,4 +38,5 @@ brew cask install bartender brew cask install istat-menus brew cask install screenflow brew cask install skype brew cask install slack brew cask install the-unarchiver -
zenorocha revised this gist
Nov 22, 2016 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -88,6 +88,7 @@ Unfortunately some apps aren't available through [homebrew-cask](https://github. * [CloudApp](http://getcloudapp.com/) for file/link sharing * [Divvy](http://mizage.com/divvy/) for window management * [Keynote](https://itunes.apple.com/us/app/keynote/id361285480) for presentations * [iA Write](https://ia.net/writer) for notes * [TweetDeck](https://itunes.apple.com/us/app/tweetdeck/id485812721?ls=1&mt=12) for tweet scheduling * [Wunderlist](https://itunes.apple.com/us/app/wunderlist-to-do-list-tasks/id410628904?mt=12) for task managing -
zenorocha revised this gist
Nov 22, 2016 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -75,7 +75,8 @@ curl -L https://gist.githubusercontent.com/zenorocha/7159780/raw/5b7eb6d32800c97 ###### Other * [Bartender](https://www.macbartender.com/) for menu bar organization * [iStat Menus](https://bjango.com/mac/istatmenus/) for system monitoring * [Skype](http://www.skype.com/en/) for international calls * [ScreenFlow](http://telestream.net/screenflow/) for screencast recording * [Unarchiver](http://wakaba.c3.cx/s/apps/unarchiver) for ZIP, RAR, etc -
zenorocha revised this gist
Nov 22, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -55,7 +55,7 @@ curl -L https://gist.githubusercontent.com/zenorocha/7159780/raw/5b7eb6d32800c97 * [Mou](http://mouapp.com/) for markdown editing * [Parallels](http://www.parallels.com/products/desktop/) for virtual machines * [Paw](https://paw.cloud/) for API testing * [Source Tree](http://www.sourcetreeapp.com/) for Git interactive commit * [Sublime Text 3](http://www.sublimetext.com/3) for code editing ###### Essential -
zenorocha revised this gist
Nov 22, 2016 . 2 changed files with 8 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -50,6 +50,7 @@ curl -L https://gist.githubusercontent.com/zenorocha/7159780/raw/5b7eb6d32800c97 ###### Coding * [Kaleidoscope](http://www.kaleidoscopeapp.com/) for diff visualization * [iTerm](https://www.iterm2.com/) for terminal client * [Mou](http://mouapp.com/) for markdown editing * [Parallels](http://www.parallels.com/products/desktop/) for virtual machines @@ -74,9 +75,10 @@ curl -L https://gist.githubusercontent.com/zenorocha/7159780/raw/5b7eb6d32800c97 ###### Other * [Bartender](http://www.skype.com/en/) for international calls * [Skype](http://www.skype.com/en/) for international calls * [ScreenFlow](http://telestream.net/screenflow/) for screencast recording * [Unarchiver](http://wakaba.c3.cx/s/apps/unarchiver) for ZIP, RAR, etc ###### App Store This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,6 +12,7 @@ brew cask install firefox-beta brew cask install safari-technology-preview # coding brew cask install kaleidoscope brew cask install iterm brew cask install mou brew cask install parallels-desktop @@ -33,6 +34,8 @@ brew cask install vlc brew cask install webtorrent # other brew cask install bartender brew cask install istat-menus brew cask install screenflow brew cask install skype brew cask install the-unarchiver -
zenorocha revised this gist
Nov 22, 2016 . 2 changed files with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -53,6 +53,7 @@ curl -L https://gist.githubusercontent.com/zenorocha/7159780/raw/5b7eb6d32800c97 * [iTerm](https://www.iterm2.com/) for terminal client * [Mou](http://mouapp.com/) for markdown editing * [Parallels](http://www.parallels.com/products/desktop/) for virtual machines * [Paw](https://paw.cloud/) for API testing * [Source Tree](http://www.sourcetreeapp.com/) for Git GUI * [Sublime Text 3](http://www.sublimetext.com/3) for code editing @@ -85,6 +86,7 @@ Unfortunately some apps aren't available through [homebrew-cask](https://github. * [Divvy](http://mizage.com/divvy/) for window management * [Keynote](https://itunes.apple.com/us/app/keynote/id361285480) for presentations * [TweetDeck](https://itunes.apple.com/us/app/tweetdeck/id485812721?ls=1&mt=12) for tweet scheduling * [Wunderlist](https://itunes.apple.com/us/app/wunderlist-to-do-list-tasks/id410628904?mt=12) for task managing ## 5. Generate SSH keys for GitHub This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -15,6 +15,7 @@ brew cask install safari-technology-preview brew cask install iterm brew cask install mou brew cask install parallels-desktop brew cask install paw brew cask install sourcetree brew cask install sublime-text -
zenorocha revised this gist
Nov 22, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -54,7 +54,7 @@ curl -L https://gist.githubusercontent.com/zenorocha/7159780/raw/5b7eb6d32800c97 * [Mou](http://mouapp.com/) for markdown editing * [Parallels](http://www.parallels.com/products/desktop/) for virtual machines * [Source Tree](http://www.sourcetreeapp.com/) for Git GUI * [Sublime Text 3](http://www.sublimetext.com/3) for code editing ###### Essential -
zenorocha revised this gist
Nov 22, 2016 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -77,10 +77,10 @@ curl -L https://gist.githubusercontent.com/zenorocha/7159780/raw/5b7eb6d32800c97 * [Skype](http://www.skype.com/en/) for international calls * [ScreenFlow](http://telestream.net/screenflow/) for screencast recording ###### App Store Unfortunately some apps aren't available through [homebrew-cask](https://github.com/caskroom/homebrew-cask), so you need to install it **manually**. * [CloudApp](http://getcloudapp.com/) for file/link sharing * [Divvy](http://mizage.com/divvy/) for window management * [Keynote](https://itunes.apple.com/us/app/keynote/id361285480) for presentations -
zenorocha revised this gist
Nov 22, 2016 . 2 changed files with 22 additions and 16 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -40,41 +40,48 @@ curl -L https://gist.githubusercontent.com/zenorocha/7159780/raw/5b7eb6d32800c97 ### What's included? ###### Browsers * [Chrome](https://www.google.com/intl/en/chrome/browser/) * [Chrome Canary](https://www.google.com/intl/en/chrome/browser/canary.html) * [Firefox](https://www.mozilla.org/en-US/firefox/desktop/) * [Firefox Beta](https://www.mozilla.org/en-US/firefox/channel/desktop/) * [Safari Technology Preview](https://developer.apple.com/safari/technology-preview/) ###### Coding * [iTerm](https://www.iterm2.com/) for terminal client * [Mou](http://mouapp.com/) for markdown editing * [Parallels](http://www.parallels.com/products/desktop/) for virtual machines * [Source Tree](http://www.sourcetreeapp.com/) for Git GUI * [Sublime Text 3](http://www.sublimetext.com/3) for code edit ###### Essential * [1Password](https://agilebits.com/onepassword) for password management * [Adobe Photoshop CS6](http://www.adobe.com/products/creativecloud.html) for image editing * [Alfred](http://www.alfredapp.com/) for workflow automation * [Dropbox](https://www.dropbox.com/) for file syncing * [Evernote](http://evernote.com/) for notes * [LICEcap](http://www.cockos.com/licecap/) for GIF recording ###### For fun * [Spotify](https://www.spotify.com) for music streaming * [VLC](http://www.videolan.org/vlc/index.html) for media playing * [WebTorrent](https://webtorrent.io/desktop) for torrent download ###### Other * [Unarchiver](http://wakaba.c3.cx/s/apps/unarchiver) for ZIP, RAR, etc * [Skype](http://www.skype.com/en/) for international calls * [ScreenFlow](http://telestream.net/screenflow/) for screencast recording Unfortunately some apps aren't available through [homebrew-cask](https://github.com/caskroom/homebrew-cask), so you need to install it **manually**. ###### App Store * [CloudApp](http://getcloudapp.com/) for file/link sharing * [Divvy](http://mizage.com/divvy/) for window management * [Keynote](https://itunes.apple.com/us/app/keynote/id361285480) for presentations * [TweetDeck](https://itunes.apple.com/us/app/tweetdeck/id485812721?ls=1&mt=12) for tweet scheduling This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,30 +9,29 @@ brew cask install google-chrome brew cask install google-chrome-canary brew cask install firefox brew cask install firefox-beta brew cask install safari-technology-preview # coding brew cask install iterm brew cask install mou brew cask install parallels-desktop brew cask install sourcetree brew cask install sublime-text # essential brew cask install 1password brew cask install adobe-photoshop-cs6 brew cask install alfred brew cask install dropbox brew cask install evernote brew cask install licecap # for fun brew cask install spotify brew cask install vlc brew cask install webtorrent # other brew cask install the-unarchiver brew cask install skype brew cask install screenflow -
zenorocha revised this gist
Nov 22, 2016 . 2 changed files with 18 additions and 11 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,9 +4,9 @@ I'm in a hospital in Spain and my MacBook was stolen.  Now I bought a new one and need to configure it. I have an [AirPort Time Capsule](http://www.apple.com/airport-time-capsule/) that backs up everything using [Time Machine](http://www.apple.com/osx/apps/#timemachine), but I don't want all the crap I had in the old one. So let's get our hands dirty! ## 1. Update OS to latest version Make sure everything is up to date. @@ -66,6 +66,7 @@ curl -L https://gist.githubusercontent.com/zenorocha/7159780/raw/5b7eb6d32800c97 * [Skype](http://www.skype.com/en/) for international calls * [Spotify](https://www.spotify.com) for music streaming * [ScreenFlow](http://telestream.net/screenflow/) for screencast recording * [Unarchiver](http://wakaba.c3.cx/s/apps/unarchiver) for ZIP, RAR, etc * [VLC](http://www.videolan.org/vlc/index.html) for media playing * [WebTorrent](https://webtorrent.io/desktop) for torrent download @@ -77,7 +78,6 @@ Unfortunately some apps aren't available through [homebrew-cask](https://github. * [Divvy](http://mizage.com/divvy/) for window management * [Keynote](https://itunes.apple.com/us/app/keynote/id361285480) for presentations * [TweetDeck](https://itunes.apple.com/us/app/tweetdeck/id485812721?ls=1&mt=12) for tweet scheduling ## 5. Generate SSH keys for GitHub This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,28 +4,35 @@ brew tap caskroom/cask brew tap caskroom/versions # browsers brew cask install google-chrome brew cask install google-chrome-canary brew cask install firefox brew cask install firefox-beta # dev brew cask install sublime-text brew cask install iterm brew cask install sourcetree brew cask install mou brew cask install parallels-desktop # essential brew cask install 1password brew cask install adobe-photoshop-cs6 brew cask install alfred brew cask install dropbox brew cask install evernote # for fun brew cask install spotify brew cask install vlc brew cask install webtorrent # other brew cask install licecap brew cask install the-unarchiver brew cask install skype brew cask install screenflow -
zenorocha revised this gist
Nov 22, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -35,7 +35,7 @@ This will install some useful stuff like [zsh shell](http://www.zsh.org/) and lo Many softwares can be installed through [homebrew-cask](https://github.com/caskroom/homebrew-cask) which makes the process way simpler: ```sh curl -L https://gist.githubusercontent.com/zenorocha/7159780/raw/5b7eb6d32800c974a2c8f0afc6cadfbf5078f239/softwares.sh | sh ``` ### What's included? -
zenorocha revised this gist
Nov 22, 2016 . 2 changed files with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -66,6 +66,7 @@ curl -L https://gist.githubusercontent.com/zenorocha/7159780/raw/9b9413ff1306d78 * [Skype](http://www.skype.com/en/) for international calls * [Spotify](https://www.spotify.com) for music streaming * [ScreenFlow](http://telestream.net/screenflow/) for screencast recording * [VLC](http://www.videolan.org/vlc/index.html) for media playing * [WebTorrent](https://webtorrent.io/desktop) for torrent download Unfortunately some apps aren't available through [homebrew-cask](https://github.com/caskroom/homebrew-cask), so you need to install it **manually**. This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -27,4 +27,5 @@ brew cask install mou brew cask install skype brew cask install spotify brew cask install screenflow brew cask install vlc brew cask install webtorrent -
zenorocha revised this gist
Nov 22, 2016 . 2 changed files with 12 additions and 16 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -42,25 +42,26 @@ curl -L https://gist.githubusercontent.com/zenorocha/7159780/raw/9b9413ff1306d78 ###### Browser * [Chrome](https://www.google.com/intl/en/chrome/browser/) * [Chrome Canary](https://www.google.com/intl/en/chrome/browser/canary.html) * [Firefox](https://www.mozilla.org/en-US/firefox/desktop/) * [Firefox Beta](https://www.mozilla.org/en-US/firefox/channel/desktop/) ###### Development * [Sublime Text 3](http://www.sublimetext.com/3) for code edit * [iTerm](https://www.iterm2.com/) for terminal client * [Source Tree](http://www.sourcetreeapp.com/) for Git GUI * [Parallels](http://www.parallels.com/products/desktop/) for virtual machines ###### Other * [1Password](https://agilebits.com/onepassword) for password management * [Adobe Photoshop CS6](http://www.adobe.com/products/creativecloud.html) for image editing * [Alfred](http://www.alfredapp.com/) for workflow automation * [Dropbox](https://www.dropbox.com/) for file syncing * [Evernote](http://evernote.com/) for notes * [LICEcap](http://www.cockos.com/licecap/) for GIF recording * [Mou](http://mouapp.com/) for markdown editing * [Skype](http://www.skype.com/en/) for international calls * [Spotify](https://www.spotify.com) for music streaming @@ -71,20 +72,12 @@ Unfortunately some apps aren't available through [homebrew-cask](https://github. ###### App Store * [Cloud](http://getcloudapp.com/) for file/link sharing * [Divvy](http://mizage.com/divvy/) for window management * [Keynote](https://itunes.apple.com/us/app/keynote/id361285480) for presentations * [TweetDeck](https://itunes.apple.com/us/app/tweetdeck/id485812721?ls=1&mt=12) for tweet scheduling * [Unarchiver](http://wakaba.c3.cx/s/apps/unarchiver) for ZIP, RAR, etc ## 5. Generate SSH keys for GitHub Visit [GitHub's official guide](https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/) for instructions. This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,12 +2,13 @@ # homebrew-cask brew tap caskroom/cask brew tap caskroom/versions # browser brew cask install google-chrome brew cask install google-chrome-canary brew cask install firefox brew cask install firefox-beta # development brew cask install sublime-text @@ -17,9 +18,11 @@ brew cask install parallels-desktop # other brew cask install 1password brew cask install adobe-photoshop-cs6 brew cask install alfred brew cask install dropbox brew cask install evernote brew cask install licecap brew cask install mou brew cask install skype brew cask install spotify -
zenorocha revised this gist
Nov 22, 2016 . 2 changed files with 6 additions and 23 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -51,10 +51,9 @@ curl -L https://gist.githubusercontent.com/zenorocha/7159780/raw/9b9413ff1306d78 * [Sublime Text 3](http://www.sublimetext.com/3) for code edit * [FileZilla](https://filezilla-project.org/) for file transfer * [iTerm](https://www.iterm2.com/) for terminal client * [Source Tree](http://www.sourcetreeapp.com/) for Git GUI * [Parallels](http://www.parallels.com/products/desktop/) for virtual machines ###### Other @@ -114,21 +113,6 @@ Visit [my Alfred workflow collection repo](https://github.com/zenorocha/alfred-w npm adduser zenorocha ``` ## 10. Profit! :) This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,17 +4,16 @@ brew tap caskroom/cask # browser brew cask install firefox brew cask install google-chrome brew cask install google-chrome-canary brew cask install opera-next # development brew cask install sublime-text brew cask install iterm brew cask install sourcetree brew cask install parallels-desktop # other brew cask install 1password -
zenorocha revised this gist
Nov 22, 2016 . 1 changed file with 3 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -83,7 +83,6 @@ Unfortunately some apps aren't available through [homebrew-cask](https://github. ###### Manually * [Adobe Suite](http://www.adobe.com/products/creativecloud.html) for image editing * [LICEcap](http://www.cockos.com/licecap/) for GIF recording @@ -95,10 +94,9 @@ From that point on you're going to be able to do some git operations with GitHub ## 6. Set [Chrome Canary](https://www.google.com/intl/en/chrome/browser/canary.html) as default browser 1. Launch System Preferences 2. General ➜ Default Web Browser 3. Select “Chrome Canary” from the drop-down menu ## 7. Configure [Sublime Text](http://sublimetext.com/) -
zenorocha revised this gist
Nov 22, 2016 . 1 changed file with 0 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -75,10 +75,7 @@ Unfortunately some apps aren't available through [homebrew-cask](https://github. * [Caffeine](http://lightheadsw.com/caffeine/) for keeping Mac awake * [Codepoints](https://itunes.apple.com/us/app/codepoints/id499161264?mt=12) for special chars * [Cloud](http://getcloudapp.com/) for file/link sharing * [Evernote](http://evernote.com/) for presentation notes * [Keynote](https://itunes.apple.com/us/app/keynote/id361285480) for presentations * [LimeChat](http://limechat.net/mac/) for IRC * [TweetDeck](https://itunes.apple.com/us/app/tweetdeck/id485812721?ls=1&mt=12) for tweet scheduling -
zenorocha revised this gist
Nov 21, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -92,7 +92,7 @@ Unfortunately some apps aren't available through [homebrew-cask](https://github. ## 5. Generate SSH keys for GitHub Visit [GitHub's official guide](https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/) for instructions. From that point on you're going to be able to do some git operations with GitHub \o/ -
zenorocha revised this gist
Nov 21, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -52,7 +52,7 @@ curl -L https://gist.githubusercontent.com/zenorocha/7159780/raw/9b9413ff1306d78 * [Sublime Text 3](http://www.sublimetext.com/3) for code edit * [FileZilla](https://filezilla-project.org/) for file transfer * [Kaleidoscope](http://www.kaleidoscopeapp.com/) for file diff * [Hyper](http://hyper.is) for terminal client * [Source Tree](http://www.sourcetreeapp.com/) for Git GUI * [VirtualBox](https://www.virtualbox.org/) for virtual machines -
zenorocha revised this gist
Nov 21, 2016 . 2 changed files with 5 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -58,13 +58,15 @@ curl -L https://gist.githubusercontent.com/zenorocha/7159780/raw/9b9413ff1306d78 ###### Other * [1Password](https://agilebits.com/onepassword) for password management * [Alfred](http://www.alfredapp.com/) for workflow automation * [Dropbox](https://www.dropbox.com/) for file syncing * [Divvy](http://mizage.com/divvy/) for window management * [Mou](http://mouapp.com/) for markdown editing * [Skype](http://www.skype.com/en/) for international calls * [Spotify](https://www.spotify.com) for music streaming * [ScreenFlow](http://telestream.net/screenflow/) for screencast recording * [WebTorrent](https://webtorrent.io/desktop) for torrent download Unfortunately some apps aren't available through [homebrew-cask](https://github.com/caskroom/homebrew-cask), so you need to install it **manually**. @@ -84,10 +86,9 @@ Unfortunately some apps aren't available through [homebrew-cask](https://github. ###### Manually * [Adobe Suite](http://www.adobe.com/products/creativecloud.html) for image editing * [LICEcap](http://www.cockos.com/licecap/) for GIF recording ## 5. Generate SSH keys for GitHub This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -24,4 +24,5 @@ brew cask install divvy brew cask install mou brew cask install skype brew cask install spotify brew cask install screenflow brew cask install webtorrent -
zenorocha revised this gist
Nov 21, 2016 . 2 changed files with 7 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -60,6 +60,7 @@ curl -L https://gist.githubusercontent.com/zenorocha/7159780/raw/9b9413ff1306d78 * [Alfred](http://www.alfredapp.com/) for workflow automation * [Dropbox](https://www.dropbox.com/) for file syncing * [Divvy](http://mizage.com/divvy/) for window management * [Mou](http://mouapp.com/) for markdown editing * [Skype](http://www.skype.com/en/) for international calls * [Spotify](https://www.spotify.com) for music streaming @@ -73,7 +74,6 @@ Unfortunately some apps aren't available through [homebrew-cask](https://github. * [Codepoints](https://itunes.apple.com/us/app/codepoints/id499161264?mt=12) for special chars * [Cloud](http://getcloudapp.com/) for file/link sharing * [Dash](http://kapeli.com/) for documentation lookup * [Evernote](http://evernote.com/) for presentation notes * [Fantastical](http://flexibits.com/fantastical) for calendar interface to Google Calendar * [Flamingo]https://itunes.apple.com/us/app/flamingo/id728181573) for messaging This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,17 +10,18 @@ brew cask install google-chrome-canary brew cask install opera-next # development brew cask install sublime-text brew cask install kaleidoscope brew cask install hyper brew cask install sourcetree brew cask install virtualbox # other brew cask install 1password brew cask install alfred brew cask install dropbox brew cask install divvy brew cask install mou brew cask install skype brew cask install spotify brew cask install webtorrent -
zenorocha revised this gist
Nov 21, 2016 . 2 changed files with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -65,7 +65,7 @@ curl -L https://gist.githubusercontent.com/zenorocha/7159780/raw/9b9413ff1306d78 * [Spotify](https://www.spotify.com) for music streaming * [uTorrent](http://www.utorrent.com/) for torrent download Unfortunately some apps aren't available through [homebrew-cask](https://github.com/caskroom/homebrew-cask), so you need to install it **manually**. ###### App Store This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ #!/bin/sh # homebrew-cask brew tap caskroom/cask # browser brew cask install firefox-aurora -
zenorocha revised this gist
Nov 21, 2016 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -38,8 +38,6 @@ Many softwares can be installed through [homebrew-cask](https://github.com/caskr curl -L https://gist.githubusercontent.com/zenorocha/7159780/raw/9b9413ff1306d78be6447f4beddcf90e7e8b2b8a/softwares.sh | sh ``` ### What's included? ###### Browser -
zenorocha revised this gist
Nov 21, 2016 . 2 changed files with 1 addition and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -32,7 +32,7 @@ This will install some useful stuff like [zsh shell](http://www.zsh.org/) and lo ## 4. Install Softwares Many softwares can be installed through [homebrew-cask](https://github.com/caskroom/homebrew-cask) which makes the process way simpler: ```sh curl -L https://gist.githubusercontent.com/zenorocha/7159780/raw/9b9413ff1306d78be6447f4beddcf90e7e8b2b8a/softwares.sh | sh This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,6 @@ # homebrew-cask brew tap caskroom/homebrew-cask # browser brew cask install firefox-aurora -
zenorocha revised this gist
Nov 21, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ #!/bin/sh # homebrew-cask brew tap caskroom/homebrew-cask brew install brew-cask # browser -
zenorocha revised this gist
Nov 21, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Make sure everything is up to date. xcode-select --install ``` > Notice this only works for Mac OS X Mavericks (10.9) and above. For earlier versions, continue to use the in-app download in Xcode. ## 3. Install Dotfiles -
zenorocha revised this gist
Nov 21, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # Setup macOS I'm in a hospital in Spain and my MacBook was stolen. -
Zeno Rocha revised this gist
Mar 20, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -35,7 +35,7 @@ This will install some useful stuff like [zsh shell](http://www.zsh.org/) and lo Many softwares can be installed through [homebrew-cask](https://github.com/phinze/homebrew-cask) which makes the process way simpler: ```sh curl -L https://gist.githubusercontent.com/zenorocha/7159780/raw/9b9413ff1306d78be6447f4beddcf90e7e8b2b8a/softwares.sh | sh ``` Just make sure to move all apps from `/opt/homebrew-cask/Caskroom/` to `/Applications`. And to remove all installations files from `/Library/Caches/Homebrew`. -
zenorocha revised this gist
Nov 7, 2013 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -72,6 +72,7 @@ Unfortunately some apps aren't available through [homebrew-cask](https://github. ###### App Store * [Caffeine](http://lightheadsw.com/caffeine/) for keeping Mac awake * [Codepoints](https://itunes.apple.com/us/app/codepoints/id499161264?mt=12) for special chars * [Cloud](http://getcloudapp.com/) for file/link sharing * [Dash](http://kapeli.com/) for documentation lookup * [Divvy](http://mizage.com/divvy/) for window management -
zenorocha revised this gist
Nov 7, 2013 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -77,6 +77,7 @@ Unfortunately some apps aren't available through [homebrew-cask](https://github. * [Divvy](http://mizage.com/divvy/) for window management * [Evernote](http://evernote.com/) for presentation notes * [Fantastical](http://flexibits.com/fantastical) for calendar interface to Google Calendar * [Flamingo]https://itunes.apple.com/us/app/flamingo/id728181573) for messaging * [Keynote](https://itunes.apple.com/us/app/keynote/id361285480) for presentations * [LimeChat](http://limechat.net/mac/) for IRC * [TweetDeck](https://itunes.apple.com/us/app/tweetdeck/id485812721?ls=1&mt=12) for tweet scheduling
NewerOlder