Skip to content

Commit

Permalink
Updating README (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpedrorodrigues authored Nov 5, 2023
1 parent 418ea4a commit db8b27b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
```
Expand Down
4 changes: 3 additions & 1 deletion modules/cli/workstation/core/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit db8b27b

Please sign in to comment.