• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » Installing Oh My ZSH in Ubuntu Cloud Server

By Abhishek Ghosh July 19, 2014 10:58 pm Updated on July 19, 2014

Installing Oh My ZSH in Ubuntu Cloud Server

Advertisement

Installing Oh My ZSH in Ubuntu Cloud Server and Setting it as default shell is tricky. Here is how we can use Oh My ZSH in few steps. There are different types of Unix Shell or Shell – as we wrote about before. We usually use Oh My ZSH on Mac with iTerm2 and Homebrew Package Manager. Also, it is possibly important to learn about the $PATH. When OS X was Mac OS X, it was actually a BSD variant. After many things happened, it became pure UNIX and name changed to OS X. GNU Linux has some differences with Mac OS X and OS X. There is a Wheel Group in OS X or Pure UNIX variants. If the Package Manager remains unaltered, the commands actually remains quite closer.

 

Understanding Things for Installing Oh My ZSH in Ubuntu Cloud Server

 

The steps for installing Oh My ZSH in Ubuntu Cloud Server is not very difficult. The difficult part, at least for the common users is the understanding the difference between two shells.  When we login (typing the username and password) either via console – sitting in front of the machine or remotely via ssh, .bash_profile is executed to configure the shell. But, if we open xterm inside Gnome or KDE environment, then .bashrc is executed before. For evoking that .bashrc we can also run a new bash instance by typing /bin/bash in a terminal – this is why in shell scripts that /bin/bash is usually written. Due to compilation, in Mac OS X (not OS X), .bash_profile is read in any situation – this is an exceptional situation among the whole UNIX breed.  ~/.profile file is for setting environment variables or executing login scripts on OS X or Mac OS X, but oddly they are not created by default. When we open iTerm2 on OS X with Homebrew, it reads the ~/.zsrc file. In OS X, we can use the source command, but Ubuntu will not understand the source command. There are advantages of using Oh My ZSH over bash, it is extremely similar to bash but does lot of extra works like typographical correction. Oh My ZSH receives frequent updates, we get prompt on OS X. Bash probably rarely receive updates. You can expect on Oh My ZSH :

 

Vim
1
2
3
zsh: correct 'aptg-et' to 'apt-get' [nyae]?
# official website
# http://ohmyz.sh/

Installing Oh My ZSH in Ubuntu Cloud Server

 

Installing Oh My ZSH in Ubuntu Cloud Server

 

We need to install old zsh first and git-core :

Advertisement

---

 

Vim
1
2
sudo apt-get update && sudo apt-get install git
apt-get install zsh && apt-get install git-core

 

Then install OH My ZSH :

Vim
1
2
3
4
5
6
wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh
# set oh my zsh as default shell
chsh -s `which zsh`
# do a soft reboot
sudo shutdown -r 0
# reboot command ends a session...

There was a reported problem with regex and Ruby :

Vim
1
https://github.com/robbyrussell/oh-my-zsh/issues/227#issuecomment-825773

Tagged With install zsh ubuntu server , oh my zsh pdf , install zsh on server , ohmyzsh ubuntu , set oh-my-zsh font on Ubuntu server , ubuntu set zsh as default , zsh ubuntu wait failed
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Installing Oh My ZSH in Ubuntu Cloud Server

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • OpenShift OctoPress Auto install Script

    OpenShift OctoPress Auto install Script is an Advanced Script to Run OctoPress on Free OpenShift PaaS Practically Without Any Knowing Ruby or Git.

  • Run Bash Scripts on Windows 10 Via Git Bash To Launch Linux GUI App

    Run Bash Scripts on Windows 10 Via Git Bash. Git Bash Offers Integrity Options With Windows 10 Bash Making it Easy to Work on Both Windows & unix System.

  • Unix Shell or Shell

    Unix Shell or Shell refers to the traditional user interface under Unix or Unix-like computer operating systems. User can type a command type, which is executed by the computer.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy