Git Product home page Git Product logo

fizsh's Introduction

fizsh

FIZSH is the Friendly Interactive ZSHell. It is a front end to ZSH. It provides the user of ZSH with interactive syntax-highting and Matlab-like history search. It also has a both short and informative prompt.

install

In order to install FIZSH, you may run the following:

user@localmachine$ mkdir ./fizsh 

user@localmachine$ git clone https://github.com/zsh-users/fizsh.git
Initialized empty Git repository in /path/to/fizsh/.git/
...

user@localmachine$ cd ./fizsh

user@localmachine$ ./configure 

user@localmachine$ # or ./configure --prefix=/usr --includedir=/usr/include --datadir=/usr/share \
                                    --bindir=/usr/bin --libexecdir=/usr/lib/fizsh \
                                    --localstatedir=/var --sysconfdir=/etc/
					    
checking for a BSD-compatible install... /usr/bin/install -c
...

user@localmachine$ make
Making all in src
...

user@localmachine$ sudo make install
Making install in src
...

user@localmachine$ fizsh     
Welcome to fizsh, the friendly interactive zshell
Type man fizsh for instructions on how to use fizsh
user@localmachine /p/t/fizsh> 

Those without access to a privileged account may install fizsh in their home directory:

user@localmachine$ export PATH=$PATH:$HOME/bin && ./configure --prefix=$HOME && make && make install
...

user@localmachine$ fizsh     
Welcome to fizsh, the friendly interactive zshell
Type man fizsh for instructions on how to use fizsh
user@localmachine /p/t/fizsh> 

Users on Debian based systems can install the latest binary package from Sourceforge:

user@localmachine$ wget --no-check-certificate --output-document=fizsh_1.0.8-1_all.deb \ 
                       "https://downloads.sourceforge.net/project/fizsh/fizsh_1.0.8-1_all.deb"

user@localmachine$ sudo dpkg -i ./fizsh_1.0.8-1_all.deb
Selecting previously deselected package fizsh.
...

user@localmachine$ fizsh
Welcome to fizsh, the friendly interactive zshell
Type man fizsh for instructions on how to use fizsh
user@localmachine /p/t/current_dir> 

Users of "Debian" and "Ubuntu" may simply run:

user@localmachine$ sudo apt-get install fizsh
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
...

Debian / Sid tends to contain a more recent version of Fizsh.

uninstall

In order to uninstall FIZSH, run:

user@localmachine /p/t/fizsh> sudo make uninstall
Making uninstall in src
...

Those who have installed fizsh through a Debian-based package manager, such as dpkg or apt-get, may run:

user@localmachine /p/t/current_dir> sudo apt-get remove fizsh
(Reading database ... 399874 files and directories currently installed.)
...

fizsh's People

Contributors

guidovansteen avatar nicoulaj avatar wdkrnls avatar

Watchers

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