fastfetch update
This commit is contained in:
parent
9e0b2c5a5f
commit
2baee66e76
2 changed files with 36 additions and 2 deletions
34
.config/fastfetch/config.jsonc
Normal file
34
.config/fastfetch/config.jsonc
Normal 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
4
.zshrc
|
@ -33,7 +33,6 @@ zstyle ':completion:*' rehash true
|
||||||
|
|
||||||
source $HOME/.config/zsh/hotkeys
|
source $HOME/.config/zsh/hotkeys
|
||||||
export PATH=$PATH:$HOME/.scripts:$HOME/.cargo/bin:$HOME/.local/bin
|
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/fzf-tab-git/fzf-tab.plugin.zsh
|
||||||
source /usr/share/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.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 top='btop'
|
||||||
# alias cat='gat'
|
# alias cat='gat'
|
||||||
alias uffstyle='bash -c "$(curl -fsSL https://raw.githubusercontent.com/black7375/Firefox-UI-Fix/master/install.sh)"'
|
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
|
konsoleprofile colors=Custom
|
||||||
wallust run $(cat ~/.config/plasma-org.kde.plasma.desktop-appletsrc | rg Image | sed 's/\Image=//g') -qs
|
termcolors
|
||||||
fastfetch
|
fastfetch
|
||||||
eval "$(starship init zsh)"
|
eval "$(starship init zsh)"
|
||||||
|
|
Loading…
Reference in a new issue