Switch fuzzypkg to installed package.

And remove totp.sh install that was never used.
This commit is contained in:
Érico Nogueira 2021-07-28 02:58:12 -03:00
parent 8bc977c901
commit 6990775acd
4 changed files with 1 additions and 7 deletions

3
.gitmodules vendored
View File

@ -10,9 +10,6 @@
[submodule "sourcecode/subprojects/hugo.el"]
path = sourcecode/subprojects/hugo.el
url = https://github.com/aaronbieber/hugo.el.git
[submodule "sourcecode/subprojects/fuzzypkg"]
path = sourcecode/subprojects/fuzzypkg
url = https://github.com/zdykstra/fuzzypkg.git
[submodule "sourcecode/subprojects/purr-c"]
path = sourcecode/subprojects/purr-c
url = https://github.com/ericonr/purr-c.git

View File

@ -44,8 +44,6 @@ fi
if [ "$SUBPROJECTS" ]; then
ln -sf "$PWD/subprojects/git-merge-pr/git-merge-pr" "$HOME/.local/bin/"
ln -sf "$PWD/subprojects/hugo.el/hugo.el" "$HOME/.config/doom/"
ln -sf "$PWD/subprojects/fuzzypkg/fuzzypkg" "$HOME/.local/bin"
ln -sf "$PWD/subprojects/totp.sh/totp.sh" "$HOME/.local/bin"
make -C subprojects/purr-c install PREFIX=$HOME/.local
make -C subprojects/get-otp install PREFIX=$HOME/.local
fi

@ -1 +0,0 @@
Subproject commit 6c5fea701860d959631cc70b7ae0ef6bc4846d54

View File

@ -65,7 +65,7 @@ _net="curl git gnupg2 aerc asciinema lynx weechat"
_shell="fish-shell lolcat-c tmux"
_tools="bsdtar fd lowdown neovim p7zip parallel ripgrep stow execline s6"
_boxes="toybox toybox.static busybox"
_void="vsv xtools graphviz"
_void="vsv xtools fuzzypkg graphviz"
_info="man-pages-devel man-pages-posix"
_fortune="cowsay fortune-mod-void"
_otp="bearssl-devel oath-toolkit libargon2-devel jq"