Collection of standalone configs for zsh for easy-to-use setup for new machines /etc
Main method of installation involves moving (almost) all zsh related things to separate directory and cloning this repo to that directory:
zsh <(curl -Ls https://l.modder.pw/zsh-install)
or you can use a direct link
zsh <(curl -Ls https://git.modder.pw/mcmodder/dotfiles-patches/raw/master/install.zsh)
You can specify ZDOTDIR location by -z
argument (by default ~/.zsh).
echo 'ZDOTDIR="$HOME/.zsh"` >> ~/.zshenv
source ~/.zshenv
git clone https://git.modder.pw/mcmodder/dotfiles-patches.git "$ZDOTDIR"
Generate zkbd mapping for you terminal:
autoload zkbd && zkbd
# Follow the instruction for zkbd
You rocks! Just restart your terminal (or do source "$ZDOTDIR/.zshrc"
) to see changes
This template contains simple wrapper around git
called rc
. To update your dotfiles do rc update
.
Add new files to $ZDOTDIR/.zshrc.d
with zsh extension and... that's it. You need more? Why?