My personal zsh framework to get ride of heavy and slow oh my zsh.
Ir para arquivo
Sameer Rahmani 60f3c3b55e
Fix the bug with dircolor on mac
2023-07-13 10:32:11 +01:00
aliases Add new git aliases for the new git functions 2022-11-24 11:11:44 +00:00
lib Fix the bug with dircolor on mac 2023-07-13 10:32:11 +01: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.