mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-08-03 12:47:26 +02:00
Compare commits
3 Commits
f6d3b3d08b
...
7e4d279509
Author | SHA1 | Date | |
---|---|---|---|
7e4d279509 | |||
8234b2dadb | |||
9e9be0a22b |
2
.pre-commit-config.yaml
vendored
2
.pre-commit-config.yaml
vendored
@ -52,7 +52,7 @@ repos:
|
||||
args: [--update-only]
|
||||
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: "v1.16.1"
|
||||
rev: "v1.17.0"
|
||||
hooks:
|
||||
- id: mypy
|
||||
additional_dependencies: [types-tabulate]
|
||||
|
@ -1 +1 @@
|
||||
3.4.4
|
||||
3.4.5
|
||||
|
@ -9,7 +9,7 @@ GEM
|
||||
prettier_print (1.2.1)
|
||||
rbs (3.9.4)
|
||||
logger
|
||||
syntax_tree (6.2.0)
|
||||
syntax_tree (6.3.0)
|
||||
prettier_print (>= 1.2.0)
|
||||
syntax_tree-haml (4.0.3)
|
||||
haml (>= 5.2)
|
||||
@ -34,7 +34,7 @@ DEPENDENCIES
|
||||
syntax_tree-rbs
|
||||
|
||||
RUBY VERSION
|
||||
ruby 3.4.4p34
|
||||
ruby 3.4.5p51
|
||||
|
||||
BUNDLED WITH
|
||||
2.6.9
|
||||
|
@ -25,6 +25,9 @@ ln -sfv $FLATPAKEXPORTS/org.gnome.eog $TARGETDIR/eom
|
||||
#ln -sfv $FLATPAKEXPORTS/page.codeberg.dnkl.foot $TARGETDIR/foot
|
||||
ln -sfv $FLATPAKEXPORTS/com.calibre_ebook.calibre $TARGETDIR/calibre
|
||||
ln -sfv $FLATPAKEXPORTS/org.pulseaudio.pavucontrol $TARGETDIR/pavucontrol
|
||||
ln -sfv $FLATPAKEXPORTS/org.gnome.tweaks $TARGETDIR/gnome-tweak
|
||||
ln -sfv $FLATPAKEXPORTS/org.gnome.tweaks $TARGETDIR/gnome-tweaks
|
||||
ln -sfv $FLATPAKEXPORTS/org.gnome.tweaks $TARGETDIR/gnome-tweak-tool
|
||||
|
||||
# Electron apps that actually need wrappers and flags
|
||||
#ln -sfv $FLATPAKEXPORTS/com.visualstudio.code $TARGETDIR/code
|
||||
|
@ -6,7 +6,7 @@
|
||||
# and room versions supported by your homeserver BEFORE adjusting/running this.
|
||||
# Otherwise the target room version may be outdated or the last one I have
|
||||
# ran this script for.
|
||||
ROOMVERSION=11
|
||||
ROOMVERSION=12
|
||||
# Help and about in Element Web settings
|
||||
ACCESSTOKEN=
|
||||
NEWROOMNAME="CHANGEME (v$ROOMVERSION)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user