Skip to content

dfmgr/st

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

st

st README

Requires scripts to be installed

sudo bash -c "$(curl -LSs "https://github.com/dfmgr/installer/raw/main/install.sh")" && sudo dfmgr install installer

Automatic install/update

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/"

Build Status
st wiki | st site