Skip to content

Commit

Permalink
refactor(readme): remove repository path duplications
Browse files Browse the repository at this point in the history
  • Loading branch information
trueNAHO committed Jan 6, 2024
1 parent 2467e62 commit 02636f0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@
:idseparator: -
:naho: link:https://github.com/trueNAHO
:os: link:https://github.com/trueNAHO/os
:repository-path: trueNAHO/dotfiles
:repository-star-history-align: center
:repository-star-history-alt: Star History Chart
:repository-star-history-src-dark: https://api.star-history.com/svg?repos=trueNAHO/dotfiles&type=Date&theme=dark
:repository-star-history-src-light: https://api.star-history.com/svg?repos=trueNAHO/dotfiles&type=Date
:repository-star-history-width: 100%
:repository: link:https://github.com/trueNAHO/dotfiles
:toc:
:version-control-visualization: link:https://github.com/trueNAHO/trueNAHO/blob/master/version_control_visualization/repositories/dotfiles/README.adoc

:repository-star-history-src-dark: https://api.star-history.com/svg?repos={repository-path}&type=Date&theme=dark
:repository-star-history-src-light: https://api.star-history.com/svg?repos={repository-path}&type=Date
:repository: link:https://github.com/{repository-path}

== Name

dotfiles - NAHO's dotfiles
Expand Down Expand Up @@ -67,7 +69,7 @@ modules.]
:command-local-path: /path/to/repository

:command-local: {command-base} {command-local-path}#
:command-upstream: {command-base} github:trueNAHO/dotfiles#
:command-upstream: {command-base} github:{repository-path}#

To build the <<packages, packages>> directly from {repository}[upstream] using
{home-manager}[`home-manager`], run one of the following commands:
Expand Down

0 comments on commit 02636f0

Please sign in to comment.