Skip to content

Commit 62b58c4

Browse files
committed
chore: update legacy URLs and usernames
1 parent 23e3b0a commit 62b58c4

27 files changed

+84
-83
lines changed

.github/workflows/sync-pre-commit.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout pre-commit-tools repository
1818
uses: actions/checkout@v2
1919
with:
20-
repository: maxxxxxdlp/pre-commit-tools
20+
repository: maxpatiiuk/pre-commit-tools
2121
path: ./pre-commit-tools
2222

2323
- name: Install Node.JS
@@ -31,7 +31,7 @@ jobs:
3131
run: npm install
3232

3333
- name: Sync Local and Global pre-commit configs
34-
run: node ./pre-commit-tools/pre-commit-tools/syncConfig.js https://raw.githubusercontent.com/maxxxxxdlp/dotfiles/main/git/.pre-commit-config.yaml
34+
run: node ./pre-commit-tools/pre-commit-tools/syncConfig.js https://raw.githubusercontent.com/maxpatiiuk/dotfiles/main/git/.pre-commit-config.yaml
3535

3636
- name: Update Local hooks
3737
run: node ./pre-commit-tools/pre-commit-tools/updateHooks.js .pre-commit-config.yaml

.github/workflows/update-pre-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout pre-commit-tools repository
1818
uses: actions/checkout@v2
1919
with:
20-
repository: maxxxxxdlp/pre-commit-tools
20+
repository: maxpatiiuk/pre-commit-tools
2121
path: ./pre-commit-tools
2222

2323
- name: Install Node.JS

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ repos:
5555
- id: fix-encoding-pragma
5656
- id: forbid-new-submodules
5757

58-
- repo: https://github.com/maxxxxxdlp/pre-commit
58+
- repo: https://github.com/maxpatiiuk/pre-commit
5959
rev: v1.0.6
6060
hooks:
6161
- id: tsc
@@ -152,7 +152,7 @@ repos:
152152
args:
153153
- --git-recurse
154154

155-
- repo: https://github.com/maxxxxxdlp/mirrors-jscpd
155+
- repo: https://github.com/maxpatiiuk/mirrors-jscpd
156156
rev: v3.3.26
157157
hooks:
158158
- id: jscpd

LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Maksym Patiiuk
3+
Copyright (c) 2021 Max Patiiuk
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ at your own risk!
4949
```
5050

5151
```zsh
52-
source <(curl -s https://raw.githubusercontent.com/maxxxxxdlp/dotfiles/main/install.sh)
52+
source <(curl -s https://raw.githubusercontent.com/maxpatiiuk/dotfiles/main/install.sh)
5353
```
5454

5555
Install
@@ -62,7 +62,7 @@ Manually import the following extension into Chrome:
6262

6363
### [macOS only]
6464

65-
Configure `~/site/git/code_share/misc/vim_macos_associator`
65+
Configure `~/site/git/code-share/misc/vim_macos_associator`
6666

6767
Associate `vim` with the files located in `common_plaintext_files`
6868

git/.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
- id: fix-encoding-pragma
3030
- id: forbid-new-submodules
3131

32-
- repo: https://github.com/maxxxxxdlp/pre-commit
32+
- repo: https://github.com/maxpatiiuk/pre-commit
3333
rev: v1.0.6
3434
hooks:
3535
- id: tsc
@@ -145,7 +145,7 @@ repos:
145145
args:
146146
- --git-recurse
147147

148-
- repo: https://github.com/maxxxxxdlp/mirrors-jscpd
148+
- repo: https://github.com/maxpatiiuk/mirrors-jscpd
149149
rev: v3.3.26
150150
hooks:
151151
- id: jscpd

install.sh

+19-19
Original file line numberDiff line numberDiff line change
@@ -148,20 +148,20 @@ echo Cloning Git repos
148148
(
149149
cd "${HOME}/site/python"
150150
git clone https://github.com/specify/specify7.git
151-
git clone https://github.com/maxxxxxdlp/dir_explorer.git
151+
git clone https://github.com/maxpatiiuk/dir-explorer.git
152152
)
153153
(
154154
cd "${HOME}/site/git"
155-
git clone https://github.com/specify/specify_tools.git
156-
git clone https://github.com/maxxxxxdlp/custom_new_tab_page.git
157-
git clone https://github.com/maxxxxxdlp/code_share.git
158-
git clone https://github.com/maxxxxxdlp/pre-commit.git
159-
git clone https://github.com/maxxxxxdlp/dotfiles.git
155+
git clone https://github.com/specify/specify-tools.git
156+
git clone https://github.com/maxpatiiuk/custom-new-tab-page.git
157+
git clone https://github.com/maxpatiiuk/code-share.git
158+
git clone https://github.com/maxpatiiuk/pre-commit.git
159+
git clone https://github.com/maxpatiiuk/dotfiles.git
160160
)
161161
(
162162
cd "${HOME}/site/javascript"
163-
git clone https://github.com/maxxxxxdlp/max.patii.uk.git
164-
git clone https://github.com/maxxxxxdlp/tts-reader.git
163+
git clone https://github.com/maxpatiiuk/max.patii.uk.git
164+
git clone https://github.com/maxpatiiuk/tts-reader.git
165165
)
166166

167167
echo Configure GNU PGP
@@ -231,16 +231,16 @@ ln "${PWD}/misc/.editorconfig" "${HOME}/site"
231231
sudo mkdir -p "/etc/docker/"
232232
sudo ln "${PWD}/docker/daemon.json" "/etc/docker/"
233233

234-
echo Hard linking common files from \`code_share\`
235-
ln "${HOME}/site/git/code_share/misc/images/mambo.jpg" "${HOME}/Documents/"
236-
ln "${HOME}/site/git/code_share/misc/images/max_patiiuk_old.jpg" "${HOME}/Documents/"
237-
ln "${HOME}/site/git/code_share/misc/images/max_patiiuk_1x1.jpg" "${HOME}/Documents/"
238-
ln "${HOME}/site/git/code_share/misc/images/max_patiiuk.jpg" "${HOME}/Documents/"
239-
ln "${HOME}/site/git/code_share/misc/images/wolf.jpg" "${HOME}/Documents/"
234+
echo Hard linking common files from \`code-share\`
235+
ln "${HOME}/site/git/code-share/misc/images/mambo.jpg" "${HOME}/Documents/"
236+
ln "${HOME}/site/git/code-share/misc/images/max_patiiuk_old.jpg" "${HOME}/Documents/"
237+
ln "${HOME}/site/git/code-share/misc/images/max_patiiuk_1x1.jpg" "${HOME}/Documents/"
238+
ln "${HOME}/site/git/code-share/misc/images/max_patiiuk.jpg" "${HOME}/Documents/"
239+
ln "${HOME}/site/git/code-share/misc/images/wolf.jpg" "${HOME}/Documents/"
240240

241241
echo Initializing Dir Explorer
242242
(
243-
cd "${HOME}/site/python/dir_explorer"
243+
cd "${HOME}/site/python/dir-explorer"
244244
python -m venv venv
245245
venv/bin/pip install -r requirements.txt
246246
)
@@ -253,29 +253,29 @@ echo Initializing TTS Utility
253253

254254
echo Installing Docker Watcher
255255
(
256-
cd "${HOME}/site/git/specify_tools/docker_container"
256+
cd "${HOME}/site/git/specify-tools/docker_container"
257257
python -m venv venv
258258
venv/bin/pip install -r requirements.txt
259259
)
260260

261261
if [ "$(uname 2> /dev/null)" = "Darwin" ]; then
262262
echo Hard linking launchctl .plist file
263263
mkdir -p ${HOME}/Library/LaunchAgents/
264-
ln "${PWD}/scripts/ua.in.mambo.task.plist" "${HOME}/Library/LaunchAgents/"
264+
ln "${PWD}/scripts/uk.patii.max.task.plist" "${HOME}/Library/LaunchAgents/"
265265

266266
echo Change VS Code Icon
267267
mv "/Applications/Visual Studio Code.app/Contents/Resources/Code.icns" "/Applications/Visual Studio Code.app/Contents/Resources/Code_original.icns"
268268
cp "./vscode/icon.icns" "/Applications/Visual Studio Code.app/Contents/Resources/Code.icns"
269269
fi
270270

271271
echo \#\#\# Private part \#\#\#
272-
echo This relies on a private \`maxxxxxdlp/private-dotfiles\` repository
272+
echo This relies on a private \`maxpatiiuk/private-dotfiles\` repository
273273
echo You should comment out this part or replace it with your own
274274
echo private repository
275275

276276
(
277277
cd "${HOME}/site/git/"
278-
git clone https://github.com/maxxxxxdlp/private-dotfiles.git
278+
git clone https://github.com/maxpatiiuk/private-dotfiles.git
279279
cd private-dotfiles
280280
./install.sh
281281
)

npm/eslint-config-react/LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Maksym Patiiuk
3+
Copyright (c) 2021 Max Patiiuk
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

npm/eslint-config-react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "git://github.com/maxxxxxdlp/dotfiles",
9+
"url": "https://github.com/maxpatiiuk/dotfiles",
1010
"directory": "npm/eslint-config-react"
1111
},
12-
"homepage": "https://github.com/maxxxxxdlp/dotfiles/tree/main/npm/eslintrc-react/#readme",
12+
"homepage": "https://github.com/maxpatiiuk/dotfiles/tree/main/npm/eslintrc-react/#readme",
1313
"bugs": {
14-
"url": "https://github.com/maxxxxxdlp/dotfiles/issues"
14+
"url": "https://github.com/maxpatiiuk/dotfiles/issues"
1515
},
1616
"main": "eslint.config.js",
1717
"files": [

npm/eslint-config/LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Maksym Patiiuk
3+
Copyright (c) 2021 Max Patiiuk
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

npm/eslint-config/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ Prettier.
55

66
> NOTE:
77
> This config does not provide React rules. There is a [separate
8-
configuration](https://www.npmjs.com/package/@maxxxxxdlp/eslint-react-config)
8+
configuration](https://www.npmjs.com/package/@maxxxxxdlp/eslint-config-react)
99
> that complements this one with React-specific rules
1010
1111
## Usage
1212

1313
Install dependencies:
1414

1515
```sh
16-
npm install --save-dev @maxxxxxdlp/eslintrc globals
16+
npm install --save-dev @maxxxxxdlp/eslint-config globals
1717
```
1818

1919
Then, create `eslint.config.js` at the root directory of your project:

npm/eslint-config/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"license": "MIT",
88
"repository": {
99
"type": "git",
10-
"url": "git://github.com/maxxxxxdlp/dotfiles",
10+
"url": "https://github.com/maxpatiiuk/dotfiles",
1111
"directory": "npm/eslint-config"
1212
},
13-
"homepage": "https://github.com/maxxxxxdlp/dotfiles/tree/main/npm/eslintrc/#readme",
13+
"homepage": "https://github.com/maxpatiiuk/dotfiles/tree/main/npm/eslintrc/#readme",
1414
"bugs": {
15-
"url": "https://github.com/maxxxxxdlp/dotfiles/issues"
15+
"url": "https://github.com/maxpatiiuk/dotfiles/issues"
1616
},
1717
"main": "eslint.config.js",
1818
"files": [

npm/prettierrc/LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Maksym Patiiuk
3+
Copyright (c) 2021 Max Patiiuk
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

npm/prettierrc/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "git://github.com/maxxxxxdlp/dotfiles",
9+
"url": "https://github.com/maxpatiiuk/dotfiles",
1010
"directory": "npm/prettierrc"
1111
},
12-
"homepage": "https://github.com/maxxxxxdlp/dotfiles/tree/main/npm/prettierrc/#readme",
12+
"homepage": "https://github.com/maxpatiiuk/dotfiles/tree/main/npm/prettierrc/#readme",
1313
"bugs": {
14-
"url": "https://github.com/maxxxxxdlp/dotfiles/issues"
14+
"url": "https://github.com/maxpatiiuk/dotfiles/issues"
1515
},
1616
"main": ".prettierrc.js",
1717
"files": [

npm/stylelintrc/LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Maksym Patiiuk
3+
Copyright (c) 2021 Max Patiiuk
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

npm/stylelintrc/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "git://github.com/maxxxxxdlp/dotfiles",
9+
"url": "https://github.com/maxpatiiuk/dotfiles",
1010
"directory": "npm/stylelintrc"
1111
},
12-
"homepage": "https://github.com/maxxxxxdlp/dotfiles/tree/main/npm/stylelintrc/#readme",
12+
"homepage": "https://github.com/maxpatiiuk/dotfiles/tree/main/npm/stylelintrc/#readme",
1313
"bugs": {
14-
"url": "https://github.com/maxxxxxdlp/dotfiles/issues"
14+
"url": "https://github.com/maxpatiiuk/dotfiles/issues"
1515
},
1616
"main": ".stylelintrc.js",
1717
"files": [

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"name": "@maxxxxxdlp/dotfiles",
2+
"name": "@maxpatiiuk/dotfiles",
33
"version": "0.1.0",
44
"private": true,
55
"description": "A monorepo of my .dotfiles and .*rc files",
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "git://github.com/maxxxxxdlp/dotfiles"
9+
"url": "https://github.com/maxpatiiuk/dotfiles"
1010
},
1111
"author": "Max Patiiuk",
12-
"homepage": "https://github.com/maxxxxxdlp/dotfiles/#readme",
12+
"homepage": "https://github.com/maxpatiiuk/dotfiles/#readme",
1313
"bugs": {
14-
"url": "https://github.com/maxxxxxdlp/dotfiles/issues"
14+
"url": "https://github.com/maxpatiiuk/dotfiles/issues"
1515
},
1616
"devDependencies": {
1717
"@maxxxxxdlp/prettier-config": "^1.0.2"

requirements.txt

Whitespace-only changes.

scripts/ua.in.mambo.task.plist scripts/uk.patii.max.task.plist

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
<plist version="1.0">
44
<dict>
55
<key>Label</key>
6-
<string>ua.in.mambo.task</string>
6+
<string>uk.patii.max.task</string>
77
<key>WorkingDirectory</key>
8-
<string>/Users/maxxxxxdlp/site/git/dotfiles/</string>
8+
<string>/Users/maxpatiiuk/site/git/dotfiles/</string>
99
<key>ProgramArguments</key>
1010
<array>
1111
<string>/bin/zsh</string>
1212
<string>-c</string>
13-
<string>/Users/maxxxxxdlp/site/git/dotfiles/scripts/bi-monthly.sh</string>
13+
<string>/Users/maxpatiiuk/site/git/dotfiles/scripts/bi-monthly.sh</string>
1414
</array>
1515
<key>StandardOutPath</key>
16-
<string>/Users/maxxxxxdlp/.logs/launchctl.log</string>
16+
<string>/Users/maxpatiiuk/.logs/launchctl.log</string>
1717
<key>StandardErrorPath</key>
18-
<string>/Users/maxxxxxdlp/.logs/launchctl.error.log</string>
18+
<string>/Users/maxpatiiuk/.logs/launchctl.error.log</string>
1919
<key>StartCalendarInterval</key>
2020
<dict>
2121
<key>Minute</key>
@@ -26,4 +26,4 @@
2626
<integer>3</integer>
2727
</dict>
2828
</dict>
29-
</plist>
29+
</plist>

0 commit comments

Comments
 (0)