From 7949742ef4cf0084f441643f0f8ff15963ff9170 Mon Sep 17 00:00:00 2001 From: Danila Fominykh Date: Wed, 10 Jun 2026 22:49:02 +0300 Subject: [PATCH] updated setup to remove ai crap from ide, actualized creds --- settings.json | 9 +++++---- setup.sh | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/settings.json b/settings.json index f964750..4dc525f 100644 --- a/settings.json +++ b/settings.json @@ -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" } \ No newline at end of file diff --git a/setup.sh b/setup.sh index 77759cc..752e9ed 100644 --- a/setup.sh +++ b/setup.sh @@ -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