Skip to content

Commit

Permalink
fix gh config path
Browse files Browse the repository at this point in the history
  • Loading branch information
phalanx-hk committed Jan 14, 2024
1 parent 98d0cfe commit c404f40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ubuntu/scripts/setup.bash
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ ln -sf "$REPO_DIR"/ubuntu/sheldon/sheldon.toml ~/.config/sheldon/sheldon.toml

## gh
mkdir -p ~/.config/gh
ln -sf "$REPO_DIR"/ubuntu/gh/config.yml ~/.config/sheldon/config.yml
ln -sf "$REPO_DIR"/ubuntu/gh/hosts.yml ~/.config/sheldon/hosts.yml
ln -sf "$REPO_DIR"/ubuntu/gh/config.yml ~/.config/gh/config.yml
ln -sf "$REPO_DIR"/ubuntu/gh/hosts.yml ~/.config/gh/hosts.yml

echo "--- Link dotfiles is Done! ---"

0 comments on commit c404f40

Please sign in to comment.