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";
|
||||
|
||||
# Coding
|
||||
yay --noconfirm -Syu \
|
||||
libdbusmenu-glib;
|
||||
|
||||
yay --noconfirm -Syu \
|
||||
vscodium-bin \
|
||||
vscodium-insiders-bin \
|
||||
|
@ -117,6 +120,17 @@ yay --noconfirm -Syu \
|
|||
visual-studio-code-insiders-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
|
||||
yay --noconfirm -Syu nodejs-n;
|
||||
sudo n install latest;
|
||||
|
|
Loading…
Reference in a new issue