Jonathan Hodgson
c9d7ca64a7
Tridactyl: updates redirects
...
Also some tidying up
2 years ago
Jonathan Hodgson
d0a4899e72
Bin: analyse-headers: no longer warn about no expect-ct
2 years ago
Jonathan Hodgson
b3ca61b3db
BIN: Analyse Headers: improve warning if no lots file
2 years ago
Jonathan Hodgson
9b1afa1aa2
BIN: analyse-headers: improve csp checking
...
The script now checks included domains against the lots project.
https://lots-project.com/
It also checks domains against a list of known jsonp hosts that was
found here: a21f94e348/allowlist_bypasses/jsonp.ts
2 years ago
Jonathan Hodgson
08af357f44
Neomutt: adds better support for multipart emails
...
Neomutt now supports sending multipart emails better. See details in my
blog:
https://jonathanh.co.uk/blog/multipart-emails-in-neomutt/
2 years ago
Jonathan Hodgson
0de3ee1b8d
Tidy up newsboat urls
3 years ago
Jonathan Hodgson
5ccedaa777
Removes biscuit submodule
3 years ago
Jonathan Hodgson
601a3771f3
Removes biscuit config
3 years ago
Jonathan Hodgson
4745bef302
Adds newsboat systemd timer
3 years ago
Jonathan Hodgson
3b0885689e
Adds better php indent
3 years ago
Jonathan Hodgson
05d3b44335
Stops hsetroot distorting background
3 years ago
Jonathan Hodgson
fc5e437dda
Updates mbsync config
3 years ago
Jonathan Hodgson
03c8db4523
GRC: Nmap: allow hyphens in domains
3 years ago
Jonathan Hodgson
ce1c43d7d9
Adds basic image support to link handler
3 years ago
Jonathan Hodgson
6e30f036c7
Stops checking that davmail is running before checking email
3 years ago
Jonathan Hodgson
1ebcae2495
Moves check emails systemd files
3 years ago
Jonathan Hodgson
95321ab4f8
Check program exists before adding grc alias
3 years ago
Jonathan Hodgson
816113afe7
Updates zsh-syntax highlighting
3 years ago
Jonathan Hodgson
9d4e340753
Makes fzf list packages for paru on tab
3 years ago
Jonathan Hodgson
15d3876c04
Merge branch 'master' of ssh://git.jonathanh.co.uk/jab2870/Dotfiles
3 years ago
Jonathan Hodgson
2798374d08
Makes grc colour some domains in nmap
3 years ago
Jonathan Hodgson
4486fce3ff
Deletes deoplete-abook submodule
3 years ago
Jonathan Hodgson
40c7b34cba
stops firefox closing when last tab is closed
3 years ago
Jonathan Hodgson
d79535b009
Auto detect laptop resolution for screen layouts
...
New laptop is slightly taller than my last so updates the screenlayout
scripts to detect the resolution automatically
3 years ago
Jonathan Hodgson
5b7b051404
Removes auto-expand
3 years ago
Jonathan Hodgson
20d870fd5e
Makes background script use hsetroot
3 years ago
Jonathan Hodgson
cd4e875fd1
Updates gpg alias
3 years ago
Jonathan Hodgson
25b30db41f
Deletes old rofi config file
3 years ago
Jonathan Hodgson
795969329b
Stops rofi launcher running as a normal window
3 years ago
Jonathan Hodgson
6e30aaa633
Adds qr code decode to act on last
3 years ago
Jonathan Hodgson
828f724a54
Update zsh plugins
3 years ago
Jonathan Hodgson
d2eca1c427
Changes tridactyl hintchars
...
these are the characters tridactyl will use for hints. I have set them
to be the characters on the home row on my colemak layout
3 years ago
Jonathan Hodgson
de61b97b5b
Small changes to tridactylrc
...
Added hover binding
Added hints for protonmail
Added some settins to disable pocket by default
3 years ago
Jonathan Hodgson
a2e59fec33
Makes tridactyl redirct to old style arch wiki
3 years ago
Jonathan Hodgson
c79b988a57
Changes to rofi for new config format
3 years ago
Jonathan Hodgson
def1236315
Updates lspconfig and treesitter
3 years ago
Jonathan Hodgson
70e01e3354
Adds autocommand for updating the shared file
...
This allows neovim instances to share registers, marks, command history
and some other bits.
See :h shada
Augroup stolen from here:
https://vi.stackexchange.com/a/24564
3 years ago
Jonathan Hodgson
e9b6c36278
Adds Projectionist plugin
...
Greg Hurrell video: https://www.youtube.com/watch?v=3jDafvUESbs
This allows me to jump between c source, header and test files easily.
It is capable of a lot more than this but I haven't looked into it too
much yet.
3 years ago
Jonathan Hodgson
aa9e27ea22
Adds mapping for eding vrc
3 years ago
Jonathan Hodgson
daacb168c0
Some tweaks to lsp config
...
Now uses ccls instead of clang for c language server. Seems better at
jumping to definition.
Also adds <leader k> to open man page since shift k is now overwritten
with the popup for the declaration that lsp provides
3 years ago
Jonathan Hodgson
a1453227b9
Updates lsp config plugin
3 years ago
Jonathan Hodgson
e993f2c566
Adds auto-expand to some of my aliases
...
Heavily inspired by this: https://dev.to/frost/fish-style-abbreviations-in-zsh-40aa
When space is pushed, zsh will try to expand any aliases that I have put
in the array in this file.
It is currently quite basic, only looking at the first word on the
command line.
3 years ago
Jonathan Hodgson
e0410e4d5e
Sets attribution for mutt
3 years ago
Jonathan Hodgson
79584da823
Adjusts date format in mutt
3 years ago
Jonathan Hodgson
8524b0baf0
Makes mutt open files in libreoffice
3 years ago
Jonathan Hodgson
de15eff01f
Changes double shift action
...
Previously, pushing both shift keys would switch the layout between
colemak and qwerty. However, I never use qwerty now so have changed it
so that double shift now toggles capslock. The capslock key remains
bound to backspace as is default in colemak
3 years ago
Jonathan Hodgson
0876dc71c0
BIN: actOnLast: small changes to how screenshots are handled
...
If a shadow is added to a screenshot, that new images is added to the
clipboard and the next event will be run against that.
Also, add to clipboard is now something you can do after a screenshot
(or shadow add) which is useful if you copy something, then want to
re-add the last screenshot to your clipboard
3 years ago
Jonathan Hodgson
8533081145
Turn off relative numbers in quickfix windows
3 years ago
Jonathan Hodgson
95bb987329
Open fold and centre when moving between quickfix listings
...
My bindings for moving between quickfix listings ([c and ]c) now open
folds and centre the item.
3 years ago
Jonathan Hodgson
f12f916255
Adds ability to load templates in vim
...
Will add to it at some point so I can view the template in fzf's preview
3 years ago