Skip to content

Using Modules ZSH and Oh My ZSH

mcuyar edited this page Nov 17, 2014 · 2 revisions

The ZSH module is a global module that will install both the ZSH interactive shell and Oh My ZSH to manage your ZSH configuration. Oh My ZSH comes with many plugins and themes to expand your interactive shell experience.

ZSH and OMZSH are set to install on default. If you haven't used ZSH with OMZSH I definitely recommend you give it a try. If you decide you would rather not use it, add this config before you run vagrant up on the vagrant environment.

oh-my-zsh:
  install:
    zsh: false
    oh-my-zsh: false

開始

  1. 安裝
  2. 設定

使用模組

  1. 前言
  2. 執行命令
  3. 更新 Composer
  4. 安裝 AWS Elastic Beanstalk CLI
  5. 目錄對應
  6. 增加 Domains 至 Known Hosts
  7. MySQL 資料庫管理
  8. PostgreSQL 資料庫管理
  9. ZSH 和 Oh My ZSH
  10. 新增/安裝 Ruby Gems
  11. 新增環境變數
  12. Xdebug 除錯

新增站台

  1. 前言
  2. 設定

進階設定

  1. 使用模組在站台中
  2. 資料庫
  3. 指令
  4. Xdebug

新建模組

  1. 前言
  2. 產生模組目錄
  3. 與其他模組互動

部署

  1. Laravel Forge
  2. AWS Elastic Beanstalk

Clone this wiki locally