diff options
| author | EuAndreh <eu@euandre.org> | 2021-01-17 01:35:43 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-01-17 01:35:43 -0300 |
| commit | ad51519d6833edd03a1faf4fdf3b729616c7ce53 (patch) | |
| tree | ea1959f68aac452cb4e0c421b9cf9fb4c974765e | |
| parent | sbclrc.lisp: Move quicklisp diretory to ~/dev/quicklisp (diff) | |
| download | dotfiles-ad51519d6833edd03a1faf4fdf3b729616c7ce53.tar.gz dotfiles-ad51519d6833edd03a1faf4fdf3b729616c7ce53.tar.xz | |
Add infokey symlink
| -rw-r--r-- | bash/symlinks.sh | 2 | ||||
| -rw-r--r-- | infokey | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/bash/symlinks.sh b/bash/symlinks.sh index cd25465a..47c3ef59 100644 --- a/bash/symlinks.sh +++ b/bash/symlinks.sh @@ -68,3 +68,5 @@ ln -fs "$DOTFILES/guix/channels.scm" ~/.config/guix/channels.scm mkdir -p ~/.config/vdirsyncer/ ~/.config/khal ln -fs "$HOME/annex/bin/misc/pimutils/vdirsyncer.conf" ~/.config/vdirsyncer/config ln -fs "$HOME/annex/bin/misc/pimutils/khal.conf" ~/.config/khal/config + +ln -fs "$DOTFILES/infokey" ~/.infokey diff --git a/infokey b/infokey new file mode 100644 index 00000000..f78b9a71 --- /dev/null +++ b/infokey @@ -0,0 +1,2 @@ +^e down-line +^y up-line |
