fixed console font, added dep, set network for nielanjo
This commit is contained in:
parent
03b6ee0f3f
commit
8d5150f04c
@ -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 }}
|
||||
|
||||
@ -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
1621
dot_p10k.console.zsh
Normal file
File diff suppressed because it is too large
Load Diff
1577
dot_p10k.zsh
Normal file
1577
dot_p10k.zsh
Normal file
File diff suppressed because it is too large
Load Diff
@ -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-*'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user