From d39d94649484f1a5f5e43d22f16c0bcd9936635b Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Thu, 5 Nov 2020 21:32:00 +0100 Subject: [PATCH] Doom emacs --- setup.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index 1db7b45..320c548 100644 --- a/setup.sh +++ b/setup.sh @@ -42,12 +42,11 @@ sudo apt install \ nm-tray \ pavucontrol \ ranger \ + ripgrep \ rsync \ scdoc \ - stterm \ sway \ vim \ - waybar \ wayland-protocols \ webext-keepassxc-browser \ wl-clipboard \ @@ -156,6 +155,7 @@ sudo chmod +x ${SWAYRUN} ${WAYLAND_ENABLE} # enable greetd sudo systemctl enable greetd +# Swaylock-effects cd ~/sources git clone https://github.com/mortie/swaylock-effects.git cd swaylock-effects @@ -164,6 +164,11 @@ meson build ninja -C build sudo ninja -C build install +# Doom emacs +cd ~/sources +git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d +~/.emacs.d/bin/doom install + #ncspot cd ~/sources git clone https://github.com/hrkfdn/ncspot.git