Some linux scripts I use
- Link the bin folder to ~/.local/bin/my-bin
- add this path to your .profile
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/.local/bin/my-bin" ] ; then
PATH="$HOME/.local/bin/my-bin:$PATH"
fi
- Link the applications folder you want to use to something like ~/.local/share/applications/my-applications
- the icons folder to ~/.icons
- Link unison to ~/.unison/my-profiles
- call unison profiles with
unison my-profile/my-profile-name.prf
- call unison profiles with
- Link templates to ~/Templates/my
- Link tikzit to ~/Programs/tikzit/my-tikzit