Misc: update packages & apps, ROCm, SSH, ...

Framework LED Matrix, over amplication, Mac fnmode for Fedora, OBS CQ,
Python config for Helix and yapf3
This commit is contained in:
2024-09-06 11:30:14 -07:00
parent 9736e73c8e
commit 8d214518ff
8 changed files with 101 additions and 16 deletions

View File

@@ -32,6 +32,10 @@ cd clang-format
./clang-format
cd ..
cd yapf
./yapf
cd ..
cd home-chmod
./home-chmod
cd ..

5
auto/yapf/style Normal file
View File

@@ -0,0 +1,5 @@
[style]
use_tabs = true
column_limit = 100
continuation_align_style = fixed
continuation_indent_width = 1

3
auto/yapf/yapf Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh -e
mkdir -p ~/.config/yapf
mv -i style ~/.config/yapf/