A ZSH theme designed with elevated customizations
This is a theme for oh-my-zsh best optimized for people who use;
After oh-my-zsh, clone this them to your local machine using;
For SSH:
git clone git@github.com:OlukaDenis/DTheme.git
For HTTP:
git clone https://github.com/OlukaDenis/DTheme.git
Then:
cd DTheme
chmod +x install.sh
./install.sh
When prompted, locate the line that has ZSH_THEME="some-other-theme"
and replace some-other-theme
with DTheme
.
ctrl + x
If you are working on adding features, PRs, or bugfixes, this section should help get you going.
git checkout -b your-feature-branch
git commit -am 'Add some feature'
git push origin your-new-feature