Adds bootstrap.v2
This commit is contained in:
parent
06c8003cf2
commit
2bbccb4595
61 changed files with 468 additions and 4 deletions
14
.config/yadm/bootstrap.v2/applications/20-Fonts.sh
Executable file
14
.config/yadm/bootstrap.v2/applications/20-Fonts.sh
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
#!/bin/env bash
|
||||
|
||||
addApplications getnf
|
||||
|
||||
REQUESTED_FONT="JetBrainsMono"
|
||||
|
||||
fonts() {
|
||||
getnf -i "JetBrainsMono"
|
||||
fc-cache
|
||||
}
|
||||
|
||||
if ! getnf -l | grep "$REQUESTED_FONT" >/dev/null; then
|
||||
addActions fonts
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue