Code Monkey home page Code Monkey logo

zeesh's Introduction

zeesh

A lightweight, fast and easy-to-use framework for the Z Shell.

▒▒▒▒ ▒▒   ▒▒▒▒ ▒▒   ▒▒▒▒ ▒▒
▒▒ ■ ▒▒   ▒▒ ■ ▒▒   ▒▒ ■ ▒▒
▒▒ ▒▒▒▒   ▒▒ ▒▒▒▒   ▒▒ ▒▒▒▒

Installation

In order to install zeesh, you'll first need to have the following packages installed on your system:

  1. zsh: Required for zeesh to function as a whole.
  2. curl: Used to run the installation script.
  3. git: Used to download the repository & for other internal components

After ensuring that those packages are installed, run this command in your terminal:

zsh -c "$(curl -s 'https://raw.githubusercontent.com/Kqpa/zeesh/master/.install.sh')"

Information

  • You can manage zeesh's configuration by running zeesh config. You have a bunch of options like editing & resetting your zeesh configuraiton.

  • If you want to uninstall zeesh, run zeesh uninstall in your terminal and reload your shell configuration by running source ~/.zshrc.

  • If you want to update your current zeesh installation, run zeesh update in your terminal and reload your shell configuration by running source ~/.zshrc.

  • If your zeesh configuration is not up-to-date, you can see the latest configuration file by running zeesh config example. If you want to use the latest zeesh configuration, run zeesh config reset, this will reset your configuration to the default configuration of your zeesh installation. You can roll-back to your previous zeesh configuration by running zeesh config recover.

  • If you want to disable a shell script or a whole directory, you can add a dot before the file/folder. For example, if you want to disable ./src/scripts/ccp.sh, you can change the file name of ccp.sh to .ccp.sh. - If you want to disable a directory, let's say ./src/scripts, you can change the directory name from scripts to .scripts.

Features

  • zeesh ships itself with a lot of convinient shell aliases that are sourced from ./src/aliases/*
  • zeesh has a lot of convinient shell scripts that allow you to automate tasks, which are sourced from ./src/scripts/*.
  • zeesh gives you the ability to tweak your terminal with pre-configured prompts & TTY themes.

Shell Prompts

  • Minimal

  • Space

  • Classic

TTY Themes

  • Solarized Light

  • Solarized Dark

  • Dracula Dark

  • Soft Dark

zeesh's People

Contributors

kqpa avatar

Stargazers

Danyal Ijaz avatar stampe avatar

Watchers

 avatar

zeesh's Issues

colorpanes as replacement for `src/candy/panes.sh`

I made the colorpanes program to replace panes scripts such as yours and copies like it. Are you interested in replacing the script with colorpanes?

Benefits of colorpanes opposed to panes.sh:

  • foreground and background color to have a shadow
  • ability to control height and width of colorpanes
  • select between horizontal and vertical colorpanes
  • ability to remove margin
  • ability to add captions
  • made in Rust: memory-safe, fast, code that you can actually understand unlike the panes.sh

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.