This guide describes how to navigate to the Grace templates directory and edit the Default.agr template file.
-
Go to your home directory:
cd -
Navigate to the Grace installation directory:
cd /usr/share/grace -
Go to the templates directory:
cd templates -
Edit the
Default.agrfile as needed.
You can use your preferred text editor (e.g.,nano,vim, orgedit).
For example, using nano:sudo vi Default.agr
Note: You may need
sudosince this is a system directory. -
Make your changes, save, and exit the editor.
- Backup Recommendation:
Before editing, it’s good practice to make a backup of the original file:sudo cp Default.agr Default.agr.bak