https://github.com/aunggphyo/ap2.zsh
my customized zsh theme
https://github.com/aunggphyo/ap2.zsh
zsh-theme
Last synced: 24 days ago
JSON representation
my customized zsh theme
- Host: GitHub
- URL: https://github.com/aunggphyo/ap2.zsh
- Owner: aunggphyo
- License: mit
- Created: 2024-09-19T10:14:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-12T09:29:21.000Z (over 1 year ago)
- Last Synced: 2026-02-09T04:36:15.545Z (3 months 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
- awesome-zsh-plugins - ap2 - Minimalist them with decortators for time, OS, current directory, `git` status and the last command's exit status. (Themes / ZSH on Windows)
- fucking-awesome-zsh-plugins - ap2 - Minimalist them with decortators for time, OS, current directory, `git` status and the last command's exit status. (Themes / ZSH on Windows)
README
# AP2 ZSH Theme
### Terminal Preview

### Terminal Style


### 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)