Skip to content

Instantly share code, notes, and snippets.

@edson-github
Forked from luizomf/zsh.sh
Created February 19, 2023 10:49
Show Gist options
  • Save edson-github/c09d5ab8fb8f0943c4dce7cf83326a7e to your computer and use it in GitHub Desktop.
Save edson-github/c09d5ab8fb8f0943c4dce7cf83326a7e to your computer and use it in GitHub Desktop.

Revisions

  1. @luizomf luizomf created this gist Aug 21, 2021.
    9 changes: 9 additions & 0 deletions zsh.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    # ZSH
    sudo apt install zsh -y
    sudo apt-get install powerline fonts-powerline -y
    git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
    cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
    chsh -s /bin/zsh

    # REBOOT
    # sudo reboot