Add iamb config
This commit is contained in:
parent
bb224faf0a
commit
657bc9098b
3 changed files with 21 additions and 1 deletions
2
iamb/config.toml
Normal file
2
iamb/config.toml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
[profiles."linuxposting.xyz"]
|
||||||
|
user_id = "catppuccin-mocha-official:linuzposting.xyz"
|
||||||
|
|
@ -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)...'
|
||||||
|
|
|
||||||
|
|
@ -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" },
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue