
You will need to install zsh, curl and git packages before you can install Oh My Zsh,
Steps to install Oh My Zsh on Ubuntu Docker Container
- Download docker image for Ubuntu: docker pull ubuntu
- Run the docker image: docker run ubuntu
- Run apt-get update to update the package list.
- Install zsh shell: apt-get install zsh
- Install curl: apt-get install curl
- Install git: apt-get install git
- Now run install.sh script from ohmyzsh github to install it,
# sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" Cloning Oh My Zsh... remote: Enumerating objects: 1279, done. remote: Counting objects: 100% (1279/1279), done. remote: Compressing objects: 100% (1235/1235), done. remote: Total 1279 (delta 24), reused 1216 (delta 24), pack-reused 0 Receiving objects: 100% (1279/1279), 1.06 MiB | 2.46 MiB/s, done. Resolving deltas: 100% (24/24), done. From https://github.com/ohmyzsh/ohmyzsh * [new branch] master -> origin/master Branch 'master' set up to track remote branch 'master' from 'origin'. Already on 'master' / 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 your shell to /usr/bin/zsh... Shell successfully changed to '/usr/bin/zsh'. __ __ ____ / /_ ____ ___ __ __ ____ _____/ /_ / __ \/ __ \ / __ `__ \/ / / / /_ / / ___/ __ \ / /_/ / / / / / / / / / / /_/ / / /_(__ ) / / / \____/_/ /_/ /_/ /_/ /_/\__, / /___/____/_/ /_/ /____/ ....is now installed!
- Install Oh My Zsh on Ubuntu Docker complete steps
- Installing Home-brew on Ubuntu
- Install Golang (Go) on Ubuntu
- Install specific JRE on Ubuntu using apt
- How to stop/start/restart apache server using command [Ubuntu]
- How to install zsh shell on Ubuntu
- Quick steps to install Nginx on Ubuntu Linux
- How to know current Ubuntu Linux version via terminal command
- Add new user in Ubuntu Linux using Terminal Command
- Fix Ubuntu /bin/sh: 1: zsh: not found error
- How to install Python on Ubuntu
- [Fix] Ubuntu E: Unable to locate package sudo error
- How to stop MongoDB Server running on Ubuntu
- Install postgres Client using apt-get command
- How to kill service running on a port on Ubuntu Linux
- [fix] openssl No such file or directory error C++
- Fix - sudo: systemctl: command not found
- Access Windows share folder in Ubuntu Device in Network
- Add or remove users from sudo group - Ubuntu
- Quickly install Apache Server on Ubuntu Linux
- Fix: Ubuntu (Linux) - bash: sudo: command not found error
- How do I run HTML file in Notepad? (Windows) - NotepadPlusPlus
- Capitalize the first letter of each word using Notepad++ - NotepadPlusPlus
- ls command: sort files by name alphabetically A-Z or Z-A [Linux/Unix/macOS/Bash] - Linux
- Fix: Invalid Gradle JDK configuration found. Could not find the required JavaSDK - Gradle
- How to Copy full Absolute Path of a File on Mac - MacOS
- Program 15: Find String is a Palindrome or Not - 1000+ Python Programs - Python-Programs
- How to display Line Number in Eclipse IDE - Eclipse
- Types of brackets used in Programming Languages - Codes - 2022