Skip to content

1. Installation

Jakub Szczerbiński edited this page Jun 30, 2022 · 18 revisions

Pre-Installation

Terminal font

To display special characters (directory icon, file icon etc.) your terminal needs font, that supports them such as NerdFonts.

Automated Installation

AUR

You can download PKGBUILD from AUR, or install it using yay:

yay -S ptsh

Manual Installation

Compiling

  1. Make sure, You have gcc and make installed
  2. Clone the repository, run make and sudo make install:
git clone https://github.com/jszczerbinsky/ptSh
cd ptSh
make
sudo make install

Installing already compiled package

  1. Download zip archive from the latest release
  2. Extract it to /usr
sudo unzip -d /usr [archive name].zip

Copy default config file to Your .config

mkdir -p ~/.config
mkdir -p ~/.config/ptSh
cp /usr/share/ptSh/config ~/.config/ptSh/config