Skip to content

Commit

Permalink
reorder config files
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiadeu committed Aug 28, 2024
1 parent 64a859f commit 903ad73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ symlink() {

# For all files `$name` in the present folder except `*.sh`, `README.md`, `settings.json`,
# and `config`, backup the target file located at `~/.$name` and symlink `$name` to `~/.$name`
for name in aliases gitconfig irbrc rspec zprofile zshrc pryrc; do
for name in aliases gitconfig irbrc pryrc rspec zprofile zshrc; do
if [ ! -d "$name" ]; then
target="$HOME/.$name"
backup $target
Expand Down

0 comments on commit 903ad73

Please sign in to comment.