Add lazygit config
This commit is contained in:
parent
068a60797c
commit
e7dbd82fc0
2 changed files with 2 additions and 6 deletions
|
|
@ -198,12 +198,6 @@ 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)...'
|
||||||
|
|
|
||||||
2
lazygit/config.yml
Normal file
2
lazygit/config.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
git:
|
||||||
|
autoFetch: false
|
||||||
Loading…
Add table
Add a link
Reference in a new issue