mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 22:55:10 +01:00
Compare commits
3 Commits
6ce915a84b
...
9feb35ae1b
| Author | SHA1 | Date | |
|---|---|---|---|
| 9feb35ae1b | |||
| 37077ac84a | |||
| f2bebfaa3f |
@@ -57,10 +57,11 @@ truncation_symbol = "…/"
|
||||
# Here is how you can shorten some long paths by text replacement
|
||||
# similar to mapped_locations in Oh My Posh:
|
||||
[directory.substitutions]
|
||||
"Documents" = " "
|
||||
"Downloads" = " "
|
||||
"Music" = " "
|
||||
"Pictures" = " "
|
||||
"Documents" = ""
|
||||
"Downloads" = ""
|
||||
"Music" = ""
|
||||
"Pictures" = ""
|
||||
"workspace" = ""
|
||||
# Keep in mind that the order matters. For example:
|
||||
# "Important Documents" = " "
|
||||
# will not be replaced, because "Documents" was already substituted before.
|
||||
|
||||
@@ -34,6 +34,22 @@ FiraCodeNerdFontMono-Medium.ttf
|
||||
FiraCodeNerdFontMono-Regular.ttf
|
||||
FiraCodeNerdFontMono-Retina.ttf
|
||||
FiraCodeNerdFontMono-SemiBold.ttf
|
||||
JetBrainsMonoNerdFontMono-BoldItalic.ttf
|
||||
JetBrainsMonoNerdFontMono-Bold.ttf
|
||||
JetBrainsMonoNerdFontMono-ExtraBoldItalic.ttf
|
||||
JetBrainsMonoNerdFontMono-ExtraBold.ttf
|
||||
JetBrainsMonoNerdFontMono-ExtraLightItalic.ttf
|
||||
JetBrainsMonoNerdFontMono-ExtraLight.ttf
|
||||
JetBrainsMonoNerdFontMono-Italic.ttf
|
||||
JetBrainsMonoNerdFontMono-LightItalic.ttf
|
||||
JetBrainsMonoNerdFontMono-Light.ttf
|
||||
JetBrainsMonoNerdFontMono-MediumItalic.ttf
|
||||
JetBrainsMonoNerdFontMono-Medium.ttf
|
||||
JetBrainsMonoNerdFontMono-Regular.ttf
|
||||
JetBrainsMonoNerdFontMono-SemiBoldItalic.ttf
|
||||
JetBrainsMonoNerdFontMono-SemiBold.ttf
|
||||
JetBrainsMonoNerdFontMono-ThinItalic.ttf
|
||||
JetBrainsMonoNerdFontMono-Thin.ttf
|
||||
MonaspiceNeNerdFontMono-BoldItalic.otf
|
||||
MonaspiceNeNerdFontMono-Bold.otf
|
||||
MonaspiceNeNerdFontMono-Italic.otf
|
||||
@@ -125,11 +141,14 @@ overpass-semibold.otf
|
||||
overpass-thin-italic.otf
|
||||
overpass-thin.otf
|
||||
Fira Code Bold Nerd Font Complete Mono.ttf
|
||||
Fira Code Bold Nerd Font Complete Mono.ttf
|
||||
Fira Code Regular Nerd Font Complete Mono.ttf
|
||||
Hack Bold Nerd Font Complete Mono.ttf
|
||||
Hack Regular Nerd Font Complete Mono.ttf
|
||||
Hack Bold Italic Nerd Font Complete Mono.ttf
|
||||
Hack Italic Nerd Font Complete Mono.ttf'
|
||||
Hack Italic Nerd Font Complete Mono.ttf
|
||||
JetBrainsMono-Bold-Italic.ttf
|
||||
JetBrainsMono-ExtraBold-Italic.ttf
|
||||
JetBrainsMono-Medium-Italic.ttf'
|
||||
|
||||
if [ -e ~/.dot_is_server ]; then
|
||||
# Update from the repo
|
||||
@@ -243,7 +262,8 @@ else
|
||||
done <<< "$FONTS_DELETE"
|
||||
# Just to be sure, clear and refresh your font cache and restart Firefox
|
||||
fc-cache -f -v
|
||||
echo 'You might want to restart your browser'
|
||||
echo
|
||||
echo '/!\ You might want to restart your browser and/or terminals'
|
||||
else
|
||||
echo "$SOURCE_DIR not found, aborting"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user