Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/amreshpro/zsh-theme
- Owner: amreshpro
- Created: 2023-06-13T11:15:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-27T15:25:13.000Z (12 months ago)
- Last Synced: 2023-11-27T16:36:33.609Z (12 months ago)
- Topics: oh-my-zsh, oh-my-zsh-plugin, oh-my-zsh-theme, zsh, zshrc
- Language: Shell
- Homepage:
- Size: 486 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)