| Author | Version | Last Updated |
|---|---|---|
| Tyler Smith | 0.1.0 | 2016-04-18 |
Based on the moderation policy of @serp.
| Author | Version | Last Updated |
|---|---|---|
| Tyler Smith | 0.1.0 | 2016-04-18 |
Based on the moderation policy of @serp.
| <?php | |
| namespace App\Console\Commands; | |
| use Illuminate\Console\Command; | |
| class EnsureQueueListenerIsRunning extends Command | |
| { | |
| /** | |
| * The name and signature of the console command. |
| # | |
| echo installing zsh | |
| sudo yum -y install zsh | |
| #update possibly needed in centos | |
| #yum update -y nss curl libcurl | |
| #install oh-my-zsh | |
| #git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh | |
| #cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc | |
| #change login shell | |
| #chsh -s zsh |