🔧 Installed zig and built fex
This commit is contained in:
parent
b7b6e065bd
commit
53ffd88535
1 changed files with 8 additions and 0 deletions
|
|
@ -525,3 +525,11 @@ Install entr (runs on file save, haven't quite figured it out)
|
|||
doas pacman -S entr
|
||||
Install concurrently and livereload:
|
||||
doas npm install -g livereload concurrently
|
||||
|
||||
07/29/2024
|
||||
Install zig and use it to install fex
|
||||
doas pacman -S zig
|
||||
cd ~/aur_packages/
|
||||
git clone https://github.com/18alantom/fex && cd fex
|
||||
zig build-exe -O ReleaseSafe main.zig -lc
|
||||
mv main /usr/bin/fex
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue