mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 00:38:23 -05:00
359cc044b2
neovim: lsp: add ansiblels chore: cleanup shebang (remove 'sh -e' pattern)
11 lines
135 B
Bash
Executable File
11 lines
135 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# You need ncurses-devel
|
|
|
|
git clone https://gitlab.com/jallbrit/cbonsai
|
|
cd cbonsai
|
|
|
|
make PREFIX=$HOME/.local install
|
|
|
|
cd ..
|