https://github.com/albertfdp/albertfdp.zsh-theme
A minimal ZSH theme
https://github.com/albertfdp/albertfdp.zsh-theme
Last synced: 3 months ago
JSON representation
A minimal ZSH theme
- Host: GitHub
- URL: https://github.com/albertfdp/albertfdp.zsh-theme
- Owner: albertfdp
- License: mit
- Created: 2020-05-25T17:42:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-25T17:48:57.000Z (about 6 years ago)
- Last Synced: 2025-05-24T01:39:38.983Z (about 1 year ago)
- Size: 213 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# minimal zsh theme
A minimal ZSH theme. If you use iTerm2, you can move the git status info to the status bar, and then keep zsh clean and minimal.
## Getting started
Clone this repo
```
$ git clone git@github.com:albertfdp/albertfdp.zsh-theme.git
$ cd albertfdp.zsh-theme
```
### Installing
Copy the `albertfdp.zsh-theme` to `~/.oh-my-zsh/custom/themes/albertfdp.zsh-theme`
```
$ cd albertfdp.zsh-theme
$ mv albertfdp.zsh-theme ~/.oh-my-zsh/custom/themes/albertfdp.zsh-theme
```
Then go to your `~/.zshrc` file and change the `ZSH_THEME` to `albertfdp`:
```
$ vim ~/.zshrc
```