Skip to content

Commit

Permalink
Merge pull request #2 from ebukaume/semi-automate-installation
Browse files Browse the repository at this point in the history
add semi-automated installation capability
  • Loading branch information
OlukaDenis authored Nov 12, 2019
2 parents 06db6d7 + 358553a commit d526404
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ This is a theme for [oh-my-zsh](https://ohmyz.sh/) best optimized for people who
Then:

> `cd DTheme`
- Copy the `DTheme.zsh-theme` located inside the DTheme folder

- Paste it into the `~/.oh-my-zsh/themes/` located at your home directory

- Edit the `~/.zshrc` and set;
`ZSH_THEME="DTheme"`
- After you restart your machine
- Boom :boom:: Enjoy your new experience with the DTheme
```sh
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`.
- Press `ctrl + x`
- Then restart your machine.
- Boom :boom:: Enjoy your new experience with the DTheme.

# Contributing

Expand Down
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cp DTheme.zsh-theme ~/.oh-my-zsh/themes
nano ~/.zshrc

0 comments on commit d526404

Please sign in to comment.