diff --git a/TARGETS.sh b/TARGETS.sh index f817af7..eec4adf 100644 --- a/TARGETS.sh +++ b/TARGETS.sh @@ -1,12 +1,12 @@ readonly TARGETS="\ colors:.config/terminal-colors.d +less:.lesskey .infokey tmux:.config/tmux .tmux .config/systemd/user/tmux.service .local/bin/tmux_start_session.sh .local/bin/tmux_list_sessions.sh .local/bin/tmux_attach_session.sh .local/bin/tmux_kill_sessions.sh t:.local/bin/t -zsh:.config/zsh .zshenv .inputrc %t %colors +zsh:.config/zsh .zshenv .inputrc %colors alacritty:.config/alacritty -nvim:.config/nvim .editorconfig .inputrc .editrc .local/bin/vim_askpass_helper +nvim:.config/nvim .editorconfig .editrc .local/bin/vim_askpass_helper ssh: -less:.lesskey git:.config/git ranger:.config/ranger gpg: @@ -18,4 +18,5 @@ arch: psql:.psqlrc docker:.docker/cli-plugins ipython:.ipython/profile_default/ipython_config.py -gdb:.config/gdb" \ No newline at end of file +gdb:.config/gdb +all:%less %t %tmux %zsh %nvim %git" \ No newline at end of file diff --git a/home/user/.infokey b/home/user/.infokey new file mode 100644 index 0000000..f490394 --- /dev/null +++ b/home/user/.infokey @@ -0,0 +1,19 @@ +#info +j next-line +k prev-line +^n next-node +^p prev-node + +#var +link-style=yellow +active-link-style=yellow,bold +match-style=underline,bold,nocolour +scroll-behavior=Page Only +cursor-movement-scrolls=Off +show-index-match=On +visible-bell=On +automatic-tiling=on +automatic-footnotes=on +highlight-searches=on +mouse=normal-tracking +nodeline=print \ No newline at end of file