どのようにUbuntu 18.04にzsh(oh my zsh)とzshの自己提案をインストールするには


時々あなたのコーディングの旅では、あなただけのすべての開発環境設定のブルズは、$$$@あなたの貴重な時間がかかると不満を得るポイントになるかもしれない.
いくつかは自動化ツールをインストールするかもしれません.私は、何か新しいものを試してみたかった、非常になめらかな雲のIDE goormideと呼ばれるつまずいた.
それを試してみると、私はgoormideは非常にカスタマイズ可能であり、初心者のために使いやすい簡単に設定可能な雲のIDEです(自分のように).
このポストは、私たちがどのように簡単にzbunh(oh my zsh)とzshの自己提案をUbuntu 18.04にインストールするためにgoormideを使うことができるかをカバーします.
私はこのゴミ箱で新しいものを試して、近い将来彼らについて書きます.

新しいコンテナを作る
  • コンテナの名前を入力します

  • スタックオプションでブランクを選択する


  • 私のzshをインストールしてください
    コンテナーにあると、IDEの下部に端末があります.(インタフェースはvscと似ている).

  • パッケージを更新します.
    $ apt-get update && apt-get -y upgrade
    

  • git core、zsh、フォントをインストールします
    $ apt-get install -y git-core zsh fonts-powerline
    

  • 私のzshをインストールしてください
    $ sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
    Cloning Oh My Zsh...
    Cloning into '/root/.oh-my-zsh'...
    remote: Enumerating objects: 1158, done.
    remote: Counting objects: 100% (1158/1158), done.
    remote: Compressing objects: 100% (1121/1121), done.
    remote: Total 1158 (delta 19), reused 1104 (delta 19), pack-reused 0
    Receiving objects: 100% (1158/1158), 772.34 KiB | 1.07 MiB/s, done.
    Resolving deltas: 100% (19/19), done.
    Looking for an existing zsh config...
    Using the Oh My Zsh template file and adding it to ~/.zshrc.
    Time to change your default shell to zsh:
    Do you want to change your default shell to zsh? [Y/n] y
    Changing the shell...
    Shell successfully changed to '/usr/bin/zsh'.
    
         __                                     __
    ____  / /_     ____ ___  __  __   ____  _____/ /_
    / __ \/ __ \   / __ `__ \/ / / /  /_  / / ___/ __ \
    / /_/ / / / /  / / / / / / /_/ /    / /_(__  ) / / /
    \____/_/ /_/  /_/ /_/ /_/\__, /    /___/____/_/ /_/
                        /____/                       ....is now installed!
    Please look over the ~/.zshrc file to select plugins, themes, and options.
    p.s. Follow us on https://twitter.com/ohmyzsh
    p.p.s. Get stickers, shirts, and coffee mugs at https://shop.planetargon.com/collections/oh-my-zsh
    
  • 起動時にロードするプロファイルを設定する.
    トップメニューで[ Goormide ]-[ [設定] ]をクリックします.[ターミナル]の右側にあるエディタの末尾にzshを追加します.
  • あなたの端末をチェックしてください.
    ええ、私はそれの大きな取引を知っています、しかし、その何か?

  • ZSHの自動インストールをインストール

  • ZSHの自動提案をインストールする
    $ git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
    

  • プラグインの追加.地質調査所
    $ vi ~/.zshrc
    ...
    plugins=(git)
    plugins=(zsh-autosuggestions) # Add this line. under the "plugins"
    source $ZSH/oh-my-zsh.sh
    
  • 端末をリフレッシュします.
    タブの左側にある小さなリフレッシュアイコンをクリックします.
  • は、lsに入ります
    そして、-alが自動的に印刷されるのを見ることができます.
  • これはすべての今のところ、このような多くのチュートリアルでは、近い将来、私はgoormideを探索して行われてポップアップする可能性があります.
    オンラインIDEはかなり柔軟で、無料の層についてはかなり良い仕様を提供しています.
    私は、彼らにもsubredditがあるとわかりました(多くの人々でない)私はここにとどまります、それで、私がgoormideで他のものを助けることができたように
    リンク:242479152
    レッドディッシュ:242479152