Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nimacpp/themes-zsh
zsh Theme for hackers
https://github.com/nimacpp/themes-zsh
hacker linux smail terminal termux zsh zsh-theme
Last synced: about 18 hours ago
JSON representation
zsh Theme for hackers
- Host: GitHub
- URL: https://github.com/nimacpp/themes-zsh
- Owner: nimacpp
- License: mit
- Created: 2022-04-28T18:06:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-12T07:05:11.000Z (10 months ago)
- Last Synced: 2024-07-17T08:40:36.537Z (5 months ago)
- Topics: hacker, linux, smail, terminal, termux, zsh, zsh-theme
- Language: Shell
- Homepage:
- Size: 250 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# themes-zsh
zsh Themes for hackers
# image of hacker zsh
# image of smail zsh
## install
```bash
git clone https://github.com/nimacpp/hacker-zsh.git
cd hacker-zsh
chmod +x install.sh
./install.sh
```and than
``` nano ~/.zshrc ```
and change to
ZSH_THEME="hacker"
and in the end
``` source ~/.zshrc ```