Added shellcheck
This commit is contained in:
parent
1d549bb14c
commit
978674c3ae
@ -460,7 +460,7 @@ fi
|
|||||||
#doom-emacs
|
#doom-emacs
|
||||||
if [ $in_doom-emacs -eq 1]; then
|
if [ $in_doom-emacs -eq 1]; then
|
||||||
echo "Installing doom-emacs"
|
echo "Installing doom-emacs"
|
||||||
pacman -S --needed --noconfirm git emacs ripgrep fd pandoc
|
pacman -S --needed --noconfirm git emacs ripgrep fd pandoc shellcheck
|
||||||
git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
|
git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
|
||||||
~/.emacs.d/bin/doom install
|
~/.emacs.d/bin/doom install
|
||||||
export PATH="$PATH":$HOME/.emacs.d/bin
|
export PATH="$PATH":$HOME/.emacs.d/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user