Add iamb config

This commit is contained in:
Ceres 2025-10-24 01:03:31 +01:00
parent bb224faf0a
commit 657bc9098b
Signed by: ceres-sees-all
GPG key ID: 9814758436430045
3 changed files with 21 additions and 1 deletions

2
iamb/config.toml Normal file
View file

@ -0,0 +1,2 @@
[profiles."linuxposting.xyz"]
user_id = "catppuccin-mocha-official:linuzposting.xyz"

View file

@ -198,6 +198,12 @@ if confirm-overwrite $config/yazi
ln -s (realpath yazi) $config/yazi ln -s (realpath yazi) $config/yazi
end end
# Iamb
if confirm-overwrite $config/iamb
log 'Installing iamb config...'
ln -s (realpath yazi) $config/iamb
end
# Install spicetify # Install spicetify
if set -q _flag_spotify if set -q _flag_spotify
log 'Installing spotify (spicetify)...' log 'Installing spotify (spicetify)...'

View file

@ -1,4 +1,16 @@
[opener] [opener]
edit = [ edit = [
{ run = 'hx "$@"', desc = "$EDITOR", block = true, for = "unix" }, { run = 'hx "$@"', block = true },
]
[open]
append_rules = [
{ name = '*.ebuild', use = 'edit' },
{ mime = "application/vnd.gentoo.*", use = "edit" },
{ mime = 'text/*', use = 'edit'},
]
[plugin]
append_previewers = [
{ name = "*", run = "code" },
] ]