From a880080590fccf2954d15219ed0c296066642639 Mon Sep 17 00:00:00 2001 From: bumpsoo Date: Thu, 15 Feb 2024 22:26:20 +0900 Subject: [PATCH] updated --- .profile | 5 ++--- install.sh | 13 ------------- 2 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 install.sh diff --git a/.profile b/.profile index 67697f2..e7cfb42 100644 --- a/.profile +++ b/.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' diff --git a/install.sh b/install.sh deleted file mode 100644 index 9aab156..0000000 --- a/install.sh +++ /dev/null @@ -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