Turn down font size on rhenium a little
This commit is contained in:
parent
b47bd9b023
commit
6ab47109ab
2 changed files with 4 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ encryption = "age"
|
||||||
email = "maximilian.friedersdorff@envsys.co.uk"
|
email = "maximilian.friedersdorff@envsys.co.uk"
|
||||||
personal_ssh_key = "~/.ssh/id_ed25519_personal"
|
personal_ssh_key = "~/.ssh/id_ed25519_personal"
|
||||||
{{- else if eq .chezmoi.hostname "rhenium" }}
|
{{- else if eq .chezmoi.hostname "rhenium" }}
|
||||||
term_fontsize = 11
|
term_fontsize = 10
|
||||||
email = "max@gwairfelin.com"
|
email = "max@gwairfelin.com"
|
||||||
personal_ssh_key = "~/.ssh/id_ed25519"
|
personal_ssh_key = "~/.ssh/id_ed25519"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
||||||
|
|
@ -5,9 +5,10 @@ echo "Installing OS packages"
|
||||||
sudo pacman -Syu --needed \
|
sudo pacman -Syu --needed \
|
||||||
zsh zsh-autosuggestions zsh-completions zsh-syntax-highlighting \
|
zsh zsh-autosuggestions zsh-completions zsh-syntax-highlighting \
|
||||||
gitflow-avh gitflow-zshcompletion-avh \
|
gitflow-avh gitflow-zshcompletion-avh \
|
||||||
foot foot-terminfo \
|
foot foot-terminfo ttf-jetbrains-mono-nerd \
|
||||||
sway swaybg swayidle swaylock mako wdisplays wofi \
|
sway swaybg swayidle swaylock mako wdisplays wofi \
|
||||||
neovim neovim-qt zk \
|
neovim neovim-qt zk \
|
||||||
firefox \
|
firefox \
|
||||||
claws-mail \
|
claws-mail \
|
||||||
tmux
|
tmux \
|
||||||
|
age
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue