https://github.com/DevInsideYou/install-powerlevel10k
https://github.com/DevInsideYou/install-powerlevel10k
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/DevInsideYou/install-powerlevel10k
- Owner: DevInsideYou
- License: mit
- Created: 2022-08-06T01:42:36.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-06T01:45:04.000Z (almost 3 years ago)
- Last Synced: 2024-08-13T07:15:54.080Z (10 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - DevInsideYou/install-powerlevel10k - (Shell)
README
### Have these installed before you start:
* [Zsh & Oh My Zsh](https://github.com/DevInsideYou/install-zsh)# Installs [Powerlevel10k](https://github.com/romkatv/powerlevel10k) on [Ubuntu](https://www.ubuntu.com/)
```bash
curl -fLOs https://script.install.devinsideyou.com/powerlevel10k
chmod +x powerlevel10k && ./powerlevel10k
```