My personal zsh framework to get ride of heavy and slow oh my zsh.
Go to file
Sameer Rahmani 93542a3506 Add two new git functions for 'fixup' and 'show' using filter 2022-11-24 11:04:03 +00:00
aliases Add more git helper functions for diffing branches 2022-07-18 18:19:11 +01:00
lib Add two new git functions for 'fixup' and 'show' using filter 2022-11-24 11:04:03 +00:00
plugins git prompt has been updated 2020-02-18 13:33:55 +00:00
scripts fix the installation script 2022-09-05 16:03:24 +01:00
themes Rename the damn-mac theme 2021-12-08 19:31:58 +00:00
.Xdefaults .Xdefault added 2015-08-28 23:17:58 +04:30
.gitmodules update the modules urls 2022-09-05 15:41:38 +01:00
README.md Change the readme to point to the devheroes 2021-12-04 11:57:49 +00:00
my.zsh Break up the aliases 2021-12-08 21:52:25 +00:00
zshrc.sample Break up the aliases 2021-12-08 21:52:25 +00:00

README.md

MyZsh

My Zsh framework and configuration. It's minimal, simple and fast in compare to other frameworks. It designed for a lazy person like myself. :P

Installation

Use the following command to install My.Zsh:

sh -c "$(curl -fsSL https://devheroes.codes/lxsameer/my.zsh/raw/master/scripts/install.sh)"

In order to update your copy just use git pull to get the latest changes.

Configuration

The default configuration file is ~/.zshrc but you should use ~/.zshrc.override file in order to store you custom configurations.