https://github.com/richardtbell/zsh-twoLine-theme
https://github.com/richardtbell/zsh-twoLine-theme
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/richardtbell/zsh-twoLine-theme
- Owner: richardtbell
- Created: 2018-04-29T08:15:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-27T10:24:53.000Z (over 3 years ago)
- Last Synced: 2024-08-13T07:15:57.819Z (8 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- jimsghstars - richardtbell/zsh-twoLine-theme - (Shell)
README
# To install zsh with twoLine theme
```bash
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"curl -o ~/.oh-my-zsh/themes/twoLine.zsh-theme https://raw.githubusercontent.com/richardtbell/zsh-twoLine-theme/master/twoLine.zsh-theme
sed -i -e 's/ZSH_THEME="robbyrussell"/ZSH_THEME="twoLine"/g' ~/.zshrc
source ~/.zshrc
```https://medium.com/buildit/5-simple-tips-to-speed-up-your-development-environment-5a115290f5a1