More Aerc tweaks

- Add styleset
- Add socksify to the text/html reading workflow
- Add G and g hotkeys to most for bottom/top of buffer
This commit is contained in:
Trysdyn Black 2021-11-24 21:17:37 -08:00
parent 4eb299f607
commit 3068b09f3a
4 changed files with 104 additions and 2 deletions

View file

@ -14,3 +14,5 @@ The setup_dotfiles.py script takes the contents of this path and creates symlink
* `python3 setup_dotfiles.py`
You can run the setup script from any path and it'll figure out what to do. The script will create symlinks in your home directory matching its layout. If you want to create the tree in a different location, you'll need to open the interpreter and manually invoke `install_dotfiles()` with the correct arguments.
You shouldn't do this if you're not me though because this will clobber your environment and replace it with mine. :)