.config/st-0.9.3/install.sh

6 lines
216 B
Bash
Raw Permalink Normal View History

2026-01-16 16:11:17 -05:00
#!/bin/sh
make install CFLAGS+="-O3 -march=native -mtune=native -fstrict-aliasing" && make clean
ln -s $(realpath ./st-urlhandler) ~/.local/bin 2>/dev/null
ln -s $(realpath ./st-copyout ) ~/.local/bin 2>/dev/null