sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
- Download zsh-autosuggestions by
| ## Sublime Text 3 Serial key build is 3176 | |
| > * Added these lines into /etc/hosts | |
| 127.0.0.1 www.sublimetext.com | |
| 127.0.0.1 license.sublimehq.com | |
| > * Used the license key | |
| ----- BEGIN LICENSE ----- |
| <!-- Example #1 - no styling --> | |
| Made with ❤ in Switzerland | |
| <!-- Example #2 - inline-styled ❤ --> | |
| Made with <span style="color: #e25555;">♥</span> in Switzerland | |
| Made with <span style="color: #e25555;">♥</span> in Switzerland | |
| <!-- Example #3 - CSS-style class for ❤ --> | |
| <style>.heart{color:#e25555;}</style> | |
| Made with <span class="heart">❤</span> in Switzerland |
| @echo off | |
| SET NEWLINE=^& echo. | |
| ECHO %NEWLINE%^ >>%WINDIR%\System32\drivers\etc\hosts | |
| FIND /C /I "heracles.fila" %WINDIR%\system32\drivers\etc\hosts | |
| IF %ERRORLEVEL% NEQ 0 ECHO %NEWLINE%^192.168.5.10 heracles.fila>>%WINDIR%\System32\drivers\etc\hosts | |
| FIND /C /I "www.heracles.fila" %WINDIR%\system32\drivers\etc\hosts |
| <?php | |
| namespace App\Providers; | |
| use Illuminate\Support\ServiceProvider; | |
| class GoogleDriveServiceProvider extends ServiceProvider | |
| { | |
| /** | |
| * Bootstrap the application services. |
This gist was getting a lot of comments/questions, but since there are no notifications when someone replies to a gist, I've moved the setup instructions and a bunch of sample code to a dedicated Github repo.