mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-24 03:04:12 +01:00
Compare commits
3 Commits
6bbebbabb9
...
87169fc0a8
Author | SHA1 | Date | |
---|---|---|---|
87169fc0a8 | |||
00a3e46908 | |||
12db5c8841 |
@ -12,11 +12,9 @@
|
||||
cleandix = clean -dix
|
||||
# From http://progit.org/book/ch2-7.html
|
||||
last = cat-file commit HEAD
|
||||
# From https://github.com/blog/985-git-io-github-url-shortener#comment-15121
|
||||
mergen = merge --no-ff
|
||||
pulln = pull --no-ff
|
||||
pullen = pull --no-ff
|
||||
shorten = "!sh -c 'curl -i http://git.io -F url=$1' -"
|
||||
verify = verify-commit HEAD
|
||||
|
||||
[core]
|
||||
|
@ -12,11 +12,9 @@
|
||||
cleandix = clean -dix
|
||||
# From http://progit.org/book/ch2-7.html
|
||||
last = cat-file commit HEAD
|
||||
# From https://github.com/blog/985-git-io-github-url-shortener#comment-15121
|
||||
mergen = merge --no-ff
|
||||
pulln = pull --no-ff
|
||||
pullen = pull --no-ff
|
||||
shorten = "!sh -c 'curl -i http://git.io -F url=$1' -"
|
||||
verify = verify-commit HEAD
|
||||
|
||||
[core]
|
||||
|
@ -475,7 +475,7 @@ exec --no-startup-id sleep 25 && flatpak run org.briarproject.Briar
|
||||
# Moment is another non-Electron Matrix client (however this time Qt)
|
||||
#exec --no-startup-id sleep 10 && flatpak run xyz.mx_moment.moment --start-in-tray
|
||||
# Nheko is may be the most Matrix specification compliant Matrix client
|
||||
exec --no-startup-id sleep 10 && flatpak run io.github.NhekoReborn.Nheko
|
||||
exec --no-startup-id sleep 10 && flatpak run io.github.NhekoReborn.Nheko --profile default
|
||||
|
||||
## Redshift for better night display
|
||||
# Centre of Lauttasaari
|
||||
|
@ -17,9 +17,9 @@ SocksPort 9052 PreferIPv6 IsolateSOCKSAuth
|
||||
SocksPort 9060 OnionTrafficOnly IsolateSOCKSAuth
|
||||
|
||||
# HTTP Proxy port
|
||||
# This works only for HTTPS and similar, so I ended up using Privoxy to get
|
||||
# apt-listchanges and apt-listbugs also through Tor.
|
||||
#HTTPTunnelPort 8118 IsolateDestAddr PreferIPv6 IsolateSOCKSAuth
|
||||
# This works only for HTTPS and similar
|
||||
HTTPTunnelPort 8118 IsolateDestAddr PreferIPv6 IsolateSOCKSAuth
|
||||
# Legacy compliancy with self
|
||||
HTTPTunnelPort 9119 IsolateDestAddr PreferIPv6 IsolateSOCKSAuth
|
||||
|
||||
# Uncomment to disable IPv4
|
||||
|
Loading…
Reference in New Issue
Block a user