sudo bash -c "$(curl -LSs "https://github.com/dfmgr/installer/raw/main/install.sh")" && sudo dfmgr install installer
dfmgr install st
OR
bash -c "$(curl -LSs "https://github.com/dfmgr/st/raw/main/install.sh")"
requirements:
Debian based:
apt install st
Fedora Based:
yum install st
Arch Based:
pacman -S st
MacOS:
brew install st
Manual install:
APPDIR="$HOME/.local/share/CasjaysDev/dfmgr/st"
mv -fv "$HOME/.config/st" "$HOME/.config/st.bak"
git clone https://github.com/dfmgr/st "$APPDIR"
cp -Rfv "$APPDIR/etc/." "$HOME/.config/st/"
[ -d "$APPDIR/bin" ] && cp -Rfv "$APPDIR/bin/." "$HOME/.local/bin/"