More fixes

This commit is contained in:
2021-09-20 10:08:53 -04:00
parent 0887e65681
commit 6371a6b4d1

View File

@@ -46,7 +46,7 @@ if [ "$system_type" = "Linux" ]; then
# Install apt stuff
sudo apt update -y
sudo apt upgrade -y
sudo apt install -y zsh software-properties-common python-dev python3-dev python3-pip
sudo apt install -y zsh software-properties-common python-dev python3-dev python3-pip urlview
# Install node if necessary
if ! command -v node >/dev/null 2>&1; then
@@ -75,7 +75,7 @@ if [ "$system_type" = "Linux" ]; then
if ! command -v lvim >/dev/null 2>&1; then
. $HOME/.cargo/env
bash <(curl -s https://raw.githubusercontent.com/lunarvim/lunarvim/master/utils/installer/install.sh)
lvim +PackerSync
$HOME/.local/bin/lvim +PackerSync
fi
# Install fzf if necessary
@@ -102,10 +102,9 @@ fi
if [ ! -d "$HOME/.oh-my-zsh" ]; then
echo "Installing oh-my-zsh. Install zsh as default, but then exit out to continue."
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
yadm checkout $HOME/.zshrc # We want our version
. $HOME/.zshrc
git clone https://github.com/agkozak/zsh-z $HOME/.config/zsh/plugins/zsh-z
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $HOME/.config/zsh/plugins/zsh-syntax-highlighting
yadm checkout $HOME/.zshrc # We want our version
fi
# Wrapping up