From 4ed67b797a519c18903ba54f2f04a7bd62a09562 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Sun, 8 Nov 2020 17:18:18 +0100 Subject: [PATCH] Font and small fix --- dotfiles/.config/fish/config.fish | 2 +- dotfiles/.config/foot/foot.ini | 2 +- setup.sh | 10 ++++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/dotfiles/.config/fish/config.fish b/dotfiles/.config/fish/config.fish index f8d43b1..5657df5 100644 --- a/dotfiles/.config/fish/config.fish +++ b/dotfiles/.config/fish/config.fish @@ -1 +1 @@ -neofetch +neofetch --title_fqdn on diff --git a/dotfiles/.config/foot/foot.ini b/dotfiles/.config/foot/foot.ini index 8a35cb0..7b7cefb 100644 --- a/dotfiles/.config/foot/foot.ini +++ b/dotfiles/.config/foot/foot.ini @@ -1,3 +1,3 @@ -font=VictorMono Nerd Font Mono:style=Regular +font=VictorMono Nerd Font Mono:style=Regular:size=11 [colors] alpha=0.8 diff --git a/setup.sh b/setup.sh index 9d44500..9e06682 100644 --- a/setup.sh +++ b/setup.sh @@ -51,6 +51,7 @@ sudo apt install \ scdoc \ sway \ thunderbird \ + unzip \ wayland-protocols \ webext-keepassxc-browser \ wl-clipboard \ @@ -183,6 +184,15 @@ rsync -a dotfiles/ ~/ cd ~/Pictures wget https://www.publicdomainpictures.net/pictures/230000/velka/night-landscape-15010066769pV.jpg +# VictoMono font +cd /tmp +mkdir fonts +wget https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/VictorMono.zip +unzip VictorMono.zip +sudo *tf /usr/local/share/fonts +cd .. +rm -rf fonts + # Fish and oh my fish curl -L https://get.oh-my.fish | fish omf install agnoster