Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aungphyoex/ap2.zsh
my customized zsh theme
https://github.com/aungphyoex/ap2.zsh
zsh-theme
Last synced: 6 days ago
JSON representation
my customized zsh theme
- Host: GitHub
- URL: https://github.com/aungphyoex/ap2.zsh
- Owner: aungphyoex
- License: mit
- Created: 2024-09-19T10:14:51.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T09:29:21.000Z (about 2 months ago)
- Last Synced: 2024-12-24T16:36:33.020Z (14 days ago)
- Topics: zsh-theme
- Language: Shell
- Homepage:
- Size: 622 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AP2 ZSH Theme
### Terminal Preview
![ZSH Preview](/images/1.png)### Terminal Style
![ZSH Preview](/images/2.png)
![ZSH Preview](/images/3.png)### Zsh Syntax Highlighting
```shell
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
```
### Zsh Autosuggestions
```shell
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
```**`.zshrc`**
```shell
plugins=( git zsh-syntax-highlighting zsh-autosuggestions )
```You can check how to install git on ubuntu and configure `.zsh`
[Install Git On Ubuntu 24.04](https://www.aungpyaephyo.com/blog/git-in-ubuntu)