Skip to content

Commit

Permalink
fix(packages): incorrectly link presenterm config
Browse files Browse the repository at this point in the history
  • Loading branch information
spywhere committed Dec 13, 2024
1 parent 4e129d9 commit 6f15768
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,11 @@ setup_config() {
add_post_install_message "Run 'nvim' for the first time setup"

step " - presenterm"
link presenterm/ "Library/Application Support/presenterm"
link presenterm/ .config/presenterm
if test "$OSKIND" = "macos"; then
link presenterm/ "Library/Application Support/presenterm"
else
link presenterm/ .config/presenterm
fi

step " - shrimp"
link shrimp/ .shrimp/recipe
Expand Down

0 comments on commit 6f15768

Please sign in to comment.