Skip to content

Collection of standalone configs for zsh for easy-to-use setup for new machines/etc based on Prototik's Dotfiles

License

Notifications You must be signed in to change notification settings

Nik-mmzd/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prototik's McModder's dotfiles

Collection of standalone configs for zsh for easy-to-use setup for new machines /etc

One-click installation

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).

Manual installation

echo 'ZDOTDIR="$HOME/.zsh"` >> ~/.zshenv
source ~/.zshenv
git clone https://git.modder.pw/mcmodder/dotfiles-patches.git "$ZDOTDIR"

Configure keybinds

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

Updating

This template contains simple wrapper around git called rc. To update your dotfiles do rc update.

Customizing

Add new files to $ZDOTDIR/.zshrc.d with zsh extension and... that's it. You need more? Why?

About

Collection of standalone configs for zsh for easy-to-use setup for new machines/etc based on Prototik's Dotfiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages