properly integrated distrobox

main
The_miro 2025-04-02 00:19:53 +02:00
parent 0ea2c617de
commit 5ddc43a61b
2 changed files with 146 additions and 1 deletions

10
.zshrc
View File

@ -184,7 +184,17 @@ alias treegrep="tree -fi | grep"
alias tg="treegrep" alias tg="treegrep"
alias v="nvim" alias v="nvim"
alias dbe="distrobox enter"
function dbc()
{
distrobox create --image "${1}:latest" --name $2
}
function dbt()
{
distrobox create --image "${1}:latest" --name $1
distrobox enter $1
}
function y() { function y() {
local tmp="$(mktemp -t "yazi-cwd.XXXXXX")" cwd local tmp="$(mktemp -t "yazi-cwd.XXXXXX")" cwd
yazi "$@" --cwd-file="$tmp" yazi "$@" --cwd-file="$tmp"

View File

@ -18,7 +18,7 @@ disabled = false
# represents the current operating system # represents the current operating system
[os] [os]
style = "bg:#f50505" style = "bg:#f50505"
disabled = true # Disabled by default disabled = false # Disabled by default
[directory] [directory]
@ -124,3 +124,138 @@ disabled = false
time_format = "%R" # Hour:Minute Format time_format = "%R" # Hour:Minute Format
style = "bg:#5018dd" style = "bg:#5018dd"
format = "[  $time ]($style)" format = "[  $time ]($style)"
[aws]
symbol = " "
[buf]
symbol = " "
[cmake]
symbol = " "
[conda]
symbol = " "
[crystal]
symbol = " "
[dart]
symbol = " "
[fennel]
symbol = " "
[fossil_branch]
symbol = " "
[git_commit]
tag_symbol = '  '
[guix_shell]
symbol = " "
[haxe]
symbol = " "
[hg_branch]
symbol = " "
[hostname]
ssh_symbol = " "
[kotlin]
symbol = " "
[lua]
symbol = " "
[memory_usage]
symbol = "󰍛 "
[meson]
symbol = "󰔷 "
[nix_shell]
symbol = " "
[ocaml]
symbol = " "
[os.symbols]
Alpaquita = " "
Alpine = " "
AlmaLinux = " "
Amazon = " "
Android = " "
Arch = " "
Artix = " "
CachyOS = " "
CentOS = " "
Debian = " "
DragonFly = " "
Emscripten = " "
EndeavourOS = " "
Fedora = " "
FreeBSD = " "
Garuda = "󰛓 "
Gentoo = " "
HardenedBSD = "󰞌 "
Illumos = "󰈸 "
Kali = " "
Linux = " "
Mabox = " "
Macos = " "
Manjaro = " "
Mariner = " "
MidnightBSD = " "
Mint = " "
NetBSD = " "
NixOS = " "
Nobara = " "
OpenBSD = "󰈺 "
openSUSE = " "
OracleLinux = "󰌷 "
Pop = " "
Raspbian = " "
Redhat = " "
RedHatEnterprise = " "
RockyLinux = " "
Redox = "󰀘 "
Solus = "󰠳 "
SUSE = " "
Ubuntu = " "
Unknown = " "
Void = " "
Windows = "󰍲 "
[package]
symbol = "󰏗 "
[perl]
symbol = " "
[php]
symbol = " "
[pijul_channel]
symbol = " "
[python]
symbol = " "
[rlang]
symbol = "󰟔 "
[ruby]
symbol = " "
[swift]
symbol = " "
[zig]
symbol = " "