Skip to content

Commit

Permalink
Revert lvim changes
Browse files Browse the repository at this point in the history
  • Loading branch information
erichlf committed Jul 1, 2024
1 parent ebfc162 commit b743eab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion scripts/nas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if [[ $JUNEST_ENV -ne 1 ]]; then
fi

INFO "Installing JuNest..."
[[ ! -d $HOME/.local/share/junest ]] && git clone https://github.com/fsquillace/junest.git $HOME/.local/share/junest
[[ ! -d $HOME/.local/share/junest ]] && git clone https://github.com/fsquillace/junest.git $HOME/.local/share/junest
[[ ! -d $HOME/.junest ]] && junest setup

[[ $JUNEST_ENV -ne 1 ]] && [[ -d .local/share/junest ]] && ./.local/share/junest/bin/junest -b "--bind /share /share"
Expand All @@ -41,6 +41,7 @@ INFO "Installing base system..."
pac_install \
btop \
curl \
docker \
fzf \
gzip \
iftop \
Expand Down
2 changes: 1 addition & 1 deletion scripts/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ function lunarvim_install(){
# ensure there are no failures due to installing python packages
python3 -m pip config set global.break-system-packages true

(curl -sSL https://raw.githubusercontent.com/LunarVim/LunarVim/release-1.4/neovim-0.9/utils/installer/install.sh | LV_BRANCH='release-1.4/neovim-0.9' bash -s -- -y) | true
curl -sSL https://raw.githubusercontent.com/LunarVim/LunarVim/release-1.4/neovim-0.9/utils/installer/install.sh | LV_BRANCH='release-1.4/neovim-0.9' bash -s -- -y
}

# setup starship
Expand Down

0 comments on commit b743eab

Please sign in to comment.