initial layout for emacs doom
This commit is contained in:
parent
184ccd8e65
commit
b3f914bd08
2 changed files with 8 additions and 1 deletions
6
emacs_doom.zsh
Normal file
6
emacs_doom.zsh
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/zsh
|
||||
#This will install Doom for Emacs
|
||||
git clone https://github.com/hlissner/doom-emacs ~/.emacs.d
|
||||
#Test for emacs and ripgrep
|
||||
|
||||
~/.emacs.d/bin/doom install
|
3
udeps.sh
3
udeps.sh
|
@ -14,7 +14,8 @@ sudo apt-get -my install git \
|
|||
curl \
|
||||
aptitude \
|
||||
nnn \
|
||||
ack
|
||||
ack \
|
||||
ripgrep
|
||||
|
||||
read -n1 -p $'Does this system need ssh access?\n' REPLY
|
||||
if [[ $REPLY == [Yy] ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue