LunarVim/old/setupDEB.sh

24 lines
454 B
Bash
Raw Normal View History

2018-08-17 19:38:37 +02:00
#!/bin/sh
# installing neovim
sudo apt install -y neovim
# needed to pull installer
sudo apt install -y curl
# used for clipboard
sudo apt install -y xsel
# pesky fonts
sudo apt install -y powerline-fonts
2018-08-17 19:38:37 +02:00
# pul sown installer
curl https://raw.githubusercontent.com/Shougo/dein.vim/master/bin/installer.sh > installer.sh
# run installer
sh ./installer.sh ~/.cache/dein
2018-08-24 05:25:56 +02:00
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install