Skip to content

Commit

Permalink
Merge pull request #29 from AlexNabokikh/fix
Browse files Browse the repository at this point in the history
fix(example.config): re-added missed script execution var
  • Loading branch information
AlexNabokikh authored May 22, 2023
2 parents b71af60 + b2128b4 commit 8517a2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dotfiles_files:
- .osx

# Execute dotfiles script
execute_script: true
user_script: ~/.osx --no-restart

# Configure zsh
Expand Down Expand Up @@ -74,5 +75,5 @@ pip_packages:

# Install NPM packages
npm_packages:
- name: neovim
- name: npm
state: latest

0 comments on commit 8517a2c

Please sign in to comment.