Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ricard-ferrero/cafeconbits-zsh-theme
A ZSH theme simple, clear and has a coffee cup ☕ (inspired by "robbyrussell" theme).
https://github.com/ricard-ferrero/cafeconbits-zsh-theme
Last synced: about 1 month ago
JSON representation
A ZSH theme simple, clear and has a coffee cup ☕ (inspired by "robbyrussell" theme).
- Host: GitHub
- URL: https://github.com/ricard-ferrero/cafeconbits-zsh-theme
- Owner: ricard-ferrero
- License: mit
- Created: 2024-07-14T09:32:40.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-07-14T09:50:29.000Z (5 months ago)
- Last Synced: 2024-08-02T07:07:31.974Z (4 months ago)
- Language: Shell
- Size: 103 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- trackawesomelist - cafeconbits (⭐0) - Simple theme with a coffee cup icon. Includes decorators for `git` status, current directory and the exit status of the last command. (Recently Updated / [Jul 16, 2024](/content/2024/07/16/README.md))
README
# ZSH theme "Cafe con Bits"
Welcome to my personal **ZSH theme "Cafe con Bits"**: it's simple, clear and has a coffee cup ☕.
![Exemple ot a terminal](./readme-images/exemple.png)
Inspired by `robbyrussell` theme.
## How to install
It works on **Oh My Zsh**: https://ohmyz.sh/
If you didn't installed, go to that web and install it before continue.
Once it is installed, you can find all the themes in `~/.oh-my-zsh/themes/`.
First, copy de file `cafeconbits.zsh-theme` to that path. Open the terminal and go to this project's directory:
```
$ cp cafeconbits.zsh-theme ~/.oh-my-zsh/themes/
```Second and last, open the `~/.zshrc` configuration file, and change the variable `ZSH_THEME`:
```
# ZSH_THEME="robbyrussell"
ZSH_THEME="cafeconbits"
```Now, open a new terminal and enjoy it! ☕