fixed console font, added dep, set network for nielanjo

This commit is contained in:
Joachim Nielandt 2022-06-24 16:43:35 +02:00
parent 03b6ee0f3f
commit 8d5150f04c
5 changed files with 3208 additions and 2 deletions

View File

@ -437,6 +437,8 @@ interval = 3.0
interface = wlp3s0
{{- else if eq .chezmoi.hostname "jnielandt" }}
interface = wlp58s0
{{- else if eq .chezmoi.hostname "nielanjo" }}
interface = wlan0
{{ else }}
interface = wifi0
{{- end }}

View File

@ -14,7 +14,8 @@ sudo pacman -Sy \
inetutils \
# steam font dependency
ttf-liberation \
picom
picom \
htop
# these are doom (emacs) dependencies
sudo pacman -Sy \

1621
dot_p10k.console.zsh Normal file

File diff suppressed because it is too large Load Diff

1577
dot_p10k.zsh Normal file

File diff suppressed because it is too large Load Diff

View File

@ -96,7 +96,12 @@ source $ZSH/oh-my-zsh.sh
[ -f ~/.zshrc.local ] && source ~/.zshrc.local
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
# If we're in graphical environment, run full flavour. Otherwise, 8-bit ASCII.
if [[ -n $DISPLAY ]]; then
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
else
[[ ! -f ~/.p10k.console.zsh ]] || source ~/.p10k.console.zsh
fi
# this supposedly fixes the slow pasting into shell
zstyle ':bracketed-paste-magic' active-widgets '.self-*'