Skip to content

Commit 1e5f373

Browse files
authored
Revert "リファクタリング"
1 parent afd872b commit 1e5f373

22 files changed

Lines changed: 39 additions & 53 deletions

.gitignore

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ local.*
99
.ssh
1010

1111
### ASDF ###
12-
config/asdf/*
13-
!/config/asdf/.tool-versions
14-
!/config/asdf/plugins.txt
12+
/asdf/*
13+
!/asdf/.tool-versions
14+
!/asdf/plugins.txt
1515

1616
### Android ###
17-
config/android/sdk/
18-
config/.android/
19-
config/local.properties
17+
/android/sdk/
18+
/.android/
19+
/local.properties
2020
*.iml
21-
config/.idea/
21+
/.idea/
2222
/.gradle/
2323

2424
### AWS ###
25-
config/aws/credentials
25+
aws/credentials
File renamed without changes.
File renamed without changes.
File renamed without changes.

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ else
1111
git clone https://github.com/dev-satoshi/dotfiles "$INSTALL_DIR"
1212
fi
1313

14-
sh "$INSTALL_DIR/scripts/setup/setup.sh"
14+
sh "$INSTALL_DIR/scripts/setup.sh"

0 commit comments

Comments
 (0)