config: adjust instructions
This commit is contained in:
parent
5070c97ffe
commit
2b44f0eb08
|
@ -123,14 +123,6 @@ matches:
|
||||||
params:
|
params:
|
||||||
cmd: "pass information/social-security | head -1"
|
cmd: "pass information/social-security | head -1"
|
||||||
|
|
||||||
- trigger: ":ep"
|
|
||||||
replace: "{{output}}"
|
|
||||||
vars:
|
|
||||||
- name: output
|
|
||||||
type: shell
|
|
||||||
params:
|
|
||||||
cmd: "pass information/email/personal"
|
|
||||||
|
|
||||||
- trigger: ":sign"
|
- trigger: ":sign"
|
||||||
replace: "{{output}}"
|
replace: "{{output}}"
|
||||||
vars:
|
vars:
|
||||||
|
|
|
@ -78,7 +78,7 @@ edshell() {
|
||||||
esac
|
esac
|
||||||
test -f "$file" || return 2
|
test -f "$file" || return 2
|
||||||
checksum="$(md5sum "$file")"
|
checksum="$(md5sum "$file")"
|
||||||
$EDITOR "$(test "$line" && echo "+normal! ${line}ggzx" || echo "--")" "${file%:*}"
|
$EDITOR $(test "$line" && echo "+normal!\ ${line}ggzx") "${file%:*}"
|
||||||
test "$checksum" != "$(md5sum $file)" && source "$HOME/.zprofile" && exec $SHELL
|
test "$checksum" != "$(md5sum $file)" && source "$HOME/.zprofile" && exec $SHELL
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,6 @@ XDG_TEMPLATES_DIR="$HOME/.local/templates"
|
||||||
XDG_DOWNLOAD_DIR="$HOME/data/4-incubator/downloads"
|
XDG_DOWNLOAD_DIR="$HOME/data/4-incubator/downloads"
|
||||||
XDG_MUSIC_DIR="$HOME/data/music"
|
XDG_MUSIC_DIR="$HOME/data/music"
|
||||||
XDG_PICTURES_DIR="$HOME/data/images"
|
XDG_PICTURES_DIR="$HOME/data/images"
|
||||||
XDG_VIDEOS_DIR="$HOME/data/3-resources"
|
XDG_VIDEOS_DIR="$HOME/data/3-resources/multimedia"
|
||||||
XDG_DOCUMENTS_DIR="$HOME/data/3-resources"
|
XDG_DOCUMENTS_DIR="$HOME/data/3-resources/multimedia"
|
||||||
XDG_PUBLICSHARE_DIR="$HOME/"
|
XDG_PUBLICSHARE_DIR="$HOME/data/3-resources/multimedia"
|
||||||
|
|
11
README.org
11
README.org
|
@ -29,14 +29,15 @@ and configuration for ~less~ and ~fzf~.
|
||||||
* Packages
|
* Packages
|
||||||
: pacman -Qe | cut -d\ -f1 | xclip -selection clipboard
|
: pacman -Qe | cut -d\ -f1 | xclip -selection clipboard
|
||||||
# Use org-yank-visible
|
# Use org-yank-visible
|
||||||
- essentials :: git zsh bat neovim man-db texinfo
|
- essentials :: git zsh bat neovim man-db
|
||||||
- basic tools :: fd ripgrep tree jrnl python-pynvim wget zsh-completions mlocate
|
- basic tools :: texinfo fd ripgrep tree jrnl python-pynvim wget zsh-completions mlocate (locate on deb)
|
||||||
- common tools :: topgrade ffmpeg imagemagick pandoc [[https://lftp.yar.ru/][lftp]] glances youtube-dl dos2unix zsh-doc pacman-contrib
|
- common tools :: topgrade ffmpeg imagemagick pandoc [[https://lftp.yar.ru/][lftp]] glances youtube-dl dos2unix zsh-doc pacman-contrib espanso
|
||||||
- pass :: pass pass-otp pass-extension-tail pass-clip
|
- pass :: pass pass-otp pass-extension-tail pass-clip
|
||||||
-> interesting: pass-steam, pass-autotype, pass-file, pass-qr, pass-ssh, pass-rotate
|
-> interesting: pass-steam, pass-autotype, pass-file, pass-qr, pass-ssh, pass-rotate
|
||||||
- ssh :: openssh sshfs lemonade-git
|
- ssh :: openssh sshfs lemonade-git
|
||||||
- dotfiles :: yadm
|
- dotfiles :: yadm
|
||||||
: yadm clone --bootstrap git.jfischer.org:xeruf/dotfiles.git
|
: yadm clone --bootstrap git@git.jfischer.org:xeruf/dotfiles.git
|
||||||
|
: yadm clone --bootstrap https://git.jfischer.org/xeruf/dotfiles.git
|
||||||
- aur recommendations :: tldr++ sc-im
|
- aur recommendations :: tldr++ sc-im
|
||||||
- git tools :: git-bug git-lfs git-crypt git-remote-gcrypt github-cli
|
- git tools :: git-bug git-lfs git-crypt git-remote-gcrypt github-cli
|
||||||
- personal aur utils (need configuration) :: [[https://github.com/mookid/diffr][diffr]] bat-extras-git rdictcc-git neovim-symlinks stderred-git
|
- personal aur utils (need configuration) :: [[https://github.com/mookid/diffr][diffr]] bat-extras-git rdictcc-git neovim-symlinks stderred-git
|
||||||
|
@ -49,6 +50,8 @@ and configuration for ~less~ and ~fzf~.
|
||||||
- tagging :: puddletag beets picard ffmpegthumbnailer
|
- tagging :: puddletag beets picard ffmpegthumbnailer
|
||||||
- sync :: syncthing
|
- sync :: syncthing
|
||||||
: systemctl enable --now syncthing
|
: systemctl enable --now syncthing
|
||||||
|
** Emacs
|
||||||
|
- mail :: offlineimap mu
|
||||||
** Graphical
|
** Graphical
|
||||||
- x :: xorg-xserver xorg-xkill xorg-setxkbmap xorg-xinit xterm xclip xprintidle light
|
- x :: xorg-xserver xorg-xkill xorg-setxkbmap xorg-xinit xterm xclip xprintidle light
|
||||||
- music production :: lilypond lilypond-docs timidity++ chordpro-git musescore
|
- music production :: lilypond lilypond-docs timidity++ chordpro-git musescore
|
||||||
|
|
Loading…
Reference in New Issue