From 52e4577852cce6796034fa5c442961963c79f98d Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Wed, 18 Mar 2026 11:32:47 -0500 Subject: [PATCH] wip --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index adafa1a..ac479c8 100644 --- a/README.md +++ b/README.md @@ -256,16 +256,23 @@ please note, this step is only needed when arch is to be installed on a new host - `kitten themes 'box'` - `kitten themes 'papercolor dark'` - **VSCODIUM** + - **unable to write program user data** + - if "EACCESS: permission denied, mkdir '/home/poq/.locale/state'" occurs: + - `sudo mkdir ~/.locale/state` & `sudo chown -R $USER:$USER ~/.locale/state` - **local sync** - open extensions and search for `local sync` - install the extension - open extension settings - - 1. set path to backup files: + - 1. disable 'Local-sync: Autobackup' (Auto Backup files on change) + - 2. set path to backup files: - `/home/poq/syncDir/gitRepos/gi.op.fo/fiodb/db/vscodium/syncBackup` - - 2. run `local sync: restore` (ctrl + shift + p) + - 3. run `local sync: restore` (ctrl + shift + p) + - 4. re-enable 'Local-sync: Autobackup' - **open workspace :: open all active projects** - - file ➔ open workspace from file ➔ `/home/poq/syncDir/gitRepos/gi.op.fo/fiodb/db/workspaces/vscodium/workspace/one.code-workspace` + - file ➔ open workspace from file ➔ `/home/poq/syncDir/gitRepos/gi.op.fo/fiodb/db/vscodium/workspace/one.code-workspace` - several .sh files might be flagged as modified (in gitkraken they will show up as `file mode changes from 14001 to 217`, which means from chmod 755 to 644). you can fix this running the command `chmodAllSh.sh`. + + - **GITKRAKEN** - preferences ➔ ui customization ➔ theme: `gitkraken dark - high contrast` - preferences ➔ integrations ➔ connect to gitlab