xaizek / hstr (License: Apachev2) (since 2018-12-07)
Bash and Zsh shell history suggest box - easily view, navigate, search and manage your command history.
Commit d446b5511f5775ae8f2034b89ef19f37bf6a700a

docs: Add installation instructions for Fedora based systems
Author: Tomas Babej
Author date (UTC): 2015-04-26 07:27
Committer name: Tomas Babej
Committer date (UTC): 2015-04-26 07:28
Parent(s): e3938d53c79d25886bb2718a5206e85accb42d13
Signing key:
Tree: c689ad3c510ff3657bc6f6d2e76e572a92e342d4
File Lines added Lines deleted
INSTALLATION.md 17 0
File INSTALLATION.md changed (mode: 100644) (index a093660..5261759)
... ... sudo apt-get install hh
15 15 ``` ```
16 16 Optionally [configure](CONFIGURATION.md) `hh` and check its [man page](README.md#documentation). Optionally [configure](CONFIGURATION.md) `hh` and check its [man page](README.md#documentation).
17 17
18 FEDORA & RHEL
19 -------------
20
21 With ```dnf``` available:
22
23 ```bash
24 sudo dnf copr enable tbabej/hstr -y
25 sudo dnf install hstr -y
26 ```
27
28 For Fedora based systems without dnf available:
29
30 1. Download the repo directly from the
31 [copr page](https://copr.fedoraproject.org/coprs/tbabej/hstr/)
32 and save it into ```/etc/yum.repos.d/``` directory.
33 1. ```sudo yum install hstr -y```
34
18 35
19 36 INSTALLATION FROM SOURCE CODE INSTALLATION FROM SOURCE CODE
20 37 ----------------------------- -----------------------------
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/hstr

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/hstr

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master