aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 1 insertions, 22 deletions
diff --git a/README.md b/README.md
index 0953a61a..6861776a 100644
--- a/README.md
+++ b/README.md
@@ -103,8 +103,6 @@ Configuration is included for:
- [Perl::Tidy](http://perltidy.sourceforge.net/)---reformats Perl source code
- [Readline](https://tiswww.case.edu/php/chet/readline/rltop.html)---GNU
library for user input used by Bash, MySQL, and others
-- [rxvt-unicode](http://software.schmorp.de/pkg/rxvt-unicode.html)---Fork of
- the rxvt terminal emulator with Unicode support
- [Subversion](https://subversion.apache.org/)---Apache Subversion, a version
control system
- [tidy](http://www.html-tidy.org/)---HTML/XHTML linter and tidier
@@ -112,8 +110,6 @@ Configuration is included for:
- [Vim](https://www.vim.org/)---Vi IMproved, a text editor
- [X11](https://www.x.org/wiki/)---Windowing system with network transparency
for Unix
-- [yt-dlp](https://github.com/yt-dlp/yt-dlp)---Download manager for video
- hosting websites
There is also some slightly customized support for multi-version environment
management for three major scripting languages:
@@ -124,8 +120,7 @@ management for three major scripting languages:
The configurations for shells, Mutt, tmux, and Vim are the most likely to be of
interest. The i3 configuration is limited mainly to changing window switching
-key bindings to match Vim's. There are a fair few resources defined for
-rxvt-unicode.
+key bindings to match Vim's.
### Shell
@@ -245,8 +240,6 @@ in `sh/shrc.d` to be loaded by any POSIX interactive shell. Those include:
- `ll()` runs `ls -Al` if it can, or `ls -al` otherwise.
- `path()` manages the contents of `PATH` conveniently.
- `scp()` tries to detect forgotten hostnames in `scp(1)` command calls.
-- `sudo()` forces `-H` for `sudo(8)` calls so that `$HOME` is never preserved;
- I hate having `root`-owned files in my home directory.
- `tor()` is just a terse shortcut for using Torsocks to anonymize TCP
connections from the current shell.
- `tree()` colorizes GNU `tree(1)` output if possible (without having
@@ -323,16 +316,6 @@ appealing.
You'll need Abook installed if you want to use the `query_command` I have
defined, and msmtp for the `sendmail` command.
-### rxvt-unicode
-
-I've butchered the URxvt Perl extensions `selection-to-clipboard` and
-`selection` into a single `select` extension in `~/.urxvt/ext`, which is the
-only extension I define in `~/.Xresources`.
-
-The included `.Xresources` file assumes that `urxvt` can use 256 colors and
-Perl extensions. If you're missing functionality, try changing
-`perl-ext-common` to `default`.
-
### tmux
These are just generally vi-friendly settings, and there isn't much out of the
@@ -525,8 +508,6 @@ These scripts are installed by the `install-bin` target:
- `dam(1df)` buffers all its input before emitting it as output.
- `ddup(1df)` removes duplicate lines from unsorted input.
- `defang(1df)` prevents dangerous URLs from being made into clickable links.
-- `dmenu_pass(1df)` copies a pass(1) entry selected by `dmenu(1)` to the
- X CLIPBOARD.
- `dub(1df)` lists the biggest entries in a directory.
- `edda(1df)` provides a means to run `ed(1)` over a set of files preserving
any options, mostly useful for scripts.
@@ -656,8 +637,6 @@ available to run them:
- `lint-ksh`
- `lint-sh`
- `lint-x`
-- Perl::Critic:
- - `lint-urxvt`
- [Vint](https://github.com/Kuniwak/vint):
- `lint-vim`