install zsh ubuntu
$ sudo apt-get install zsh
$ sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
#The sudo apt-get update command is used to download package
#information from all configured sources
#So when you run update command, it downloads the package
#information from the Internet. It is useful to get info on
#an updated version of packages or their dependencies.
sudo apt-get update
sudo apt-get install zsh
#Now that ZSH shell is installed, you can check whether ZSH
#is working with the following command:
zsh --versionsh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
Also in C++:
- write a program in shell script to find factorial of a number
- create a file with text in linux
- how log in kali linux
- can i do git push to heroku branch which isnt a master or main
- sed with variables in shell script
- bash if
- composer installed versions
- git change commit message of old commit
- output current max digital pin
- github private key
- powershell copy file to remote server
- git ignore whitespace
- remove branch git
- kubectl create namespace
- command to restart linux
- git unstage a file
- readme.md code snippet
- install RHEL in vmware
- git log with numbers
- how to find empty folders linux
- xampp ubuntu
- json-server
- No module named SimpleHTTPServer
- kill process running on port mac