diff --git a/.config/fastfetch/config.jsonc b/.config/fastfetch/config.jsonc new file mode 100644 index 0000000..36e3be9 --- /dev/null +++ b/.config/fastfetch/config.jsonc @@ -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" + ] +} diff --git a/.zshrc b/.zshrc index b77d637..bbb2efa 100755 --- a/.zshrc +++ b/.zshrc @@ -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)"