fastfetch update

This commit is contained in:
Артём 2024-05-14 20:17:06 +03:00
parent 9e0b2c5a5f
commit 2baee66e76
No known key found for this signature in database
GPG key ID: EEFBB39006B28920
2 changed files with 36 additions and 2 deletions

View file

@ -0,0 +1,34 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"modules": [
//"title",
//"separator",
"os",
// "host",
"kernel",
"uptime",
"packages",
"shell",
// "display",
"de",
"wm",
// "wmtheme",
// "theme",
// "icons",
// "font",
// "cursor",
"terminal",
// "terminalfont",
"cpu",
"gpu",
"memory",
// "swap",
"disk",
// "localip",
// "battery",
// "poweradapter",
// "locale",
"break",
"colors"
]
}

4
.zshrc
View file

@ -33,7 +33,6 @@ zstyle ':completion:*' rehash true
source $HOME/.config/zsh/hotkeys
export PATH=$PATH:$HOME/.scripts:$HOME/.cargo/bin:$HOME/.local/bin
export GOPATH=$HOME/.local/go
source /usr/share/zsh/plugins/fzf-tab-git/fzf-tab.plugin.zsh
source /usr/share/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh
@ -56,8 +55,9 @@ alias pip='pipx'
# alias top='btop'
# alias cat='gat'
alias uffstyle='bash -c "$(curl -fsSL https://raw.githubusercontent.com/black7375/Firefox-UI-Fix/master/install.sh)"'
alias fastfetch='fastfetch --disk-folders "/:/home"'
konsoleprofile colors=Custom
wallust run $(cat ~/.config/plasma-org.kde.plasma.desktop-appletsrc | rg Image | sed 's/\Image=//g') -qs
termcolors
fastfetch
eval "$(starship init zsh)"