Skip to content

Commit

Permalink
update privisioner script
Browse files Browse the repository at this point in the history
  • Loading branch information
geloman committed Sep 25, 2024
1 parent 53f4463 commit 991cdb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packer/main.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ build {
"ln -s /home/geloman/.dotfiles/zsh/.zshrc /home/geloman/.zshrc",
"ln -s /home/geloman/.dotfiles/nvim /home/geloman/.config/",
"ln -s /home/geloman/.dotfiles/tmux/.tmux.conf /home/geloman/.tmux.conf",
"su geloman -c \"nvim --headless '+Lazy! restore' +qa\"",
"chown -R geloman:geloman /home/geloman"
"chown -R geloman:geloman /home/geloman",
"su geloman -c \"nvim --headless '+Lazy! restore' +qa\""
]
}
}

0 comments on commit 991cdb2

Please sign in to comment.