Installation of the tcshrc package

To install the tcshrc package for your current account, choose from the following scenarios.

I want a quick installation for my account only.

make install at your command prompt.

The above command essentially keeps a backup of the existing .tcshrc, if there is one, as .tcshrc.ORIGINAL. If such a backup file already exists, no backup is kept in order not to remove the initial .tcshrc file while doing repetitive installations.

To make a backup of your existing .tcshrc file

% cd
% cp .tcshrc .tcshrc.ORIGINAL