Skip to content

Commit

Permalink
fix: configure.sh (#23)
Browse files Browse the repository at this point in the history
Signed-off-by: Schubert Anselme <schubert@anselm.es>
  • Loading branch information
sanselme authored Jan 15, 2025
1 parent a5147e3 commit 553e99d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions scripts/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ items=(
"modules/config/.editorconfig"
"modules/config/.github"
"modules/config/.gitignore"
"modules/config/.ssh/config"
"modules/config/.trunk"
"modules/config/code-of-conduct.md"
"modules/config/compose-dev.yaml"
Expand Down Expand Up @@ -88,7 +87,15 @@ ln -s \
"${HOME}"

touch CODEOWNERS
mkdir -p config hack scripts tools
mkdir -p \
"${HOME}/.ssh" \
config \
hack \
scripts \
tools

# ssh
cp -n -r modules/config/.ssh/config "${HOME}/.ssh/config"

# configurations
cd config
Expand Down

0 comments on commit 553e99d

Please # to comment.