Skip to content

Instantly share code, notes, and snippets.

@AminulBD
Last active October 8, 2018 03:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AminulBD/b058f946706ba1293669c2ed522ff3d9 to your computer and use it in GitHub Desktop.
Save AminulBD/b058f946706ba1293669c2ed522ff3d9 to your computer and use it in GitHub Desktop.
Linux Tips & Tricks

Install Font For All Users

sudo cp -r ~/Downloads/fonts /usr/share/fonts/truetype/

Install Font For Single User

sudo cp -r ~/Downloads/fonts ~/.fonts
fc-cache -f -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment