Auto font installation

This commit is contained in:
gpkvt 2023-07-15 03:19:00 +02:00
parent 6489253d35
commit ded68f4a93
2 changed files with 11 additions and 7 deletions

View File

@ -1,15 +1,11 @@
# Remarks # Install / Update
Run `make install` or `./install.zsh` Run `make install` or `./install.zsh` to install the dotfiles. Run `make update` or `./install.zsh update` to update the dotfiles.
## Private files ## Private files
Some dotfiles contains sensitive informationen (e.g. Credentials) you don't want to share in public git repos. Therefore you can create an folder named `private` to check out a private git repo there including all you sensitive files. This folder will not be included in the public repo. Some dotfiles contains sensitive informationen (e.g. Credentials) you don't want to share in public git repos. Therefore you can create an folder named `private` to check out a private git repo there including all you sensitive files. This folder will not be included in the public repo.
## Fonts for p10k
`fonts` needs to be installed manually
## tmux ## tmux
### Plugin and Theme Installation ### Plugin and Theme Installation

View File

@ -0,0 +1,8 @@
#! /bin/zsh
#! /bin/zsh
GIT_ROOT=$(git rev-parse --show-toplevel)
mkdir -p ~/.fonts/
ln -s ${GIT_ROOT}/fonts/Hack* ~/.fonts/