Skip to content

Commit 18331bb

Browse files
Merge pull request #51 from sebastienrousseau/0.2.466
0.2.466
2 parents 9edaa2b + 74b62a6 commit 18331bb

File tree

175 files changed

+359
-506
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

175 files changed

+359
-506
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - https://dotfiles.io
1+
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - https://dotfiles.io
22
# Made with ♥ in London, UK by @wwdseb
33
# Copyright (c) 2015-2023. All rights reserved
44
# License: MIT

.github/CODE-OF-CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ alt="dotfiles logo" width="261" align="right" />
55

66
<!-- markdownlint-enable MD033 MD041 -->
77

8-
# Dotfiles (v0.2.465)
8+
# Dotfiles (v0.2.466)
99

1010
Simply designed to fit your shell life 🐚
1111

.github/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ alt="dotfiles logo" width="261" align="right" />
55

66
<!-- markdownlint-enable MD033 MD041 -->
77

8-
# Dotfiles (v0.2.465)
8+
# Dotfiles (v0.2.466)
99

1010
Simply designed to fit your shell life 🐚
1111

.github/SECURITY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ alt="dotfiles logo" width="261" align="right" />
55

66
<!-- markdownlint-enable MD033 MD041 -->
77

8-
# Dotfiles (v0.2.465)
8+
# Dotfiles (v0.2.466)
99

1010
Simply designed to fit your shell life 🐚
1111

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
1+
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <https://dotfiles.io>
22
# Made with ♥ in London, UK by @wwdseb
33
# Copyright (c) 2015-2023. All rights reserved
44
# License: MIT

.npmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
1+
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <https://dotfiles.io>
22
# Made with ♥ in London, UK by @wwdseb
33
# Copyright (c) 2015-2023. All rights reserved
44
# License: MIT

COPYRIGHT

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
2+
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <https://dotfiles.io>
33
* Made with ♥ in London, UK by @wwdseb
44
* Copyright (c) 2015-2023. All rights reserved
55
* License: MIT

LICENSE

+20-17
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,29 @@
1+
# Dotfiles
2+
13
Dotfiles uses the following under the MIT License
24

35
The MIT License (MIT)
46

5-
Copyright (c) 2022 Sebastien Rousseau
7+
Copyright (c) 2023 Sebastien Rousseau
68

7-
Permission is hereby granted, free of charge, to any person obtaining a copy
8-
of this software and associated documentation files (the "Software"), to deal
9-
in the Software without restriction, including without limitation the rights
10-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11-
copies of the Software, and to permit persons to whom the Software is
12-
furnished to do so, subject to the following conditions:
9+
Permission is hereby granted, free of charge, to any person obtaining a
10+
copy of this software and associated documentation files (the "Software
11+
"), to deal in the Software without restriction, including without
12+
limitation the rights to use, copy, modify, merge, publish, distribute,
13+
sublicense, and/or sell copies of the Software, and to permit persons to
14+
whom the Software is furnished to do so, subject to the following
15+
conditions:
1316

14-
The above copyright notice and this permission notice shall be included in all
15-
copies or substantial portions of the Software.
17+
The above copyright notice and this permission notice shall be included
18+
in all copies or substantial portions of the Software.
1619

17-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19-
FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
20-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23-
SOFTWARE.
20+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
21+
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
22+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
23+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
24+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
25+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
26+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2427

2528
Dotfiles uses the following under the GPL-3.0 license:
2629

@@ -1260,7 +1263,7 @@ Dotfiles uses the following under the Apache License Version 2.0:
12601263

12611264
==============================================================
12621265

1263-
# This product also include the following sof§tware
1266+
## This product also include the following software
12641267

12651268
QRCode for JavaScript
12661269

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env make -f
22

3-
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
3+
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <https://dotfiles.io>
44
# Made with ♥ in London, UK by @wwdseb
55
# Copyright (c) 2015-2023. All rights reserved
66
# License: MIT

0 commit comments

Comments
 (0)