-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall
More file actions
29 lines (17 loc) · 718 Bytes
/
install
File metadata and controls
29 lines (17 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/usr/bin/env bash
set -euo pipefail
echo "🚀 Hello! You are going to install the Milfist dotfiles. Make sure it is what you need."
echo "---------------------------------------------------------------------------------------"
echo
export DOT="$HOME/.dotfiles"
echo "👉 Cloning into: '$DOT'"
# To test that git is installed (if not macOS will prompt an installer)
git --version
git clone --depth 1 https://github.com/Milfist/dotfiles.git "$DOT"
# Brew install
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Install Brewfile
brew bundle --file=brew/Brewfile
# dotfiles Setup (need Stow)
"$DOT/setup" self install
$(brew --prefix)/opt/fzf/installs