updated setup to remove ai crap from ide, actualized creds
This commit is contained in:
+5
-4
@@ -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"
|
||||
}
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user