Font and small fix

main
Micke Nordin 4 years ago
parent 104570da9c
commit 4ed67b797a

@ -1 +1 @@
neofetch
neofetch --title_fqdn on

@ -1,3 +1,3 @@
font=VictorMono Nerd Font Mono:style=Regular
font=VictorMono Nerd Font Mono:style=Regular:size=11
[colors]
alpha=0.8

@ -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

Loading…
Cancel
Save