updated
This commit is contained in:
parent
01fded42b2
commit
a880080590
2 changed files with 2 additions and 16 deletions
5
.profile
5
.profile
|
|
@ -5,8 +5,7 @@ alias vim=nvim
|
|||
alias la='ls -a'
|
||||
alias ll='ls -al'
|
||||
|
||||
export PATH="$PATH:/opt/nvim-linux64/bin"
|
||||
export PATH=$PATH:/usr/local/go/bin
|
||||
export PATH=$PATH:~/go/bin
|
||||
export PATH=$PATH:~/.cache/rebar3/bin
|
||||
|
||||
alias ndc='sudo nerdctl'
|
||||
alias ndccom='ndc compose'
|
||||
|
|
|
|||
13
install.sh
13
install.sh
|
|
@ -1,13 +0,0 @@
|
|||
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