Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 8 hours ago
JSON representation

It is oh-my-zsh terminal theme, which increase your productivity during coding.

Awesome Lists containing this project

README

        

oh-my-zsh

!["ss1"](screenshots/tss1.png)
!["ss1"](screenshots/tss2.png)
!["ss1"](screenshots/tss3.png)
!["ss1"](screenshots/tss4.png)

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
!["ss1"](screenshots/tss1.png)
!["ss1"](screenshots/tss2.png)
![amresh](https://i.imgur.com/aT6Od6S.png)

### 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
!["ss1"](screenshots/tss1.png)
!["ss1"](screenshots/tss2.png)
![amresh](https://i.imgur.com/SM441j1.png)