Auto font installation
This commit is contained in:
parent
6489253d35
commit
ded68f4a93
10
README.md
10
README.md
|
@ -1,16 +1,12 @@
|
|||
# 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
|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -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/
|
Loading…
Reference in New Issue