https://github.com/amreshpro/zsh-theme
It is oh-my-zsh terminal theme, which increase your productivity during coding.
https://github.com/amreshpro/zsh-theme
oh-my-zsh oh-my-zsh-plugin oh-my-zsh-theme zsh zshrc
Last synced: about 1 month ago
JSON representation
It is oh-my-zsh terminal theme, which increase your productivity during coding.
- Host: GitHub
- URL: https://github.com/amreshpro/zsh-theme
- Owner: amreshpro
- Created: 2023-06-13T11:15:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-27T15:25:13.000Z (over 1 year ago)
- Last Synced: 2025-03-26T15:42:09.316Z (about 2 months ago)
- Topics: oh-my-zsh, oh-my-zsh-plugin, oh-my-zsh-theme, zsh, zshrc
- Language: Shell
- Homepage:
- Size: 486 KB
- Stars: 24
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
oh-my-zsh



Oh My Zsh is an open source, community-driven framework for managing your zsh configuration.
Sounds boring. Let's try again.
**Oh My Zsh will not make you a 10x developer...but you may feel like one.**
### Install oh-my-zsh via curl
```bash
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
```
### Install oh-my-zsh via wget
```bash
sh -c "$(wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"
```
### Manual Installation```sh
git clone https://github.com/ohmyzsh/ohmyzsh.git ~/.oh-my-zsh
```## Use My Custom Theme - ```amresh.zsh-theme```
### amresh


### Installation
```sh
git clone https://github.com/amreshpro/zsh-theme.git randomTestFolder
```
#### Go to ```randomTestFolder``````sh
cd /yourpath/randomTestFolder
```#### Copy ```amresh.zsh-theme``` file in ```~/.oh-my-zsh/themes/```
```sh
sudo cp amresh.zsh-theme ~/.oh-my-zsh/themes/
```## Enabling Plugins & Change Themes
### Open and edit the ```.zshrc``` config file
### Open using Vs Code
```sh
code ~/.zshrc
```
### Open using vim
```sh
vim ~/.zshrc
```### Change default theme to amresh theme
```sh
ZSH_THEME="robbyrussell" --> ZSH_THEME="amresh"
```### now
```sh
ZSH_THEME="amresh"
```#### Save the file and reopen your terminal
### your terminal look like this.
> How This Theme look in Vs Code


