emacs -> neovim

main
Micke Nordin 4 years ago
parent cb48eaca25
commit 69d79c6343

@ -18,7 +18,6 @@ sudo apt install \
cargo \ cargo \
curl \ curl \
davfs2 \ davfs2 \
emacs \
firefox-esr \ firefox-esr \
fish \ fish \
geary \ geary \
@ -40,6 +39,7 @@ sudo apt install \
libxkbcommon-dev \ libxkbcommon-dev \
light \ light \
meson \ meson \
neovim \
ninja-build \ ninja-build \
nm-tray \ nm-tray \
pavucontrol \ pavucontrol \
@ -48,7 +48,6 @@ sudo apt install \
rsync \ rsync \
scdoc \ scdoc \
sway \ sway \
vim \
wayland-protocols \ wayland-protocols \
webext-keepassxc-browser \ webext-keepassxc-browser \
wl-clipboard \ wl-clipboard \
@ -166,11 +165,6 @@ meson build
ninja -C build ninja -C build
sudo ninja -C build install 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 #ncspot
cd ~/sources cd ~/sources
git clone https://github.com/hrkfdn/ncspot.git git clone https://github.com/hrkfdn/ncspot.git

Loading…
Cancel
Save