use codium instead of code
This commit is contained in:
parent
fcdb566c52
commit
3a26777de0
2 changed files with 18 additions and 2 deletions
12
.config/VSCodium/product.json
Normal file
12
.config/VSCodium/product.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"extensionsGallery": {
|
||||
"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
|
||||
"cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
|
||||
"itemUrl": "https://marketplace.visualstudio.com/items",
|
||||
"controlUrl": "",
|
||||
"recommendationsUrl": ""
|
||||
},
|
||||
"extensionAllowedProposedApi": [
|
||||
"ms-vscode-remote.remote-wsl"
|
||||
]
|
||||
}
|
8
arch.sh
8
arch.sh
|
@ -18,7 +18,7 @@ then
|
|||
rm -rf yay
|
||||
|
||||
# === AUR packages ==
|
||||
yay -S --noconfirm spotify obsidian parsec-bin onlyoffice-bin x11-emoji-picker-git gnome-shell-extension-dash-to-dock gnome-shell-extension-desktop-icons-ng dracula-gtk-theme dracula-icons-git visual-studio-code-bin ttf-symbola gnome-shell-extension-appindicator-git touchegg gnome-shell-extension-x11gestures gnome-shell-extension-no-overview nerd-fonts-complete webcord-git
|
||||
yay -S --noconfirm spotify obsidian parsec-bin onlyoffice-bin x11-emoji-picker-git gnome-shell-extension-dash-to-dock gnome-shell-extension-desktop-icons-ng dracula-gtk-theme dracula-icons-git vscodium-bin ttf-symbola gnome-shell-extension-appindicator-git touchegg gnome-shell-extension-x11gestures gnome-shell-extension-no-overview nerd-fonts-complete webcord-git
|
||||
|
||||
# === Disable wayland ==
|
||||
sed -i 's/#Wayland/Wayland/g' /etc/gdm/custom.conf
|
||||
|
@ -87,7 +87,8 @@ then
|
|||
fish -c "abbr vmake 'clear; make && valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes -s ./main; make clean 2> /dev/null'"
|
||||
fish -c "abbr activate 'source bin/activate.fish'"
|
||||
fish -c "abbr c 'command'"
|
||||
fish -c "abbr vs 'code .'"
|
||||
fish -c "abbr vs 'codium .'"
|
||||
fish -c "abbr code 'codium'"
|
||||
fish -c "abbr untgz 'tar -xvzf'"
|
||||
fish -c "abbr - 'cd -'"
|
||||
fish -c "abbr cat 'bat'"
|
||||
|
@ -333,6 +334,9 @@ then
|
|||
systemctl enable bluetooth.service
|
||||
systemctl start bluetooth.service
|
||||
|
||||
# === VSCodium ==
|
||||
wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/.config/VSCodium/product.json -P "$HOME"/.config/VSCodium/
|
||||
|
||||
echo -e "\nInstallation terminée.\nIl faut redémarrer l'ordinateur.\nPensez à activer les extensions après redémarrage."
|
||||
else
|
||||
echo "Ce script ne fonctionne que sur Manjaro."
|
||||
|
|
Loading…
Reference in a new issue