Coder Social home page Coder Social logo

roguescholar / flatpak-zsh-completion Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bilelmoussaoui/flatpak-zsh-completion

0.0 2.0 0.0 8.52 MB

ZSH completion for Flatpak

License: GNU General Public License v3.0

Shell 100.00%
zsh zsh-plugin zsh-custom zsh-completions flatpak oh-my-zsh-plugin antibody antigen zgen zplug

flatpak-zsh-completion's Introduction

Flatpak completion for Z shell (Zsh)

Flatpak logo Zsh wizard logo

Repository code size in bytes

GIF animation of command completion occuring in a Z shell terminal

Dependencies

Compatible Z shell plugin frameworks

Installation

Using Antibody

  • If you use a separate plugins file
echo "antibody github bilelmoussaoui/flatpak-zsh-completion" >> ${ZDOTDIR:-$HOME}/.zsh_plugins.txt
  • If you list your plugins within .zshrc
echo "antibody github bilelmoussaoui/flatpak-zsh-completion" >> ${ZDOTDIR:-$HOME}/.zshrc

Using Antigen

echo "antigen bundle bilelmoussaoui/flatpak-zsh-completion" >> ${ZDOTDIR:-$HOME}/.zshrc

Using Oh-My-Zsh

  1. Clone this repository under the custom plugins directory
cd $ZSH_CUSTOM/plugins
git clone https://github.com/bilelmoussaoui/flatpak-zsh-completion flatpak
  1. Add flatpak to the plugins array in .zshrc
plugins+=(flatpak)

Using Zgen

  • Place the following string on its own line in .zshrc directly after source "${HOME}/.zgen/zgen.zsh"
zgen load bilelmoussaoui/flatpak-zsh-completion

Using ZPlug

Add this string on its own line in .zshrc between source ~/.zplug/init.zsh and zplug load

zplug "bilelmoussaoui/flatpak-zsh-completion", nice:10

Getting started

Choose one of the methods below to activate the plugin on your system:

  • Restart your terminal emulator

    or

  • Source the .zshrc file

source ${ZDOTDIR:-$HOME}/.zshrc

Donating

License

This code is provided under the terms of the GNU General Public License, version 3.0. The full text describing the rights and responsibilities of those who make use of it, can be found in the LICENSE file.

SPDX­-License­-Identifier: GPL-3.0-only

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.