From 6371a6b4d12ef24b8458a0746a6e8fafa819c49f Mon Sep 17 00:00:00 2001 From: Ted Kulp Date: Mon, 20 Sep 2021 10:08:53 -0400 Subject: [PATCH] More fixes --- .config/yadm/bootstrap | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap index fd2e4c6..563b0a6 100755 --- a/.config/yadm/bootstrap +++ b/.config/yadm/bootstrap @@ -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