install homebrew

This commit is contained in:
2024-04-23 17:45:50 +01:00
parent 955f7d58d1
commit 3e670ec991
2 changed files with 4 additions and 1 deletions

View File

@@ -11,7 +11,6 @@ gnome-podcasts
geary
impression
gnome-calendar
nautilus
gnome-console
gnome-builder
epiphany

View File

@@ -5,6 +5,10 @@ source scripts/p.sh
# Install script dependencies
p i curl git stow bat fzf eza zoxide less
if [ ! $(command -v brew) ]; then
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
fi
if [ $(pwd) != "$HOME/dotfiles" ]; then
cd $HOME
git clone https://github.com/TrudeEH/dotfiles