From 93a76c832ec605b040aeba8eaa6e26b44fc1546c Mon Sep 17 00:00:00 2001 From: tomit4 Date: Thu, 16 Jun 2022 20:26:03 -0700 Subject: [PATCH] added note to install ctags --- updates.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/updates.txt b/updates.txt index 32676625..af6a6bb7 100644 --- a/updates.txt +++ b/updates.txt @@ -15,5 +15,7 @@ example: ls | pick | xargs bat # will give you a choice of the files from ls, pick displays a menu to "pick" the file, which then is parsed to xargs bat (invokes bat on choice from ls | pick) Install fim (allows viewing of images in tty environment) +Also install ctags for better traversing in our C programs. + +doas pacman -S fim ctags -doas pacman -S fim