added mfetch
parent
238ae71e05
commit
2fcf9b0933
2
.zshrc
2
.zshrc
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 114 KiB |
Loading…
Reference in New Issue