From 6dedbd850f2cf18cb51106c3aa0c4365e015e248 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Fri, 8 Mar 2019 09:53:28 +0100 Subject: [PATCH 1/5] Add the kitty_ssh alias --- .aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/.aliases b/.aliases index 9a5167d..4bdab15 100644 --- a/.aliases +++ b/.aliases @@ -21,6 +21,7 @@ hash sqlmap 2>/dev/null && alias sqlmap-tor='sqlmap --tor --tor-type=SOCKS5' hash youtube-dl 2>/dev/null && alias audio-dl='youtube-dl -x --audio-quality 0 --audio-format "vorbis"' hash chromium 2>/dev/null && alias chromium-tor='chromium --incognito --proxy-server="socks://localhost:9050"' hash jmtpfs 2>/dev/null && alias mount_android='jmtpfs "/media/android"' +hash kitty 2>/dev/null && alias kitty_ssh='kitty +kitten ssh' if hash dig 2>/dev/null; then istheinternetonfire() { From 7c235286076c49af18e3138aaece89f30a6a5d48 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Fri, 8 Mar 2019 09:54:08 +0100 Subject: [PATCH 2/5] Remove the chromium-tor alias --- .aliases | 1 - 1 file changed, 1 deletion(-) diff --git a/.aliases b/.aliases index 4bdab15..a2038a8 100644 --- a/.aliases +++ b/.aliases @@ -19,7 +19,6 @@ hash xscreensaver-command 2>/dev/null && alias lock='xscreensaver-command --lock hash sqlmap 2>/dev/null && alias sqlmap='sqlmap --user-agent="Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"' hash sqlmap 2>/dev/null && alias sqlmap-tor='sqlmap --tor --tor-type=SOCKS5' hash youtube-dl 2>/dev/null && alias audio-dl='youtube-dl -x --audio-quality 0 --audio-format "vorbis"' -hash chromium 2>/dev/null && alias chromium-tor='chromium --incognito --proxy-server="socks://localhost:9050"' hash jmtpfs 2>/dev/null && alias mount_android='jmtpfs "/media/android"' hash kitty 2>/dev/null && alias kitty_ssh='kitty +kitten ssh' From 138553d3c61f1099d1927001ed950a5934207bfd Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Wed, 13 Mar 2019 13:41:30 +0100 Subject: [PATCH 3/5] Fix a rendering issue with terminals without the bce capability https://sw.kovidgoyal.net/kitty/faq.html#using-a-color-theme-with-a-background-color-does-not-work-well-in-vim --- .vimrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.vimrc b/.vimrc index abe20a1..1f3debf 100644 --- a/.vimrc +++ b/.vimrc @@ -49,6 +49,11 @@ nnoremap j gj nnoremap k gk +" Fix a rendering issue with terminals without the bce capability +" https://sw.kovidgoyal.net/kitty/faq.html#using-a-color-theme-with-a-background-color-does-not-work-well-in-vim +let &t_ut='' + + " Licenses let g:licenses_copyright_holders_name = $USER_NICKNAME let g:licenses_authors_name = $USER_NICKNAME From 774e4150cc1baeb0b1e12579f9f55b6b32b39a2d Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Tue, 19 Mar 2019 16:20:31 +0100 Subject: [PATCH 4/5] Add git GPG key --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index 999ec6c..4e07456 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,6 +1,7 @@ [user] name = Rodolphe Breard email = rodolphe@what.tf + SigningKey = B229CCD5690091E7D5D6189F09BC23A1D5562635 [core] editor = vim From b9bc7ce57de9537c362fb5e37425b304867ceb65 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Tue, 19 Mar 2019 17:08:09 +0100 Subject: [PATCH 5/5] Open links in a private window --- .config/kitty/kitty.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index f5cda8f..0158c29 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -1,6 +1,6 @@ font_family inconsolata font_size 9 -open_url_with firefox +open_url_with firefox --private-window enable_audio_bell no allow_remote_control no