diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2024-10-19 23:40:52 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2024-10-19 23:40:52 +1300 |
commit | 15a8bc0ae7d9fb5b036fba66c4f9d604a36f56e2 (patch) | |
tree | b76d92440000955352c697560a7626cc907d2d9a | |
parent | Merge branch 'release/v12.43.0' (diff) | |
parent | Update dotfiles(7) manual page (diff) | |
download | dotfiles-15a8bc0ae7d9fb5b036fba66c4f9d604a36f56e2.tar.gz dotfiles-15a8bc0ae7d9fb5b036fba66c4f9d604a36f56e2.zip |
Merge branch 'release/v12.44.0'v12.44.0
* release/v12.44.0:
Update dotfiles(7) manual page
Update dotfiles(7df) manual page
Remove less dotfiles
Update a link to Steve Losh's dotfiles
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | ISSUES.md | 4 | ||||
-rw-r--r-- | Makefile | 13 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | VERSION | 4 | ||||
-rw-r--r-- | less/lesskey | 8 | ||||
-rw-r--r-- | less/profile.d/less.sh | 2 | ||||
-rw-r--r-- | man/man7/dotfiles.7df | 4 | ||||
-rw-r--r-- | vim/vimrc | 2 |
9 files changed, 3 insertions, 37 deletions
@@ -183,7 +183,6 @@ /gnupg/profile.d/gnupg.sh /gnupg/profile.d/gnupg.sh.m4 /include/mktd.m4 -/less/less /mutt/filters/markdown-to-html /mutt/muttrc.d/src /rofi/bin/rofi_pass @@ -32,7 +32,3 @@ Known issues highlighting, but not with `sh` highlighting - The Markdown underline functions should count screen columns, not characters or bytes -- > $ lesskey --output less/less less/lesskey - > NOTE: lesskey is deprecated. - > It is no longer necessary to run lesskey, when using less version 582 and - > later. @@ -24,7 +24,6 @@ install-i3 \ install-init \ install-ksh \ - install-less \ install-login-shell \ install-mail \ install-man \ @@ -276,7 +275,6 @@ all: $(BINS) \ $(GIT_TEMPLATE_HOOKS) \ git/config \ gnupg/profile.d/gnupg.sh \ - less/less \ tmux/bin/tmux \ x/xsession @@ -294,7 +292,6 @@ clean distclean: git/config.m4 \ gnupg/profile.d/gnupg.sh \ include/mktd.m4 \ - less/less \ mutt/filters/markdown-to-html \ mutt/muttrc.d/src \ tmux/bin/tmux \ @@ -351,9 +348,6 @@ git/config: git/config.m4 -D XDG_DATA_HOME=$(XDG_DATA_HOME) \ git/config.m4 > $@ -less/less: less/lesskey - lesskey --output $@ less/lesskey - gnupg/profile.d/gnupg.sh: gnupg/profile.d/gnupg.sh.m4 m4 \ -D GPG_KEYID=$(GPG_KEYID) \ @@ -367,7 +361,6 @@ install: install-bin \ install-git \ install-gnupg \ install-init \ - install-less \ install-login-shell \ install-man \ install-readline \ @@ -462,12 +455,6 @@ install-i3: install-x install-init: if test -d /run/systemd/system ; then make install-systemd ; fi -install-less: less/less - mkdir -p -- $(HOME)/.profile.d - cp -p -- less/profile.d/less.sh $(HOME)/.profile.d - mkdir -p -- $(XDG_CONFIG_HOME)/less - cp -p -- less/less $(XDG_CONFIG_HOME)/less/key - install-logrotate: install-systemd mkdir -p -- $(XDG_CONFIG_HOME)/logrotate \ $(XDG_CONFIG_HOME)/logrotate/config.d @@ -41,7 +41,6 @@ dependencies: - `install-ex` - `install-git` - `install-gnupg` -- `install-less` - `install-login-shell` - `install-man` - `install-readline` @@ -88,7 +87,6 @@ Configuration is included for: - [GnuPG](https://www.gnupg.org/)---GNU Privacy Guard, for private communication and file encryption - [i3](https://i3wm.org/)---Tiling window manager -- [less](https://www.gnu.org/software/less/)---Terminal pager - [mpv](https://mpv.io/)---Media player - [Mutt](http://www.mutt.org/)---Terminal mail user agent - [`mysql(1)`](https://linux.die.net/man/1/mysql)---Command-line MySQL client @@ -1,2 +1,2 @@ -tejr dotfiles v12.43.0 -Sat, 19 Oct 2024 06:24:31 +0000 +tejr dotfiles v12.44.0 +Sat, 19 Oct 2024 10:40:48 +0000 diff --git a/less/lesskey b/less/lesskey deleted file mode 100644 index 50911bad..00000000 --- a/less/lesskey +++ /dev/null @@ -1,8 +0,0 @@ -#env -# -d: Don't cry if the terminal sucks -# -i: Case-insensitive search for all-lowercase terms -# -Q: Never ring a bell -# -R: Read ANSI colours -LESS = -diQR -# Don't keep history -LESSHISTFILE = - diff --git a/less/profile.d/less.sh b/less/profile.d/less.sh deleted file mode 100644 index 75fd1bf0..00000000 --- a/less/profile.d/less.sh +++ /dev/null @@ -1,2 +0,0 @@ -LESSKEY=${XDG_CONFIG_HOME:-$HOME/.config}/less/key -export LESSKEY diff --git a/man/man7/dotfiles.7df b/man/man7/dotfiles.7df index 77269a3c..2e1bb7c7 100644 --- a/man/man7/dotfiles.7df +++ b/man/man7/dotfiles.7df @@ -72,8 +72,6 @@ their dependencies: .IP \[bu] 2 \f[V]install-gnupg\f[R] .IP \[bu] 2 -\f[V]install-less\f[R] -.IP \[bu] 2 \f[V]install-login-shell\f[R] .IP \[bu] 2 \f[V]install-man\f[R] @@ -143,8 +141,6 @@ communication and file encryption .IP \[bu] 2 i3 (https://i3wm.org/)\[em]Tiling window manager .IP \[bu] 2 -less (https://www.gnu.org/software/less/)\[em]Terminal pager -.IP \[bu] 2 mpv (https://mpv.io/)\[em]Media player .IP \[bu] 2 Mutt (http://www.mutt.org/)\[em]Terminal mail user agent @@ -1054,7 +1054,7 @@ nnoremap <expr> <Space> " Steve Losh has a solution I liked where a double-tap of CTRL-K in insert " mode brought up the applicable :help window: " -" <https://bitbucket.org/sjl/dotfiles/src/2559256/vim/vimrc#lines-309:310> +" <https://hg.stevelosh.com/dotfiles/file/2559256/vim/vimrc#l309> " " I took that one step further with a custom plugin named digraph_search.vim. " It parses the digraph table from :help and runs a simple text search of its |