From 055c6d39ba49cdb6fa05752eb08aff539190f0e4 Mon Sep 17 00:00:00 2001 From: Ihar Hancharenka Date: Thu, 28 Sep 2023 10:07:59 +0300 Subject: [PATCH] m --- os/x-ui/term/kitty/kitty.txt | 6 ++++++ os/x-ui/term/kitty/themes.txt | 2 ++ pl/hs/inst/ghcup.txt | 6 ++++++ 3 files changed, 14 insertions(+) diff --git a/os/x-ui/term/kitty/kitty.txt b/os/x-ui/term/kitty/kitty.txt index 4c2d14b40..75975ea9e 100644 --- a/os/x-ui/term/kitty/kitty.txt +++ b/os/x-ui/term/kitty/kitty.txt @@ -9,3 +9,9 @@ https://sw.kovidgoyal.net/kitty/remote-control.html binary inst https://sw.kovidgoyal.net/kitty/binary/ + curl -L https://sw.kovidgoyal.net/kitty/installer.sh | sh /dev/stdin + mkdir ~/.local/bin/ + ln -sf ~/.local/kitty.app/bin/kitty ~/.local/kitty.app/bin/kitten ~/.local/bin/ + cp ~/.local/kitty.app/share/applications/kitty.desktop ~/.local/share/applications/ + sed -i "s|Icon=kitty|Icon=/home/$USER/.local/kitty.app/share/icons/hicolor/256x256/apps/kitty.png|g" ~/.local/share/applications/kitty*.desktop + sed -i "s|Exec=kitty|Exec=/home/$USER/.local/kitty.app/bin/kitty|g" ~/.local/share/applications/kitty*.desktop diff --git a/os/x-ui/term/kitty/themes.txt b/os/x-ui/term/kitty/themes.txt index b5f353ba4..a9046ffb9 100644 --- a/os/x-ui/term/kitty/themes.txt +++ b/os/x-ui/term/kitty/themes.txt @@ -1,6 +1,8 @@ https://github.com/dexpota/kitty-themes ! 2yo https://github.com/fretboardfreak/kitty-theme-changer + kitty +kitten themes + kitty +kittens themes active_border_color #676767 inactive_border_color #3c3c3c diff --git a/pl/hs/inst/ghcup.txt b/pl/hs/inst/ghcup.txt index 3b2d0e05a..b92cf1875 100644 --- a/pl/hs/inst/ghcup.txt +++ b/pl/hs/inst/ghcup.txt @@ -2,6 +2,12 @@ https://www.haskell.org/ghcup/ https://gitlab.haskell.org/haskell/ghcup-hs https://www.haskell.org/ghcup/install/ +pre-requisites +curl g++ gcc gmp make ncurses realpath xz-utils + Error: gmp not found + Error: ncurses not found + Error: realpath has no installation candidate. + https://www.haskell.org/ghcup/guide/ https://www.haskell.org/ghcup/dev/