-
Notifications
You must be signed in to change notification settings - Fork 19
1. Installation
Jakub Szczerbiński edited this page Jun 30, 2022
·
18 revisions
To display special characters (directory icon, file icon etc.) your terminal needs font, that supports them such as NerdFonts.
You can download PKGBUILD from AUR, or install it using yay
:
yay -S ptsh
- Make sure, You have
gcc
andmake
installed - Clone the repository, run
make
andsudo make install
:
git clone https://github.com/jszczerbinsky/ptSh
cd ptSh
make
sudo make install
- Download zip archive from the latest release
- Extract it to
/usr
sudo unzip -d /usr [archive name].zip
mkdir -p ~/.config
mkdir -p ~/.config/ptSh
cp /usr/share/ptSh/config ~/.config/ptSh/config