diff options
| author | EuAndreh <eu@euandre.org> | 2021-03-21 11:45:24 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-03-21 11:45:24 -0300 |
| commit | 20e7c5054209de4958a255f29c7af399ad66cdd8 (patch) | |
| tree | 0e97c8978451a98e5d1fa456fde25b8fdd362419 | |
| parent | Add gpg/sshcontrol (diff) | |
| download | dotfiles-20e7c5054209de4958a255f29c7af399ad66cdd8.tar.gz dotfiles-20e7c5054209de4958a255f29c7af399ad66cdd8.tar.xz | |
sh/symlinks.sh: Add ASDF 3 friendly symlink to project sources
| -rw-r--r-- | sh/symlinks.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sh/symlinks.sh b/sh/symlinks.sh index 08436f38..9ce3bc12 100644 --- a/sh/symlinks.sh +++ b/sh/symlinks.sh @@ -21,6 +21,10 @@ ln -fs "$DOTFILES/Xmodmap.conf" ~/.Xmodmap ln -fs "$DOTFILES/npmrc.sh" ~/.npmrc ln -fs "$DOTFILES/mailcap.conf" ~/.mailcap + +mkdir -p ~/.local/share/common-lisp +ln -fs ~/dev/libre ~/.local/share/common-lisp/source + mkdir -p ~/tmp/ touch ~/tmp/scratch.txt touch /tmp/fp.euandreh.log |
