From abb170f1b5bc31b119cd46a398c48a78f65c3d6c Mon Sep 17 00:00:00 2001 From: Bohdan Bahno Date: Sun, 3 Mar 2024 01:01:52 +0000 Subject: [PATCH] Add bat to installation script --- mac-os-install.bash | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/mac-os-install.bash b/mac-os-install.bash index ed1e481..49cb1a3 100755 --- a/mac-os-install.bash +++ b/mac-os-install.bash @@ -1,10 +1,18 @@ #!/usr/bin/env bash +# If Homebrew is not installed if ! command -v brew &> /dev/null then + # Install Homebrew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" fi -brew install fish fd fzf ripgrep neovim stow zoxide lsd +# Install dependencies +brew install fish fd fzf ripgrep neovim stow zoxide lsd bat + +# Set fish as a default shell echo '/usr/local/bin/fish' >> /etc/shells chsh -s /usr/local/bin/fish + +# Symlink all configurations from .dotfiles +stow .