From db8b27b71cc4cdf628718cd23e5f4b976be3d106 Mon Sep 17 00:00:00 2001 From: Pedro Rodrigues Date: Sun, 5 Nov 2023 18:47:00 -0300 Subject: [PATCH] Updating README (#346) --- README.md | 4 ++-- modules/cli/workstation/core/setup.sh | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7466f99..fe9d9c4 100644 --- a/README.md +++ b/README.md @@ -44,10 +44,10 @@ brew install hpedrorodrigues/tools/sphynx ### Dotfiles -All dotfiles are inside the [dotfiles][dotfiles-folder] directory. It has common +All dotfiles are inside the [dotfiles][dotfiles-folder] module. It has common aliases, functions, and configuration files that I use daily. -**Ok, but how about shell startup performance?** +#### Shell startup performance **zsh** ``` diff --git a/modules/cli/workstation/core/setup.sh b/modules/cli/workstation/core/setup.sh index 839be28..4747905 100644 --- a/modules/cli/workstation/core/setup.sh +++ b/modules/cli/workstation/core/setup.sh @@ -17,7 +17,9 @@ function sx::workstation::setup() { local -r playbook_path="${ANSIBLE_CONFIG}/linux/main.yml" fi - ansible-playbook "${playbook_path}" --extra-vars="sphynx_directory=${SPHYNX_DIR}" --ask-become-pass + ansible-playbook "${playbook_path}" \ + --extra-vars="sphynx_directory=${SPHYNX_DIR}" \ + --ask-become-pass } function sx::workstation::setup_dotfiles() {