mirror of
https://github.com/tedkulp/dotfiles
synced 2026-03-05 13:40:18 -05:00
More fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user