Skip to content

Instantly share code, notes, and snippets.

@donald2407
Created February 2, 2022 19:58
Show Gist options
  • Save donald2407/9697748423ff8fdc10f0c83b94d40e33 to your computer and use it in GitHub Desktop.
Save donald2407/9697748423ff8fdc10f0c83b94d40e33 to your computer and use it in GitHub Desktop.
Link: dns-prefetch
Link: dns-prefetch
Link: dns-prefetch
Link: dns-prefetch
Link: preconnect
Link: preconnect
Link: GitHub (search)
Link: assets
Link: canonical
Link: manifest
Skip to content
Sign up
Why GitHub?
Features
Mobile
Actions
Codespaces
Packages
Security
Code review
Issues
Integrations
GitHub Sponsors
Customer stories
Team
Enterprise
Explore
Explore GitHub
Learn and contribute
Topics
Collections
Trending
Learning Lab
Open source guides
Connect with others
The ReadME Project
Events
Community forum
GitHub Education
GitHub Stars program
Marketplace
Pricing
Plans
Compare plans
Contact Sales
Education
_____________________
• 
[IMG]
In this repository All GitHub ↵
Jump to ↵
• No suggested jump to results
• 
[IMG]
In this repository All GitHub ↵
Jump to ↵
• 
[IMG]
In this organization All GitHub ↵
Jump to ↵
• 
[IMG]
In this repository All GitHub ↵
Jump to ↵
Sign in Sign up
{{ message }}
ohmybash / oh-my-bash Public
Notifications
Fork 369
Star 2.8k
A delightful community-driven framework for managing your bash configuration,
and an auto-update tool so that makes it easy to keep up with the latest
updates from the community.
ohmybash.github.io
MIT License
2.8k stars 369 forks
Star
Notifications
Code
Issues 64
Pull requests 33
Discussions
Actions
Projects 0
Wiki
Security
Insights
More
• Code
• Issues
• Pull requests
• Discussions
• Actions
• Projects
• Wiki
• Security
• Insights
master
Switch branches/tags
_____________________
Branches Tags
Could not load branches
Nothing to show
{{ refName }} default View all branches
Could not load tags
Nothing to show
{{ refName }} default
View all tags
2 branches 0 tags
Code
Latest commit
@akinomyoga
akinomyoga Merge pull request #262 from einwickler/rana-frozen-hist
985edbc Feb 1, 2022
Merge pull request #262 from einwickler/rana-frozen-hist
rana: Fixing #248
985edbc
Git stats
241 commits
Files
Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
.github
Create FUNDING.yml
Jun 12, 2020
aliases
refactor: Normalize shebang of scripts to source
Jan 15, 2022
cache
Fix .gitignore
Mar 19, 2017
completions
refactor: Normalize shebang of scripts to source
Jan 15, 2022
custom
fix path for custom completions (#149)
May 4, 2020
img
README: Sanitization for local repositories (#84)
Jul 26, 2019
lib
lib/{utils,omb-prompt-colors}: Support bright color names
Jan 31, 2022
log
Fix .gitignore
Mar 19, 2017
plugins
lib/omb-prompt-colors: Rename basic colors
Jan 31, 2022
templates
templates/bashrc: Fix quoting
Jan 13, 2022
themes
themes/rana: Refactor
Feb 1, 2022
tools
tools/upgrade: Print instructions on upgrading failures
Jan 31, 2022
.editorconfig
Fix few issues & improve framework functionality
Nov 8, 2017
.gitignore
removed checks and updated read me
Dec 24, 2021
CODE_OF_CONDUCT.md
Create CODE_OF_CONDUCT.md (#35)
Jun 5, 2019
CONTRIBUTING.md
CONTRIBUTING: add a request for the update of the wiki page of Themes
Dec 24, 2021
LICENSE.md
LICENSE: Recover the original copyright notice from Oh My Zsh
Dec 23, 2021
README.md
themes/modern-t: Print information on the command "t" when it's not f…
Feb 1, 2022
oh-my-bash.sh
lib/omb-prompt-*: Adjust conflicts and dependencies
Jan 31, 2022
View code
_____________________
Getting Started Prerequisites Basic Installation via curl via wget Using Oh My
Bash Plugins Enabling Plugins With Conditionals Using Plugins Themes Selecting
a Theme Advanced Topics Advanced Installation Custom Directory Manual
Installation 1. Clone the repository: 2. Optionally, backup your existing
~/.bashrc file: 3. Create a new sh configuration file 4. Reload your .bashrc 5.
Initialize your new bash configuration Installation Problems Customization of
Plugins and Themes Getting Updates Manual Updates Uninstalling Oh My Bash
Contributing Contributors License
README.md
Oh My Bash is an open source, community-driven framework for managing your bash
configuration.
Sounds boring. Let's try again.
Oh My Bash will not make you a 10x developer...but you might feel like one.
Once installed, your terminal shell will become the talk of the town or your
money back! With each keystroke in your command prompt, you'll take advantage
of the hundreds of powerful plugins and beautiful themes. Strangers will come
up to you in cafés and ask you, "that is amazing! are you some sort of genius?"
Finally, you'll begin to get the sort of attention that you have always felt
you deserved. ...or maybe you'll use the time that you're saving to start
flossing more often.
Getting Started
Prerequisites
Disclaimer: Oh My Bash works best on macOS and Linux.
• Unix-like operating system (macOS or Linux)
• curl or wget should be installed
• git should be installed
Basic Installation
Oh My Bash is installed by running one of the following commands in your
terminal. You can install this via the command-line with either curl or wget.
via curl
bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh)"
via wget
bash -c "$(wget https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh -O -)"
Using Oh My Bash
Plugins
Oh My Bash comes with a shit load of plugins to take advantage of. You can take
a look in the plugins directory and/or the wiki to see what's currently
available.
Enabling Plugins
Once you spot a plugin (or several) that you'd like to use with Oh My Bash,
you'll need to enable them in the .bashrc file. You'll find the bashrc file in
your $HOME directory. Open it with your favorite text editor and you'll see a
spot to list all the plugins you want to load.
For example, this line might begin to look like this:
plugins=(git bundler osx rake ruby)
With Conditionals
You may want to control when and/or how plugins should be enabled.
For example, if you want the tmux-autoattach plugin to only run on SSH
sessions, you could employ a trivial conditional that checks for the $SSH_TTY
variable. Just make sure to remove the plugin from the larger plugin list.
[ "$SSH_TTY" ] && plugins+=(tmux-autoattach)
Using Plugins
Most plugins (should! we're working on this) include a README, which documents
how to use them.
Themes
We'll admit it. Early in the Oh My Bash world, we may have gotten a bit too
theme happy. We have over one hundred themes now bundled. Most of them have
screenshots on our wiki or alternatively oh-my-zsh wiki.
Selecting a Theme
Powerline's theme is the default one. It's not the fanciest one. It's not the
simplest one. It's just the right one (for me).
Once you find a theme that you want to use, you will need to edit the ~/.bashrc
file. You'll see an environment variable (all caps) in there that looks like:
OSH_THEME="powerline"
To use a different theme, simply change the value to match the name of your
desired theme. For example:
OSH_THEME="agnoster" # (this is one of the fancy ones)
# you might need to install a special Powerline font on your console's host for this to work
# see https://github.com/ohmybash/oh-my-bash/wiki/Themes#agnoster
Open up a new terminal window and your prompt should look something like this:
Agnoster theme
In case you did not find a suitable theme for your needs, please have a look at
the wiki for more of them.
If you're feeling feisty, you can let the computer select one randomly for you
each time you open a new terminal window.
OSH_THEME="random" # (...please let it be pie... please be some pie..)
Advanced Topics
If you're the type that likes to get their hands dirty, these sections might
resonate.
Advanced Installation
Some users may want to change the default path, or manually install Oh My Bash.
Custom Directory
The default location is ~/.oh-my-bash (hidden in your home directory)
If you'd like to change the install directory with the OSH environment
variable, either by running export OSH=/your/path before installing, or by
setting it before the end of the install pipeline like this:
export OSH="$HOME/.dotfiles/oh-my-bash"; bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh)"
Manual Installation
1. Clone the repository:
git clone git://github.com/ohmybash/oh-my-bash.git ~/.oh-my-bash
2. Optionally, backup your existing ~/.bashrc file:
cp ~/.bashrc ~/.bashrc.orig
3. Create a new sh configuration file
You can create a new sh config file by copying the template that we have
included for you.
cp ~/.oh-my-bash/templates/bashrc.osh-template ~/.bashrc
4. Reload your .bashrc
source ~/.bashrc
5. Initialize your new bash configuration
Once you open up a new terminal window, it should load sh with Oh My Bash's
configuration.
Installation Problems
If you have any hiccups installing, here are a few common fixes.
• You might need to modify your PATH in ~/.bashrc if you're not able to find
some commands after switching to oh-my-bash.
• If you installed manually or changed the install location, check the OSH
environment variable in ~/.bashrc.
Customization of Plugins and Themes
If you want to override any of the default behaviors, just add a new file
(ending in .sh) in the custom/ directory.
If you have many functions that go well together, you can put them as a
XYZ.plugin.sh file in the custom/plugins/ directory and then enable this
plugin.
If you would like to modify an existing module
(theme/plugin/aliases/completion) bundled with Oh My Bash, first copy the
original module to custom/ directory and modify it. It will be loaded instead
of the original one.
$ mkdir -p "$OSH_CUSTOM/themes"
$ cp -r {"$OSH","$OSH_CUSTOM"}/themes/agnoster
$ EDIT "$OSH_CUSTOM/themes/agnoster/agnoster.theme.sh"
If you would like to track the upstream changes for your customized version of
modules, you can optionally directly edit the original files and commit them.
In this case, you need to handle possible conflicts with the upstream in
upgrading.
If you would like to replace an existing module (theme/plugin/aliases/complet)
bundled with Oh My Bash, create a module of the same name in the custom/
directory so that it will be loaded instead of the original one.
Getting Updates
By default, you will be prompted to check for upgrades every few weeks. If you
would like oh-my-bash to automatically upgrade itself without prompting you,
set the following in your ~/.bashrc:
DISABLE_UPDATE_PROMPT=true
To disable automatic upgrades, set the following in your ~/.bashrc:
DISABLE_AUTO_UPDATE=true
Manual Updates
If you'd like to upgrade at any point in time (maybe someone just released a
new plugin and you don't want to wait a week?) you just need to run:
upgrade_oh_my_bash
Magic!
Uninstalling Oh My Bash
Oh My Bash isn't for everyone. We'll miss you, but we want to make this an easy
breakup.
If you want to uninstall oh-my-bash, just run uninstall_oh_my_bash from the
command-line. It will remove itself and revert your previous bash
configuration.
Contributing
I'm far from being a Bash expert and suspect there are many ways to improve –
if you have ideas on how to make the configuration easier to maintain (and
faster), don't hesitate to fork and send pull requests!
We also need people to test out pull-requests. So take a look through the open
issues and help where you can.
Contributors
Oh My Bash has a vibrant community of happy users and delightful contributors.
Without all the time and help from our contributors, it wouldn't be so awesome.
Thank you so much!
License
Oh My Bash is derived from Oh My Zsh. Oh My Bash is released under the MIT
license.
About
A delightful community-driven framework for managing your bash configuration,
and an auto-update tool so that makes it easy to keep up with the latest
updates from the community.
ohmybash.github.io
Topics
shell theme productivity terminal bash-configuration oh-my-bash
Resources
Readme
License
MIT License
Code of conduct
Code of conduct
Stars
2.8k stars
Watchers
60 watching
Forks
369 forks
Releases
No releases published
Sponsor this project
patreon patreon.com/nntoan
https://www.buymeacoffee.com/nntoan
Packages 0
No packages published
Contributors 51
@akinomyoga
@nntoan
@chopnico
@MichaelAnckaert
@JamesMConroy
@Kreyren
@DaarkMoon
@deepan10
@sethbergman
@rrthomas
@rpotter12
+ 40 contributors
Languages
Shell 100.0%
© 2022 GitHub, Inc.
Terms
Privacy
Security
Status
Docs
Contact GitHub
Pricing
API
Training
Blog
About
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You
signed out in another tab or window. Reload to refresh your session.
References
Visible links
. https://github.githubassets.com/
. https://avatars.githubusercontent.com/
. https://github-cloud.s3.amazonaws.com/
. https://user-images.githubusercontent.com/
. https://github.githubassets.com/
. https://avatars.githubusercontent.com/
. https://github.com/opensearch.xml
. https://github.githubassets.com/
. https://github.com/ohmybash/oh-my-bash
. https://github.com/manifest.json
. https://github.com/ohmybash/oh-my-bash#start-of-content
. https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E&source=header-repo
. https://github.com/features
. https://github.com/mobile
. https://github.com/features/actions
. https://github.com/features/codespaces
. https://github.com/features/packages
. https://github.com/features/security
. https://github.com/features/code-review
. https://github.com/features/issues
. https://github.com/features/integrations
. https://github.com/sponsors
. https://github.com/customer-stories
. https://github.com/team
. https://github.com/enterprise
. https://github.com/explore
. https://github.com/topics
. https://github.com/collections
. https://github.com/trending
. https://lab.github.com/
. https://opensource.guide/
. https://github.com/readme
. https://github.com/events
. https://github.community/
. https://education.github.com/
. https://stars.github.com/
. https://github.com/marketplace
. https://github.com/pricing
. https://github.com/pricing#compare-features
. https://github.com/enterprise/contact
. https://education.github.com/
. https://github.com/ohmybash/
. https://github.com/ohmybash/
. https://github.com/ohmybash/
. https://github.com/ohmybash/
. https://github.com/ohmybash/
. https://github.com/ohmybash/
. https://github.com/ohmybash/
. https://github.com/ohmybash/
. https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fohmybash%2Foh-my-bash
. https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E&source=header-repo&source_repo=ohmybash%2Foh-my-bash
. https://github.com/ohmybash
. https://github.com/ohmybash/oh-my-bash
. https://github.com/login?return_to=%2Fohmybash%2Foh-my-bash
. https://ohmybash.github.io
https://ohmybash.github.io/
. https://github.com/ohmybash/oh-my-bash/blob/master/LICENSE.md
. https://github.com/ohmybash/oh-my-bash/stargazers
. https://github.com/ohmybash/oh-my-bash/network/members
. https://github.com/login?return_to=%2Fohmybash%2Foh-my-bash
. https://github.com/login?return_to=%2Fohmybash%2Foh-my-bash
. https://github.com/ohmybash/oh-my-bash
. https://github.com/ohmybash/oh-my-bash/issues
. https://github.com/ohmybash/oh-my-bash/pulls
. https://github.com/ohmybash/oh-my-bash/discussions
. https://github.com/ohmybash/oh-my-bash/actions
. https://github.com/ohmybash/oh-my-bash/projects?type=beta
. https://github.com/ohmybash/oh-my-bash/wiki
. https://github.com/ohmybash/oh-my-bash/security
. https://github.com/ohmybash/oh-my-bash/pulse
. https://github.com/ohmybash/oh-my-bash
. https://github.com/ohmybash/oh-my-bash/issues
. https://github.com/ohmybash/oh-my-bash/pulls
. https://github.com/ohmybash/oh-my-bash/discussions
. https://github.com/ohmybash/oh-my-bash/actions
. https://github.com/ohmybash/oh-my-bash/projects?type=beta
. https://github.com/ohmybash/oh-my-bash/wiki
. https://github.com/ohmybash/oh-my-bash/security
. https://github.com/ohmybash/oh-my-bash/pulse
. https://github.com/ohmybash/oh-my-bash/tree/{{ urlEncodedRefName }}
. https://github.com/ohmybash/oh-my-bash/branches
. https://github.com/ohmybash/oh-my-bash/tree/{{ urlEncodedRefName }}
. https://github.com/ohmybash/oh-my-bash/tags
. https://github.com/ohmybash/oh-my-bash/branches
. https://github.com/ohmybash/oh-my-bash/tags
. https://github.com/akinomyoga
. View all commits by akinomyoga
https://github.com/ohmybash/oh-my-bash/commits?author=akinomyoga
. Merge pull request #262 from einwickler/rana-frozen-hist rana: Fixing #248
https://github.com/ohmybash/oh-my-bash/commit/985edbc7c16f9d2b42dccfe7b96a96c0f46578b0
. https://github.com/ohmybash/oh-my-bash/pull/262
. Merge pull request #262 from einwickler/rana-frozen-hist rana: Fixing #248
https://github.com/ohmybash/oh-my-bash/commit/985edbc7c16f9d2b42dccfe7b96a96c0f46578b0
. https://github.com/ohmybash/oh-my-bash/commit/985edbc7c16f9d2b42dccfe7b96a96c0f46578b0
. https://github.com/ohmybash/oh-my-bash/commit/985edbc7c16f9d2b42dccfe7b96a96c0f46578b0
. https://github.com/ohmybash/oh-my-bash/pull/262
. https://github.com/ohmybash/oh-my-bash/commit/985edbc7c16f9d2b42dccfe7b96a96c0f46578b0
. https://github.com/ohmybash/oh-my-bash/issues/248
. https://github.com/ohmybash/oh-my-bash/commits/master
. https://github.com/ohmybash/oh-my-bash/tree/985edbc7c16f9d2b42dccfe7b96a96c0f46578b0
. .github
https://github.com/ohmybash/oh-my-bash/tree/master/.github
. Create FUNDING.yml
https://github.com/ohmybash/oh-my-bash/commit/670b544d73cb745f4bbf210443f9e20a54e3716f
. aliases
https://github.com/ohmybash/oh-my-bash/tree/master/aliases
. refactor: Normalize shebang of scripts to source
https://github.com/ohmybash/oh-my-bash/commit/c3bcc5c6d286c89e3e5c29154d3280dc8b2ec804
. cache
https://github.com/ohmybash/oh-my-bash/tree/master/cache
. Fix .gitignore
https://github.com/ohmybash/oh-my-bash/commit/508384016fa04666668a2317ee384eca278303e1
. completions
https://github.com/ohmybash/oh-my-bash/tree/master/completions
. refactor: Normalize shebang of scripts to source
https://github.com/ohmybash/oh-my-bash/commit/c3bcc5c6d286c89e3e5c29154d3280dc8b2ec804
. custom
https://github.com/ohmybash/oh-my-bash/tree/master/custom
. fix path for custom completions (#149)
https://github.com/ohmybash/oh-my-bash/commit/48df2df79cb604f66ae95fac7d96003791aea7a6
. https://github.com/ohmybash/oh-my-bash/pull/149
. fix path for custom completions (#149)
https://github.com/ohmybash/oh-my-bash/commit/48df2df79cb604f66ae95fac7d96003791aea7a6
. img
https://github.com/ohmybash/oh-my-bash/tree/master/img
. README: Sanitization for local repositories (#84) * README: Sanitization for local repos * img: Added new directory for images * fixed syntax err
https://github.com/ohmybash/oh-my-bash/commit/aec04995a2c5277cebbab1200bf4a573d127fd5d
. https://github.com/ohmybash/oh-my-bash/pull/84
. README: Sanitization for local repositories (#84) * README: Sanitization for local repos * img: Added new directory for images * fixed syntax err
https://github.com/ohmybash/oh-my-bash/commit/aec04995a2c5277cebbab1200bf4a573d127fd5d
. lib
https://github.com/ohmybash/oh-my-bash/tree/master/lib
. lib/{utils,omb-prompt-colors}: Support bright color names
https://github.com/ohmybash/oh-my-bash/commit/973a8bdf30456b1d073bd81aa94a18cfd322366b
. log
https://github.com/ohmybash/oh-my-bash/tree/master/log
. Fix .gitignore
https://github.com/ohmybash/oh-my-bash/commit/508384016fa04666668a2317ee384eca278303e1
. plugins
https://github.com/ohmybash/oh-my-bash/tree/master/plugins
. lib/omb-prompt-colors: Rename basic colors
https://github.com/ohmybash/oh-my-bash/commit/827277253a4621331a8718421291adeb2e5702b9
. templates
https://github.com/ohmybash/oh-my-bash/tree/master/templates
. templates/bashrc: Fix quoting
https://github.com/ohmybash/oh-my-bash/commit/22e6f0b6ec90795ceaaf0e6a52079032d0b0f4e0
. themes
https://github.com/ohmybash/oh-my-bash/tree/master/themes
. themes/rana: Refactor
https://github.com/ohmybash/oh-my-bash/commit/d1171d3b5d5299f832228e674d250c51aedd8eec
. tools
https://github.com/ohmybash/oh-my-bash/tree/master/tools
. tools/upgrade: Print instructions on upgrading failures
https://github.com/ohmybash/oh-my-bash/commit/e58334b1dfbf43b59570c09268666ce48403d4b0
. .editorconfig
https://github.com/ohmybash/oh-my-bash/blob/master/.editorconfig
. Fix few issues & improve framework functionality - Fixed LSCOLORS from theme-and-appearance.sh - Fixed ii() command in core plugin - Stop using .bashrc as Oh-My-Bash profile, use .bash_profile instead - Automate backport new version for old version users - Added .editorconfig for future contribution
https://github.com/ohmybash/oh-my-bash/commit/b85f75f798944ca98f6c4c826ade85cd1a876c15
. .gitignore
https://github.com/ohmybash/oh-my-bash/blob/master/.gitignore
. removed checks and updated read me - checks have been removed to in favor of conditional plugin loading - .gitignore has been updated to ignore .tmp files - main README has been updated to reflect conditional plugin loading - tmux-autoattach plugin README has been updated to reflect conditional plugin loading options
https://github.com/ohmybash/oh-my-bash/commit/e327e66c026e3513ff881e3935018e1041b0eb3e
. CODE_OF_CONDUCT.md
https://github.com/ohmybash/oh-my-bash/blob/master/CODE_OF_CONDUCT.md
. Create CODE_OF_CONDUCT.md (#35)
https://github.com/ohmybash/oh-my-bash/commit/dcf1b264769901d19203eb078cbcc795cb5699ef
. https://github.com/ohmybash/oh-my-bash/pull/35
. Create CODE_OF_CONDUCT.md (#35)
https://github.com/ohmybash/oh-my-bash/commit/dcf1b264769901d19203eb078cbcc795cb5699ef
. CONTRIBUTING.md
https://github.com/ohmybash/oh-my-bash/blob/master/CONTRIBUTING.md
. CONTRIBUTING: add a request for the update of the wiki page of Themes
https://github.com/ohmybash/oh-my-bash/commit/1f63760f5ec87f4a3e39729655663811cbf8d765
. LICENSE.md
https://github.com/ohmybash/oh-my-bash/blob/master/LICENSE.md
. LICENSE: Recover the original copyright notice from Oh My Zsh The MIT license does not allow to remove the copyright notice.
https://github.com/ohmybash/oh-my-bash/commit/4cc3ce04a4f739659a7d415f377a25935ac5e39d
. README.md
https://github.com/ohmybash/oh-my-bash/blob/master/README.md
. themes/modern-t: Print information on the command "t" when it's not found
https://github.com/ohmybash/oh-my-bash/commit/46818bec1795e26acbcc8ce67ab26ac8f26bff4c
. oh-my-bash.sh
https://github.com/ohmybash/oh-my-bash/blob/master/oh-my-bash.sh
. lib/omb-prompt-*: Adjust conflicts and dependencies
https://github.com/ohmybash/oh-my-bash/commit/d0e61d2261117f22c3a5c3b6a6e8d0ab0b2f8a97
. https://github.com/ohmybash/oh-my-bash#getting-started
. https://github.com/ohmybash/oh-my-bash#prerequisites
. https://github.com/ohmybash/oh-my-bash#basic-installation
. https://github.com/ohmybash/oh-my-bash#via-curl
. https://github.com/ohmybash/oh-my-bash#via-wget
. https://github.com/ohmybash/oh-my-bash#using-oh-my-bash
. https://github.com/ohmybash/oh-my-bash#plugins
. https://github.com/ohmybash/oh-my-bash#enabling-plugins
. https://github.com/ohmybash/oh-my-bash#with-conditionals
. https://github.com/ohmybash/oh-my-bash#using-plugins
. https://github.com/ohmybash/oh-my-bash#themes
. https://github.com/ohmybash/oh-my-bash#selecting-a-theme
. https://github.com/ohmybash/oh-my-bash#advanced-topics
. https://github.com/ohmybash/oh-my-bash#advanced-installation
. https://github.com/ohmybash/oh-my-bash#custom-directory
. https://github.com/ohmybash/oh-my-bash#manual-installation
. https://github.com/ohmybash/oh-my-bash#1-clone-the-repository
. https://github.com/ohmybash/oh-my-bash#2-optionally-backup-your-existing-bashrc-file
. https://github.com/ohmybash/oh-my-bash#3-create-a-new-sh-configuration-file
. https://github.com/ohmybash/oh-my-bash#4-reload-your-bashrc
. https://github.com/ohmybash/oh-my-bash#5-initialize-your-new-bash-configuration
. https://github.com/ohmybash/oh-my-bash#installation-problems
. https://github.com/ohmybash/oh-my-bash#customization-of--plugins-and-themes
. https://github.com/ohmybash/oh-my-bash#getting-updates
. https://github.com/ohmybash/oh-my-bash#manual-updates
. https://github.com/ohmybash/oh-my-bash#uninstalling-oh-my-bash
. https://github.com/ohmybash/oh-my-bash#contributing
. https://github.com/ohmybash/oh-my-bash#contributors
. https://github.com/ohmybash/oh-my-bash#license
. https://github.com/ohmybash/oh-my-bash#readme
. https://www.gnu.org/software/bash/
. https://github.com/ohmybash/oh-my-bash/tree/master/plugins
. https://github.com/ohmybash/oh-my-bash/wiki/Plugins
. https://github.com/ohmybash/oh-my-bash/wiki/Themes
. https://github.com/robbyrussell/oh-my-zsh/wiki/themes
. https://github.com/ohmybash/oh-my-bash/blob/master/img/example_powerline.png
. https://github.com/ohmybash/oh-my-bash/wiki/External-themes
. https://www.gnu.org/software/bash/
. https://github.com/ohmybash/oh-my-bash/issues
. https://github.com/ohmyzsh/ohmyzsh
. https://github.com/ohmybash/oh-my-bash/blob/master/LICENSE.md
. https://ohmybash.github.io
https://ohmybash.github.io/
. Topic: shell
https://github.com/topics/shell
. Topic: theme
https://github.com/topics/theme
. Topic: productivity
https://github.com/topics/productivity
. Topic: terminal
https://github.com/topics/terminal
. Topic: bash-configuration
https://github.com/topics/bash-configuration
. Topic: oh-my-bash
https://github.com/topics/oh-my-bash
. https://github.com/ohmybash/oh-my-bash#readme
. https://github.com/ohmybash/oh-my-bash/blob/master/LICENSE.md
. https://github.com/ohmybash/oh-my-bash/blob/master/CODE_OF_CONDUCT.md
. https://github.com/ohmybash/oh-my-bash/stargazers
. https://github.com/ohmybash/oh-my-bash/watchers
. https://github.com/ohmybash/oh-my-bash/network/members
. https://github.com/ohmybash/oh-my-bash/releases
. https://patreon.com/nntoan
. https://www.buymeacoffee.com/nntoan
. https://github.com/orgs/ohmybash/packages?repo_name=oh-my-bash
. https://github.com/ohmybash/oh-my-bash/graphs/contributors
. https://github.com/akinomyoga
. https://github.com/nntoan
. https://github.com/chopnico
. https://github.com/MichaelAnckaert
. https://github.com/JamesMConroy
. https://github.com/Kreyren
. https://github.com/DaarkMoon
. https://github.com/deepan10
. https://github.com/sethbergman
. https://github.com/rrthomas
. https://github.com/rpotter12
. https://github.com/ohmybash/oh-my-bash/graphs/contributors
. https://github.com/ohmybash/oh-my-bash/search?l=shell
. https://docs.github.com/en/github/site-policy/github-terms-of-service
. https://docs.github.com/en/github/site-policy/github-privacy-statement
. https://github.com/security
. https://www.githubstatus.com/
. https://docs.github.com/
. https://support.github.com/?tags=dotcom-footer
. https://github.com/pricing
. https://docs.github.com/
. https://services.github.com/
. https://github.blog/
. https://github.com/about
. https://github.com/ohmybash/
. https://github.com/ohmybash/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment