Skip to content

Instantly share code, notes, and snippets.

@SofijaErkin
Created May 3, 2022 12:57
Show Gist options
  • Save SofijaErkin/ac6a0e4294d5d29ebd4557eca21c77ce to your computer and use it in GitHub Desktop.
Save SofijaErkin/ac6a0e4294d5d29ebd4557eca21c77ce to your computer and use it in GitHub Desktop.
manually install zsh and oh-my-zsh

Manually Install ZSH And Oh-My-Zsh

Update April 23 EST PM 9:22

On Debian11 Notices:

1.Checkout the current SHELL: "echo $SHELL".

2.Choose the current SHELL to root:

su -

sudo chsh -s /usr/bin/zsh

3.Choose the current SHELL to the current user:

sudo chsh -s /usr/bin/zsh usr_name

And, restart or reboot your guest machine(Especially Debian11).

4.Using oh-my-zsh every time you change themes on Debian 11, restart terminal to make

reality that!!!

Refer:

debian/wiki/Zsh.

How to install and configure Zsh on Linux.

Using oh-my-zsh build Linux Shell(Chinese).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment