initial layout for emacs doom

This commit is contained in:
Stefen Auris 2020-01-21 15:09:53 -05:00
parent 184ccd8e65
commit b3f914bd08
2 changed files with 8 additions and 1 deletions

View file

@ -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