Auto base sync: 2025-06-03 21:58:39

This commit is contained in:
Stitch505
2025-06-03 21:58:40 +04:00
parent d6e4d8606b
commit c73a018c66
7 changed files with 8 additions and 66 deletions

View File

@@ -1,58 +0,0 @@
{
"commitMessage": "Base sync backup: {{date}}",
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
"autoSaveInterval": 1,
"autoPushInterval": 1,
"autoPullInterval": 1,
"autoPullOnBoot": true,
"disablePush": true,
"pullBeforePush": true,
"disablePopups": false,
"disablePopupsForNoChanges": false,
"listChangedFilesInMessageBody": false,
"showStatusBar": true,
"updateSubmodules": false,
"syncMethod": "merge",
"customMessageOnAutoBackup": false,
"autoBackupAfterFileChange": false,
"treeStructure": false,
"refreshSourceControl": true,
"basePath": "",
"differentIntervalCommitAndPush": true,
"changedFilesInStatusBar": false,
"showedMobileNotice": true,
"refreshSourceControlTimer": 7000,
"showBranchStatusBar": true,
"setLastSaveToLastCommit": false,
"submoduleRecurseCheckout": false,
"gitDir": "",
"showFileMenu": true,
"authorInHistoryView": "hide",
"dateInHistoryView": false,
"lineAuthor": {
"show": false,
"followMovement": "inactive",
"authorDisplay": "initials",
"showCommitHash": false,
"dateTimeFormatOptions": "date",
"dateTimeFormatCustomString": "YYYY-MM-DD HH:mm",
"dateTimeTimezone": "viewer-local",
"coloringMaxAge": "1y",
"colorNew": {
"r": 255,
"g": 150,
"b": 150
},
"colorOld": {
"r": 120,
"g": 160,
"b": 255
},
"textColorCss": "var(--text-muted)",
"ignoreWhitespace": false,
"gutterSpacingFallbackLength": 5,
"lastShownAuthorDisplay": "initials",
"lastShownDateTimeFormatOptions": "date"
},
"autoCommitMessage": "Auto base sync: {{date}}"
}

View File

@@ -1,17 +1,17 @@
>[!tip] 1) Установка Flatpak:
> sudo apt update
> sudo apt install flatpak -y
>
1)
2) Добавь Flathub (источник приложений):
1) `Установка Flatpak:`
```
sudo apt update
sudo apt install flatpak -y
```
2) `Добавь Flathub (источник приложений):`
```
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
```
3) Установи PortProton:
3) `Установи PortProton:`
```
flatpak install flathub ru.linux_gaming.PortProton -y
```
4) Запуск PortProton через терминал:
4) `Запуск PortProton через терминал:`
```
flatpak run ru.linux_gaming.PortProton
```