Add my shell prompt as submodule.

This commit is contained in:
Érico Nogueira 2021-07-28 03:08:27 -03:00
parent 6990775acd
commit da0ae47801
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View File

@ -19,3 +19,6 @@
[submodule "nvim/.config/nvim/pack/plugins/start/nvim-lspconfig"]
path = nvim/.config/nvim/pack/plugins/start/nvim-lspconfig
url = https://github.com/neovim/nvim-lspconfig.git
[submodule "sourcecode/subprojects/ep"]
path = sourcecode/subprojects/ep
url = https://github.com/ericonr/ep.git

View File

@ -46,6 +46,7 @@ if [ "$SUBPROJECTS" ]; then
ln -sf "$PWD/subprojects/hugo.el/hugo.el" "$HOME/.config/doom/"
make -C subprojects/purr-c install PREFIX=$HOME/.local
make -C subprojects/get-otp install PREFIX=$HOME/.local
make -C subprojects/ep install CC=cc PREFIX=$HOME/.local
fi
if [ "$MPV" ]; then

@ -0,0 +1 @@
Subproject commit d76a8794d57ead5e27fb8a1489067f7d0b414f7f