aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Bobov <anton@bobov.name>2024-05-14 20:25:29 +0500
committerAnton Bobov <anton@bobov.name>2024-05-18 00:35:05 +0500
commit54ee114bd4d5579e1a8cd874b2f1278da126e440 (patch)
tree44bab7891bcb450d38dfad75f9f54286066fdf21
parent2b47fc0ced61dbbc5ceff13771a799f0e9986537 (diff)
Updates
-rw-r--r--files/.config/jrnl/jrnl.yaml3
-rw-r--r--files/.config/lazygit/config.yml2
-rw-r--r--files/.config/youtube-dl/config5
-rw-r--r--files/.gitignore18
4 files changed, 24 insertions, 4 deletions
diff --git a/files/.config/jrnl/jrnl.yaml b/files/.config/jrnl/jrnl.yaml
index 0b19ab6..34ae92e 100644
--- a/files/.config/jrnl/jrnl.yaml
+++ b/files/.config/jrnl/jrnl.yaml
@@ -1,4 +1,3 @@
----
colors:
body: none
date: none
@@ -17,4 +16,4 @@ linewrap: 79
tagsymbols: '#@'
template: false
timeformat: '%Y-%m-%d %H:%M'
-version: v4.0.1
+version: v4.1
diff --git a/files/.config/lazygit/config.yml b/files/.config/lazygit/config.yml
index 9c4b494..3a3b0c5 100644
--- a/files/.config/lazygit/config.yml
+++ b/files/.config/lazygit/config.yml
@@ -10,7 +10,6 @@ git:
paging:
colorArg: always
pager: diff-so-fancy
- externalDiffCommand: difft --color=always --background=light
commitPrefixes:
gazprom:
pattern: "^(\\d+)-.*"
@@ -18,6 +17,7 @@ git:
# branchLogCmd: "git lg --color=always --no-merges --graph {{branchName}} --"
services:
'git.technocom.tech': 'gitea:git.technocom.tech'
+notARepository: skip
keybinding:
commits:
moveDownCommit: '<c-n>'
diff --git a/files/.config/youtube-dl/config b/files/.config/youtube-dl/config
index 3a8d1e8..4ebc5d7 100644
--- a/files/.config/youtube-dl/config
+++ b/files/.config/youtube-dl/config
@@ -1,4 +1,4 @@
---format bestvideo[width<=3840]+bestaudio/best[width<=3840]/bestvideo+bestaudio/best
+--format (bestvideo[width<=3840])[ext!=webm]+bestaudio/best[width<=3840]/bestvideo+bestaudio/best
--live-from-start
--sponsorblock-mark all
--xff default
@@ -32,3 +32,6 @@
--embed-thumbnail
--embed-chapters
--mtime
+
+# Preferring ru audio track
+--extractor-args 'youtube:lang=ru'
diff --git a/files/.gitignore b/files/.gitignore
index 574de7b..5063264 100644
--- a/files/.gitignore
+++ b/files/.gitignore
@@ -1,3 +1,10 @@
+# General
+*~
+*.swp
+tags
+.tags
+.envrc
+
# Eclipse project files
.classpath
.project
@@ -11,6 +18,7 @@
# Python
*.pyc
+__pycache__
# Infinitest
infinitest.filters
@@ -18,3 +26,13 @@ infinitest.args
# NPM
package-lock.json
+
+# Archives
+*.tar
+*.gz
+*.bz2
+*.jar
+*.rar
+*.xz
+*.zip
+*.7z