added mfetch

main
The_miro 2025-04-03 23:21:12 +02:00
parent 238ae71e05
commit 2fcf9b0933
3 changed files with 1115 additions and 0 deletions

2
.zshrc
View File

@ -192,6 +192,8 @@ alias dbe="distrobox enter"
alias dbrm="distrobox rm" alias dbrm="distrobox rm"
alias dbs="distrobox stop" alias dbs="distrobox stop"
alias mfetch="fastfetch --logo-type kitty-icat -l ~/Pictures/fflogo.svg --logo-width 50 --logo-height 50 --color red"
function dbc() function dbc()
{ {
distrobox create --image "${1}:latest" --name $2 distrobox create --image "${1}:latest" --name $2

View File

@ -50,6 +50,9 @@ ln -s ~/Dotfiles/desktopenvs/hyprland/nwg-dock-hyprland ~/.config/
ln -s ~/Dotfiles/desktopenvs/hyprland/btop ~/.config/ ln -s ~/Dotfiles/desktopenvs/hyprland/btop ~/.config/
#ln -s ~/Dotfiles/desktopenvs/hyprland/gtk/* ~/.config #ln -s ~/Dotfiles/desktopenvs/hyprland/gtk/* ~/.config
# svg for fflogo
cp ~/Dotfiles/resources/fflogo.svg ~/Pictures/fflogo.svg
cp ~/Dotfiles/desktopenvs/hyprland/hypr-usr/* ~/.config cp ~/Dotfiles/desktopenvs/hyprland/hypr-usr/* ~/.config
cp ~/Dotfiles/nvim/cyberqueer.vim ~/.local/share/nvim/site/plugged/vim-airline-themes/autoload/airline/themes/ cp ~/Dotfiles/nvim/cyberqueer.vim ~/.local/share/nvim/site/plugged/vim-airline-themes/autoload/airline/themes/
# Download and install nvm: # Download and install nvm:

1110
resources/fflogo.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 114 KiB