-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
144 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
[user] | ||
name = Tobias Gruetzmacher | ||
email = [email protected] | ||
signingkey = 0EBD3CD637B2EE85 | ||
[color] | ||
ui = auto | ||
[github] | ||
user = TobiX | ||
[core] | ||
pager = less | ||
autocrlf = input | ||
[credential] | ||
helper = store | ||
[push] | ||
default = simple | ||
[alias] | ||
akey = annex examinekey --format='.git/annex/objects/${hashdirmixed}${key}/${key}\n' | ||
timeline = log --oneline --graph --decorate | ||
[rerere] | ||
enabled = true | ||
[diff] | ||
tool = kdiff3 | ||
[difftool "idiff"] | ||
cmd = diff -i $LOCAL $REMOTE | ||
[include] | ||
file = ~/doc/secret/git.conf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
.*.swp | ||
.todo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[list] | ||
format=columns |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
#--console-title | ||
--output "%(title)s-%(fps)sfps-%(id)s.%(ext)s" | ||
--restrict-filenames | ||
# This makes sure to continue with the next file after one download fails | ||
--ignore-errors | ||
--netrc | ||
--add-metadata | ||
--prefer-ffmpeg | ||
--mark-watched | ||
--cookies /home/tobias/.cache/ytdl-cookies.txt | ||
#--write-info-json | ||
# For vimeo: | ||
# h264-hd | ||
# For YouTube: | ||
# 37: 1080p | ||
# 22: 720p | ||
# 298: DASH 720p 60fps | ||
# 136: DASH 720p 30fps | ||
# 140: DASH AAC 128k | ||
# For arte.tv: | ||
# 720-2200-VA-STA | ||
# 720-2200-VO | ||
# HTTP_MP4_SQ_1: mp4, 1280x720, VA-STA, Dt. Version 2200k | ||
# For twitch.tv: | ||
# live - "Archive" | ||
# For ZDF Mediathek: | ||
# h264_aac_mp4_http_na_na-veryhigh: mp4, 852x480, h264@1400k, aac@56k | ||
# h264_aac_mp4_http_na_na-veryhigh-0: mp4, 852x480, h264@1400k, aac@56k | ||
# For Heise: | ||
# mp4_720p | ||
--format "298+140/136+140/22/35/34/18/720-2200-VA-STA/720-2200-VO/HTTP_MP4_SQ_1/h264-hd/Blip HD 720/Source/live/h264_aac_mp4_http_na_na-veryhigh/h264_aac_mp4_http_na_na-veryhigh-0/mp4_720p" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
Include ~/doc/secret/ssh_config | ||
|
||
Host eisler* | ||
HostName eisler.nettworks.org | ||
User tobig | ||
|
||
Host kos-mos* | ||
HostName kos-mos.fritz.box | ||
Port 6451 | ||
ForwardX11 yes | ||
Compression no | ||
|
||
Host phone | ||
HostName 192.168.0.202 | ||
User root | ||
StrictHostKeyChecking no | ||
UserKnownHostsFile /dev/null | ||
|
||
Host weltarchiv* | ||
User tobix | ||
|
||
Host nibbler* | ||
Compression no | ||
|
||
Host hermes* | ||
User root | ||
|
||
Host *gnu.org | ||
User TobiG | ||
|
||
Host *.sf.net | ||
User tobig | ||
|
||
Host w8n.koeln.ccc.de | ||
Port 2222 | ||
|
||
Host fork | ||
User tobix | ||
|
||
Host ssp2* | ||
Hostname ssp2.23.gs | ||
Port 6451 | ||
User root | ||
|
||
Host play.23.gs | ||
Port 6451 | ||
LocalForward 5900 localhost:5901 | ||
|
||
Host may | ||
Port 6451 | ||
|
||
Host armbuild | ||
Hostname 127.0.0.1 | ||
Port 2222 | ||
|
||
Host * | ||
Compression yes | ||
ServerAliveInterval 30 | ||
ServerAliveCountMax 3 | ||
#ForwardX11Trusted no | ||
HashKnownHosts no | ||
CheckHostIP no | ||
VisualHostKey yes | ||
ControlMaster auto | ||
ControlPath ~/.cache/ssh-master-%h-%p-%r | ||
ControlPersist 1 | ||
PKCS11Provider /usr/lib/x86_64-linux-gnu/opensc-pkcs11.so | ||
UseRoaming no | ||
|
||
# vim: set ft=sshconfig: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters