Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 600 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 600 Bytes

Dotfiles

Install

Clone into $HOME

git clone https://github.com/Silverlined/Dotfiles.git

Run stow */ to symlink everything or select what is needed

stow */

stow nvim

Programs

A list of all programs installed on my Fedora/Arch machine can be found in the programs directory

Install custom .sty files

  1. (After stow) Create a soft link to the .sty file

e.g.

ln -s ~/.texmf/folder/custom_sty.sty /usr/share/texlive/texmf-dist/tex/folder

where 'folder' contains the .sty file

  1. sudo texhash /usr/share/texlive/texmf-dist

  2. sudo apt install texlive-xetex