Giter Site home page Giter Site logo

jimkil / zinit-configs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zdharma-continuum/zinit-configs

0.0 0.0 0.0 341 KB

Real-world configuration files (basically zshrc-s) holding Zinit (former Zplugin) invocations

License: MIT License

Shell 99.64% Dockerfile 0.36%

zinit-configs's Introduction

Zinit Configurations

Searching the repository

Use the Github search interface โ€“ just enter a query (i.e., trapd00r/LS_COLORS like in the picture below, to find zshrc with references to this plugin, and ensure that you activate the "in this repository" variant of the search:

Starting search

Then, results should appear like below:

Search results

Submitting zshrc

Open a PR

The repository structure

The structure of the repository is very simple: in its main directory there are directories located, named after the user-names of the submitting users. In those directories there are the zshrc files that the user decided to share.

Requirements

You should have docker and zsh installed to use this functionality.

fzf or fzy in your $PATH. You might choose to install any of them via zinit:

fzf

zinit for \
    as"command" \
    from"gh-r" \
    load \
  @junegunn/fzf-bin

fzy

zinit for \
    as"command" \
    atclone"cp contrib/fzy-* $ZPFX/bin/" \
    load \
    make"!PREFIX=$ZPFX install" \
    pick"$ZPFX/bin/fzy*" \
  @jhawthorn/fzy

Keep in mind you will need a few Gb of free space to store docker images.

Running a configuration

To try a configuration, you have to clone this repository and execute a run.sh script:

git clone https://github.com/zdharma-continuum/zinit-configs
cd zinit-configs
./run.sh

Or you can install this repository as a zsh plugin!

zinit load zdharma-continuum/zinit-configs
zinit configs

Now you will have to wait for a few minutes, while the required environment is being installed into the docker image. The next time you will want to try a configuration, loading it will take less time.

zinit-configs's People

Contributors

agkozak avatar jubishop avatar lainiwa avatar nicholas85 avatar numtostr avatar pschmitt avatar psprint avatar vladdoster avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.