Pre-install sync-settings
extension
This commit is contained in:
parent
1c641a0949
commit
c2438a6b5a
1 changed files with 9 additions and 0 deletions
|
@ -181,6 +181,15 @@ do
|
||||||
yay --noconfirm -Rs "$editor-debug";
|
yay --noconfirm -Rs "$editor-debug";
|
||||||
done;
|
done;
|
||||||
|
|
||||||
|
for editor_bin in \
|
||||||
|
codium \
|
||||||
|
codium-insiders \
|
||||||
|
code \
|
||||||
|
code-insiders
|
||||||
|
do
|
||||||
|
$editor_bin --install-extension zokugun.sync-settings;
|
||||||
|
done;
|
||||||
|
|
||||||
{
|
{
|
||||||
echo "--touch-events";
|
echo "--touch-events";
|
||||||
} | tee ~/.config/codium-flags.conf > /dev/null;
|
} | tee ~/.config/codium-flags.conf > /dev/null;
|
||||||
|
|
Loading…
Reference in a new issue