@@ -148,20 +148,20 @@ echo Cloning Git repos
148
148
(
149
149
cd " ${HOME} /site/python"
150
150
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
152
152
)
153
153
(
154
154
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
160
160
)
161
161
(
162
162
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
165
165
)
166
166
167
167
echo Configure GNU PGP
@@ -231,16 +231,16 @@ ln "${PWD}/misc/.editorconfig" "${HOME}/site"
231
231
sudo mkdir -p " /etc/docker/"
232
232
sudo ln " ${PWD} /docker/daemon.json" " /etc/docker/"
233
233
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/"
240
240
241
241
echo Initializing Dir Explorer
242
242
(
243
- cd " ${HOME} /site/python/dir_explorer "
243
+ cd " ${HOME} /site/python/dir-explorer "
244
244
python -m venv venv
245
245
venv/bin/pip install -r requirements.txt
246
246
)
@@ -253,29 +253,29 @@ echo Initializing TTS Utility
253
253
254
254
echo Installing Docker Watcher
255
255
(
256
- cd " ${HOME} /site/git/specify_tools /docker_container"
256
+ cd " ${HOME} /site/git/specify-tools /docker_container"
257
257
python -m venv venv
258
258
venv/bin/pip install -r requirements.txt
259
259
)
260
260
261
261
if [ " $( uname 2> /dev/null) " = " Darwin" ]; then
262
262
echo Hard linking launchctl .plist file
263
263
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/"
265
265
266
266
echo Change VS Code Icon
267
267
mv " /Applications/Visual Studio Code.app/Contents/Resources/Code.icns" " /Applications/Visual Studio Code.app/Contents/Resources/Code_original.icns"
268
268
cp " ./vscode/icon.icns" " /Applications/Visual Studio Code.app/Contents/Resources/Code.icns"
269
269
fi
270
270
271
271
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
273
273
echo You should comment out this part or replace it with your own
274
274
echo private repository
275
275
276
276
(
277
277
cd " ${HOME} /site/git/"
278
- git clone https://github.com/maxxxxxdlp /private-dotfiles.git
278
+ git clone https://github.com/maxpatiiuk /private-dotfiles.git
279
279
cd private-dotfiles
280
280
./install.sh
281
281
)
0 commit comments