oh-my-bash on Cloudshell
If you work at the command line with Git this ones for you! Most of my time is spent at the Linux command line. My tool of choice is always "oh-my-bash" as it just works across all my machines. However if you are using a Cloud Provider environment, you probably dont want to spend time setting up another environmment.
Installation
- Open Cloud Shell
- Install the
oh-my-bash
package
1sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh)"
If you are interested in a more exotic configuration, read a previous post on installing oh-my-bash