added init installation script
This commit is contained in:
parent
2609b27da7
commit
31135ffc73
1 changed files with 13 additions and 0 deletions
13
install.sh
Normal file
13
install.sh
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
apk update &&
|
||||
apk add neovim neovim-doc tmux git openssh ripgrep curl gcc go erlang erlang-dev rebar3
|
||||
|
||||
go install golang.org/x/tools/gopls@latest
|
||||
|
||||
wget https://s3.amazonaws.com/rebar3/rebar3 &&
|
||||
chmod +x ./rebar3 &&
|
||||
./rebar3 local install
|
||||
|
||||
git clone https://github.com/erlang-ls/erlang_ls.git &&
|
||||
cd erlang_ls &&
|
||||
make &&
|
||||
make install
|
||||
Loading…
Add table
Add a link
Reference in a new issue