Solved Sublime Text 4 config after pkg install

Hi !
Ive installed Sublime Text 4 and missed my post-installation settings where i had to add something under /etc/fstab .. then i decided to install Sublime Text 3 ... obviously ST4 was uninstalled and im happy with ST3 but i can not save/edit/open files in some folders .. so i thought i need to do something to /etc/fstab files ... so i installed ST4 again but no notice on post installation how to set up ST4... so my question is: where do i find this log/file .
Or is there an option/function or location where i can find post installation INFO apter you do pkg install 'package'.
Thank You.
 
Or is there an option/function or location where i can find post installation INFO apter you do pkg install 'package'.
pkg info -Da will show the pkg-message of every package (if it has a pkg-message) you have installed.

Code:
     -a, --all
             Display all installed packages.
Code:
     -D, --pkg-message
             Show the pkg-message for matching packages.
pkg-info(8)
 
Back
Top