aboutsummaryrefslogtreecommitdiff
path: root/install_dotfiles
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2021-06-28 20:36:47 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2021-06-28 20:36:47 +0200
commit8bf2adeececb300944479c7a07ff8c6c0af9f4a5 (patch)
treea45840e281a1e0d342cab6214e5c955d6b71f2ec /install_dotfiles
parent484003107180c171a169999e7a8eb161db509071 (diff)
Add provisioning command
Diffstat (limited to 'install_dotfiles')
-rwxr-xr-xinstall_dotfiles12
1 files changed, 1 insertions, 11 deletions
diff --git a/install_dotfiles b/install_dotfiles
index b4fa7f8..f9b8a50 100755
--- a/install_dotfiles
+++ b/install_dotfiles
@@ -2,17 +2,7 @@
echo "Installing essential software"
-if command -v brew &> /dev/null; then
- cat ./provisioning/brew_essential | xargs brew install
-else
- if command -v apt &> /dev/null; then
- echo "Warning: ASDF needs to be installed manually"
- cat ./provisioning/apt_essential | xargs apt install
- else
- echo "Error: No valid package manager. Make sure brew or apt are available."
- exit 1
- fi
-fi
+./provision essential
echo "Linking runcoms"