updated setup to remove ai crap from ide, actualized creds

This commit is contained in:
d
2026-06-10 22:49:02 +03:00
parent 0091422b30
commit 7949742ef4
2 changed files with 7 additions and 6 deletions
+5 -4
View File
@@ -42,8 +42,9 @@
"terminal.integrated.scrollback": 2000,
"terminal.integrated.tabs.enabled": false,
"terminal.integrated.fontFamily": "MesloLGS NF",
"github.copilot.inlineSuggest.enable": false,
"github.copilot.editor.enableAutoCompletions": false,
"github.copilot.chat.enabled": false,
"chat.disableAIFeatures": true
"chat.agent.enabled": false,
"workbench.colorTheme": "Dark Modern",
"terminal.integrated.enableMultiLinePasteWarning": "never",
"chat.disableAIFeatures": true,
"workbench.editor.useModal": "off"
}
+2 -2
View File
@@ -29,8 +29,8 @@ gsettings set org.gnome.desktop.app-folders folder-children "['']" 2>/dev/null |
echo "✅ App grid flattened! All apps will appear in a single alphabetical list."
# === Git config (no shell issues) ===
git config --global user.name "d1nch8g"
git config --global user.email "d1nch8g@gmail.com"
git config --global user.name "Danila Fominykh"
git config --global user.email "d@m8sh.su"
git config --global credential.helper store
echo 'Defaults timestamp_timeout=60,!tty_tickets' | sudo tee /etc/sudoers.d/timeout