Skip to content

Instantly share code, notes, and snippets.

@trashSydowDev
Forked from tsabat/zsh.md
Created June 2, 2016 01:52
Show Gist options
  • Save trashSydowDev/50f2ea6c090872022faca954d4fa0367 to your computer and use it in GitHub Desktop.
Save trashSydowDev/50f2ea6c090872022faca954d4fa0367 to your computer and use it in GitHub Desktop.

Revisions

  1. @tsabat tsabat revised this gist Jun 27, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion zsh.md
    Original file line number Diff line number Diff line change
    @@ -11,7 +11,7 @@ Getting zsh to work in ubuntu is weird, since `sh` does not understand the `sour

    and then you change your shell to zsh

    sudo chsh -s `which zsh`
    chsh -s `which zsh`

    and then restart

  2. @tsabat tsabat revised this gist Jun 27, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion zsh.md
    Original file line number Diff line number Diff line change
    @@ -11,7 +11,7 @@ Getting zsh to work in ubuntu is weird, since `sh` does not understand the `sour

    and then you change your shell to zsh

    chsh -s `which zsh`
    sudo chsh -s `which zsh`

    and then restart

  3. @tsabat tsabat revised this gist Jun 27, 2013. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion zsh.md
    Original file line number Diff line number Diff line change
    @@ -13,6 +13,8 @@ and then you change your shell to zsh

    chsh -s `which zsh`

    and then exit/reenter shell
    and then restart

    sudo shutdown -r 0

    This problem is explained in depth in [this issue](https://github.com/robbyrussell/oh-my-zsh/issues/227#issuecomment-825773)
  4. @tsabat tsabat revised this gist Jun 27, 2013. 1 changed file with 1 addition and 3 deletions.
    4 changes: 1 addition & 3 deletions zsh.md
    Original file line number Diff line number Diff line change
    @@ -13,8 +13,6 @@ and then you change your shell to zsh

    chsh -s `which zsh`

    and then restart

    sudo shutdown -r 0
    and then exit/reenter shell

    This problem is explained in depth in [this issue](https://github.com/robbyrussell/oh-my-zsh/issues/227#issuecomment-825773)
  5. @tsabat tsabat revised this gist Jun 27, 2013. 1 changed file with 7 additions and 0 deletions.
    7 changes: 7 additions & 0 deletions zsh.md
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,10 @@
    Prereq:

    ```bash
    apt-get install zsh
    apt-get install git-core
    ```

    Getting zsh to work in ubuntu is weird, since `sh` does not understand the `source` command. So, you do this to install zsh

    wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh
  6. @tsabat tsabat revised this gist Jan 13, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion zsh.md
    Original file line number Diff line number Diff line change
    @@ -4,7 +4,7 @@ Getting zsh to work in ubuntu is weird, since `sh` does not understand the `sour

    and then you change your shell to zsh

    chsh -s `which bash`
    chsh -s `which zsh`

    and then restart

  7. @tsabat tsabat created this gist Dec 19, 2011.
    13 changes: 13 additions & 0 deletions zsh.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    Getting zsh to work in ubuntu is weird, since `sh` does not understand the `source` command. So, you do this to install zsh

    wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh

    and then you change your shell to zsh

    chsh -s `which bash`

    and then restart

    sudo shutdown -r 0

    This problem is explained in depth in [this issue](https://github.com/robbyrussell/oh-my-zsh/issues/227#issuecomment-825773)