Add: gurk
This commit is contained in:
parent
044491d896
commit
b2a8dfdaab
3 changed files with 9 additions and 1 deletions
|
@ -29,6 +29,7 @@ Some configurations for these tools:
|
|||
- asciinema
|
||||
- broot
|
||||
- hgrep
|
||||
- gurk
|
||||
|
||||
You need to install:
|
||||
|
||||
|
|
|
@ -324,7 +324,13 @@ function update-homes -d "Update homes configuration"
|
|||
end
|
||||
|
||||
if set -q _flag_desktop
|
||||
mkdir -p ~/.local/share/poezio2/logs
|
||||
|
||||
echo
|
||||
echo
|
||||
echo (set_color 719cd6)"*** Install gurk ***"(set_color normal)
|
||||
echo
|
||||
cargo install --git "https://github.com/boxdot/gurk-rs" gurk
|
||||
|
||||
echo
|
||||
echo
|
||||
echo (set_color 719cd6)"*** Copying desktop part ***"(set_color normal)
|
||||
|
|
|
@ -3,6 +3,7 @@ name: chat
|
|||
windows:
|
||||
- news: newsboat
|
||||
- xmpp: poezio
|
||||
- gurk: gurk
|
||||
- mail: neomutt
|
||||
- toot: toot tui
|
||||
- cal: ikhal
|
||||
|
|
Loading…
Reference in a new issue