fresh-editor 0.2.11

A lightweight, fast terminal-based text editor with LSP support and TypeScript plugins
Documentation
1
2
3
4
5
6
7
#!/bin/sh
set -e

# Create symlink from /usr/bin/fresh to the actual binary
ln -sf /usr/share/fresh-editor/fresh /usr/bin/fresh

#DEBHELPER#