Extend the Code- and VSCodium installation
This commit is contained in:
parent
e76c42186c
commit
c993d3b942
1 changed files with 14 additions and 0 deletions
|
@ -110,6 +110,9 @@ yay --noconfirm -Syu \
|
||||||
. "../Software/Lutris/install.sh";
|
. "../Software/Lutris/install.sh";
|
||||||
|
|
||||||
# Coding
|
# Coding
|
||||||
|
yay --noconfirm -Syu \
|
||||||
|
libdbusmenu-glib;
|
||||||
|
|
||||||
yay --noconfirm -Syu \
|
yay --noconfirm -Syu \
|
||||||
vscodium-bin \
|
vscodium-bin \
|
||||||
vscodium-insiders-bin \
|
vscodium-insiders-bin \
|
||||||
|
@ -117,6 +120,17 @@ yay --noconfirm -Syu \
|
||||||
visual-studio-code-insiders-bin \
|
visual-studio-code-insiders-bin \
|
||||||
godot-mono-bin;
|
godot-mono-bin;
|
||||||
|
|
||||||
|
sudo sed -i \
|
||||||
|
-e '/^StartupWMClass=/s/^\(StartupWMClass=\).*/\1codium-url-handler/' \
|
||||||
|
/usr/share/applications/codium.desktop;
|
||||||
|
|
||||||
|
{
|
||||||
|
echo "--touch-events";
|
||||||
|
echo "--ozone-platform-hint=wayland";
|
||||||
|
} | tee ~/.config/code-flags.conf > /dev/null;
|
||||||
|
|
||||||
|
cp ~/.config/code-flags.conf ~/.config/codium-flags.conf;
|
||||||
|
|
||||||
# Node.js
|
# Node.js
|
||||||
yay --noconfirm -Syu nodejs-n;
|
yay --noconfirm -Syu nodejs-n;
|
||||||
sudo n install latest;
|
sudo n install latest;
|
||||||
|
|
Loading…
Reference in a new issue