Update fonts
This commit is contained in:
@@ -3,22 +3,10 @@ font:
|
||||
size: 12
|
||||
# The normal (roman) font face to use.
|
||||
normal:
|
||||
family: DejaVu Sans Mono For Powerline
|
||||
family: "MesloLGS NF"
|
||||
# Style can be specified to pick a specific face.
|
||||
style: Regular
|
||||
|
||||
# The bold font face
|
||||
bold:
|
||||
family: DejaVu Sans Mono For Powerline
|
||||
# Style can be specified to pick a specific face.
|
||||
# style: Bold
|
||||
|
||||
# The italic font face
|
||||
italic:
|
||||
family: DejaVu Sans Mono For Powerline
|
||||
# Style can be specified to pick a specific face.
|
||||
# style: Italic
|
||||
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
|
||||
12
copy_fonts_arch.sh
Executable file
12
copy_fonts_arch.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#! /bin/sh
|
||||
#
|
||||
# copy_fonts_arch.sh
|
||||
# Copyright (C) 2022 fabian <fabian@krikkit>
|
||||
#
|
||||
# Distributed under terms of the MIT license.
|
||||
#
|
||||
|
||||
mkdir -p $HOME/.local/share/fonts
|
||||
for filename in fonts/*; do
|
||||
cp "$filename" "$HOME/.local/share/$filename"
|
||||
done
|
||||
BIN
fonts/MesloLGS NF Bold Italic.ttf
Normal file
BIN
fonts/MesloLGS NF Bold Italic.ttf
Normal file
Binary file not shown.
BIN
fonts/MesloLGS NF Bold.ttf
Normal file
BIN
fonts/MesloLGS NF Bold.ttf
Normal file
Binary file not shown.
BIN
fonts/MesloLGS NF Italic.ttf
Normal file
BIN
fonts/MesloLGS NF Italic.ttf
Normal file
Binary file not shown.
BIN
fonts/MesloLGS NF Regular.ttf
Normal file
BIN
fonts/MesloLGS NF Regular.ttf
Normal file
Binary file not shown.
@@ -8,11 +8,12 @@
|
||||
|
||||
sudo pacman --needed -Sy archlinux-keyring --noconfirm
|
||||
sudo pacman --needed -Syu --noconfirm
|
||||
yes | sudo pacman --needed -Sy vte3-ng
|
||||
sudo pacman --needed -Sy base-devel xorg xorg-xinit gnome gnome-extra neovim zsh tmux openssh termite powerline powerline-fonts i3 rofi nitrogen python-pip --noconfirm
|
||||
sudo pacman --needed -Sy base-devel xorg xorg-xinit gnome gnome-extra neovim zsh tmux openssh alacritty powerline powerline-fonts python-pip --noconfirm
|
||||
pip3 install neovim
|
||||
./clone_and_link.sh
|
||||
cp zsh/.powerline_config_arch.example zsh/.powerline_config
|
||||
cp vim/.vimrc_config_powerline_arch.example vim/.vimrc_config_powerline
|
||||
./copy_fonts_arch.sh
|
||||
if [ $SHELL != "/bin/zsh" ]; then
|
||||
chsh -s /usr/bin/zsh;
|
||||
fi
|
||||
|
||||
@@ -1 +1 @@
|
||||
source /usr/lib/python3.7/site-packages/powerline/bindings/tmux/powerline.conf
|
||||
source /usr/lib/python3.10/site-packages/powerline/bindings/tmux/powerline.conf
|
||||
|
||||
Reference in New Issue
Block a user