Renaming to ez.sh
This commit is contained in:
12
README.md
12
README.md
@@ -1,4 +1,4 @@
|
|||||||
# quickz-sh
|
# ezsh
|
||||||
A simple script to setup an awesome shell environment.
|
A simple script to setup an awesome shell environment.
|
||||||
Quickly install and setup zsh and oh-my-zsh (https://github.com/robbyrussell/oh-my-zsh) with
|
Quickly install and setup zsh and oh-my-zsh (https://github.com/robbyrussell/oh-my-zsh) with
|
||||||
* powerlevel10k theme (https://github.com/romkatv/powerlevel10k)
|
* powerlevel10k theme (https://github.com/romkatv/powerlevel10k)
|
||||||
@@ -27,9 +27,9 @@ Sets following useful aliases:
|
|||||||
|
|
||||||
## Demo
|
## Demo
|
||||||
|
|
||||||
Currently the command prompt looks like this (easily customize it in zshrc)
|
Currently the command prompt looks like this (easily customize it by placing your config in ~/.config/ezsh/zshrc/)
|
||||||

|

|
||||||
user : directory : git stats : last command exit code : ip : todo tasks : free memory: load : time
|
user : directory : git stats : last command exit code free memory: load : time
|
||||||
|
|
||||||
Watch this to get an idea of what your Shell (well, life!) could be like!!
|
Watch this to get an idea of what your Shell (well, life!) could be like!!
|
||||||
|
|
||||||
@@ -42,9 +42,9 @@ Requirements:
|
|||||||
* `python3` or `python` is required to run option '-c' which copies history from .bash_history
|
* `python3` or `python` is required to run option '-c' which copies history from .bash_history
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
git clone https://github.com/jotyGill/quickz-sh.git
|
git clone https://github.com/jotyGill/ezsh
|
||||||
cd quickz-sh
|
cd ezsh
|
||||||
./quickz.sh -c # only run with '-c' the first time, running multiple times will duplicate history entries
|
./ez.sh -c # only run with '-c' the first time, running multiple times will duplicate history entries
|
||||||
```
|
```
|
||||||
|
|
||||||
Change your terminals fonts to either "RobotoMono Nerd Font" or "Hack Nerd Font" or "DejaVu Sans Mono Nerd Fonts".
|
Change your terminals fonts to either "RobotoMono Nerd Font" or "Hack Nerd Font" or "DejaVu Sans Mono Nerd Fonts".
|
||||||
|
|||||||
Reference in New Issue
Block a user