1
0
Fork 0
setup-script-py/src/setup/cli/fd.py
developomp 5551afb0c3 change script name metadata to desc & other stuff
- rename terminal to kitty
- remove gnome calendar
2022-11-13 16:14:17 +09:00

7 lines
97 B
Python

from src.util import paru_install
desc = "find but rusty"
def setup():
paru_install("fd")