Skip to content

Commit 447e1fb

Browse files
Merge pull request #44 from sebastienrousseau/0.2.461
0.2.461
2 parents 894a483 + 11c1ee8 commit 447e1fb

File tree

120 files changed

+410
-284
lines changed

Some content is hidden

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

120 files changed

+410
-284
lines changed

.editorconfig

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
2-
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
1+
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.461) - https://dotfiles.io
2+
# Made with ♥ in London, UK by @sebastienrousseau
3+
# Copyright (c) 2022. All rights reserved
34
# License: MIT
45

56
#

.github/CODE-OF-CONDUCT.md

+10-11
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ In the interest of fostering an open and welcoming environment, we as contributo
1010

1111
Examples of behaviour that contributes to creating a positive environment include:
1212

13-
- Using welcoming and inclusive language
14-
- Being respectful of differing viewpoints and experiences
15-
- Gracefully accepting constructive criticism
16-
- Focusing on what is best for the community
17-
- Showing empathy towards other community members
13+
- Using welcoming and inclusive language
14+
- Being respectful of differing viewpoints and experiences
15+
- Gracefully accepting constructive criticism
16+
- Focusing on what is best for the community
17+
- Showing empathy towards other community members
1818

1919
Examples of unacceptable behaviour by participants include:
2020

21-
- The use of sexualized language or imagery and unwelcome sexual attention or advances
22-
- Trolling, insulting/derogatory comments, and personal or political attacks
23-
- Public or private harassment
24-
- Publishing others' private information, such as a physical or electronic address, without explicit permission
25-
- Other conduct which could reasonably be considered inappropriate in a professional setting
21+
- The use of sexualized language or imagery and unwelcome sexual attention or advances
22+
- Trolling, insulting/derogatory comments, and personal or political attacks
23+
- Public or private harassment
24+
- Publishing others' private information, such as a physical or electronic address, without explicit permission
25+
- Other conduct which could reasonably be considered inappropriate in a professional setting
2626

2727
## Our Responsibilities
2828

@@ -48,4 +48,3 @@ This Code of Conduct is adapted from the [Contributor Covenant][homepage], versi
4848
[version]: http://contributor-covenant.org/version/1/4/
4949
[logo]: https://github.com/sebastienrousseau/dotfiles/raw/master/assets/dotfiles.svg
5050
[website]: https://dotfiles.io
51-

.github/CONTRIBUTING.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ If you encounter a bug that hasn't already been filled, please file a bug report
1818

1919
Warning us of a bug is possibly the single most valuable contribution you can make to Dotfiles.
2020

21-
- Head [here](https://github.com/reedia/dotfiles/issues/new) to submit a new issue.
22-
- Include a descriptive title that is straight to the point.
23-
- Write a detailed description on what the issue is all about.
24-
- Wait for someone to get to the issue and add labels.
25-
- The issue will be fixed soon!
21+
- Head [here](https://github.com/reedia/dotfiles/issues/new) to submit a new issue.
22+
- Include a descriptive title that is straight to the point.
23+
- Write a detailed description on what the issue is all about.
24+
- Wait for someone to get to the issue and add labels.
25+
- The issue will be fixed soon!
2626

2727
### Code Contributions
2828

@@ -38,17 +38,17 @@ Here's how to contribute code for a new feature to Dotfiles. Pull Requests allow
3838

3939
#### Adding Code
4040

41-
- Fork the repo.
42-
- Clone the repo **you forked** by running `git clone https://github.com/sebastienrousseau/dotfiles.git`
41+
- Fork the repo.
42+
- Clone the repo **you forked** by running `git clone https://github.com/sebastienrousseau/dotfiles.git`
4343

4444
#### Fixing an Issue
4545

4646
Have you found a solution to an issue? Here is how you can submit your code to Dotfiles.
4747

48-
- Fork the repo, and refer above for how to change up code.
49-
- Head to your local fork of the repo, and click the "New Pull Request" button.
50-
- Include a title that is straight to the point.
51-
- Wait for someone to review the pull request, and then merge your pull request!
48+
- Fork the repo, and refer above for how to change up code.
49+
- Head to your local fork of the repo, and click the "New Pull Request" button.
50+
- Include a title that is straight to the point.
51+
- Wait for someone to review the pull request, and then merge your pull request!
5252

5353
[logo]: https://github.com/sebastienrousseau/dotfiles/raw/master/assets/dotfiles.svg
5454
[website]: https://dotfiles.io

.github/ISSUE_TEMPLATE/bug_report.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ A clear and concise description of what the bug is.
1212

1313
**To Reproduce**
1414
Steps to reproduce the behavior:
15+
1516
1. Go to '...'
1617
2. Click on '....'
1718
3. Scroll down to '....'
@@ -24,15 +25,17 @@ A clear and concise description of what you expected to happen.
2425
If applicable, add screenshots to help explain your problem.
2526

2627
**Desktop (please complete the following information):**
27-
- OS: [e.g. iOS]
28-
- Browser [e.g. chrome, safari]
29-
- Version [e.g. 22]
28+
29+
- OS: [e.g. iOS]
30+
- Browser [e.g. chrome, safari]
31+
- Version [e.g. 22]
3032

3133
**Smartphone (please complete the following information):**
32-
- Device: [e.g. iPhone6]
33-
- OS: [e.g. iOS8.1]
34-
- Browser [e.g. stock browser, safari]
35-
- Version [e.g. 22]
34+
35+
- Device: [e.g. iPhone6]
36+
- OS: [e.g. iOS8.1]
37+
- Browser [e.g. stock browser, safari]
38+
- Version [e.g. 22]
3639

3740
**Additional context**
3841
Add any other context about the problem here.

.github/SECURITY.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ If you believe you have found a security vulnerability in any of our repository,
1010

1111
Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
1212

13-
- Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
14-
- Full paths of source file(s) related to the manifestation of the issue
15-
- The location of the affected source code (tag/branch/commit or direct URL)
16-
- Any special configuration required to reproduce the issue
17-
- Step-by-step instructions to reproduce the issue
18-
- Proof-of-concept or exploit code (if possible)
19-
- Impact of the issue, including how an attacker might exploit the issue
13+
- Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
14+
- Full paths of source file(s) related to the manifestation of the issue
15+
- The location of the affected source code (tag/branch/commit or direct URL)
16+
- Any special configuration required to reproduce the issue
17+
- Step-by-step instructions to reproduce the issue
18+
- Proof-of-concept or exploit code (if possible)
19+
- Impact of the issue, including how an attacker might exploit the issue
2020

2121
This information will help us triage your report more quickly.
2222

.github/workflows/codacy-analysis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
steps:
1818
# Checkout the repository to the GitHub Actions runner
1919
- name: Checkout code
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@main
2121

2222
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
2323
- name: Run Codacy Analysis CLI
24-
uses: codacy/codacy-analysis-cli-action@1.1.0
24+
uses: codacy/codacy-analysis-cli-action@master
2525
with:
2626
# Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
2727
# You can also omit the token and run the tools that support default configurations
@@ -37,6 +37,6 @@ jobs:
3737

3838
# Upload the SARIF file generated in the previous step
3939
- name: Upload SARIF results file
40-
uses: github/codeql-action/upload-sarif@v1
40+
uses: github/codeql-action/upload-sarif@main
4141
with:
4242
sarif_file: results.sarif

.gitignore

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
2-
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
1+
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.461) - https://dotfiles.io
2+
# Made with ♥ in London, UK by @sebastienrousseau
3+
# Copyright (c) 2022. All rights reserved
34
# License: MIT
45

56
# Exclude Directories and package

.npmrc

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
2-
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
1+
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.461) - https://dotfiles.io
2+
# Made with ♥ in London, UK by @sebastienrousseau
3+
# Copyright (c) 2022. All rights reserved
34
# License: MIT
45
registry=https://npm.pkg.github.com/sebastienrousseau
56
@sebastienrousseau:registry=https://registry.npmjs.org # Switch to npm when needed

COPYRIGHT

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
3-
* Copyright (c) Sebastien Rousseau 2022. All rights reserved
2+
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.461) - https://dotfiles.io
3+
* Made with ♥ in London, UK by @sebastienrousseau
4+
* Copyright (c) 2022. All rights reserved
45
* License: MIT
56
*/

Makefile

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

3-
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
4-
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
3+
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.461) - https://dotfiles.io
4+
# Made with ♥ in London, UK by @sebastienrousseau
5+
# Copyright (c) 2022. All rights reserved
56
# License: MIT
67

78
.DEFAULT_GOAL := help

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[Request Feature][issues]
1414
[Contributing Guidelines][contributing]**
1515

16-
## 👋 Welcome to Dotfiles (v0.2.460)
16+
## 👋 Welcome to Dotfiles (v0.2.461)
1717

1818
### Simply designed to fit your shell life
1919

@@ -22,7 +22,7 @@ aimed at making your life easier by providing a set of scripts and configuration
2222
files with new ways to get things done.
2323

2424
[![Getting Started][getting_started]][getting-started]
25-
[![Download Dotfiles v0.2.460][download_button]][download]
25+
[![Download Dotfiles v0.2.461][download_button]][download]
2626

2727
Dotfiles aggregates a collection of standalone configuration files (dotfiles)
2828
combined into a `lib` directory that can be used to customize your development
@@ -121,7 +121,7 @@ sudo apt install fonts-roboto-mono-for-powerline
121121

122122
### 1️⃣ Download Dotfiles
123123

124-
You can download the latest version (v0.2.460) with the following options:
124+
You can download the latest version (v0.2.461) with the following options:
125125

126126
- [**Manual download**][releases] - **The easiest way to install Dotfiles.**
127127
- [**Install with PnPM**](https://www.npmjs.com/package/@sebastienrousseau/dotfiles)
@@ -513,7 +513,7 @@ bunch of awesome [contributors](https://github.com/sebastienrousseau/dotfiles/gr
513513
[contributing]: https://github.com/sebastienrousseau/dotfiles/blob/master/.github/CONTRIBUTING.md
514514
[curl]: https://curl.se/
515515
[docs]: https://github.com/sebastienrousseau/dotfiles/docs
516-
[download]: https://github.com/sebastienrousseau/dotfiles/archive/refs/tags/v0.2.460.tar.gz
516+
[download]: https://github.com/sebastienrousseau/dotfiles/archive/refs/tags/v0.2.461.tar.gz
517517
[getting-started]: https://github.com/sebastienrousseau/dotfiles#getting-started
518518
[git]: https://git-scm.com/
519519
[github]: https://github.com/sebastienrousseau/dotfiles

bin/backup.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
2-
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
3-
* Copyright (c) Sebastien Rousseau 2022. All rights reserved
2+
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.461) - https://dotfiles.io
3+
* Made with ♥ in London, UK by @sebastienrousseau
4+
* Copyright (c) 2022. All rights reserved
45
* License: MIT
56
*/
67

bin/constants.js

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
/**
2-
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
3-
* Copyright (c) Sebastien Rousseau 2022. All rights reserved
2+
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.461) - https://dotfiles.io
3+
* Made with ♥ in London, UK by @sebastienrousseau
4+
* Copyright (c) 2022. All rights reserved
45
* License: MIT
56
*/
67

78
// 🅲🅾🅽🆂🆃🅰🅽🆃🆂 - Constants.
8-
const version = "dotfiles-0.2.460.tgz";
9-
const dotfile = "https://registry.npmjs.org/@sebastienrousseau/dotfiles/-/dotfiles-0.2.460.tgz";
9+
const version = "dotfiles-0.2.461.tgz";
10+
const dotfile = "https://registry.npmjs.org/@sebastienrousseau/dotfiles/-/dotfiles-0.2.461.tgz";
1011

1112
const aliases = [
1213
".bashrc",

bin/copy.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
2-
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
3-
* Copyright (c) Sebastien Rousseau 2022. All rights reserved
2+
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.461) - https://dotfiles.io
3+
* Made with ♥ in London, UK by @sebastienrousseau
4+
* Copyright (c) 2022. All rights reserved
45
* License: MIT
56
*/
67

bin/dotfiles.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
2-
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
3-
* Copyright (c) Sebastien Rousseau 2022. All rights reserved
2+
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.461) - https://dotfiles.io
3+
* Made with ♥ in London, UK by @sebastienrousseau
4+
* Copyright (c) 2022. All rights reserved
45
* License: MIT
56
*/
67

bin/download.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
2-
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
3-
* Copyright (c) Sebastien Rousseau 2022. All rights reserved
2+
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.461) - https://dotfiles.io
3+
* Made with ♥ in London, UK by @sebastienrousseau
4+
* Copyright (c) 2022. All rights reserved
45
* License: MIT
56
*/
67

bin/index.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
2-
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
3-
* Copyright (c) Sebastien Rousseau 2022. All rights reserved
2+
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.461) - https://dotfiles.io
3+
* Made with ♥ in London, UK by @sebastienrousseau
4+
* Copyright (c) 2022. All rights reserved
45
* License: MIT
56
*/
67

bin/transfer.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
2-
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
3-
* Copyright (c) Sebastien Rousseau 2022. All rights reserved
2+
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.461) - https://dotfiles.io
3+
* Made with ♥ in London, UK by @sebastienrousseau
4+
* Copyright (c) 2022. All rights reserved
45
* License: MIT
56
*/
67

bin/unpack.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
2-
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
3-
* Copyright (c) Sebastien Rousseau 2022. All rights reserved
2+
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.461) - https://dotfiles.io
3+
* Made with ♥ in London, UK by @sebastienrousseau
4+
* Copyright (c) 2022. All rights reserved
45
* License: MIT
56
*/
67

docs/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[Request Feature][issues]
1414
[Contributing Guidelines][contributing]**
1515

16-
## 👋 Welcome to Dotfiles (v0.2.460)
16+
## 👋 Welcome to Dotfiles (v0.2.461)
1717

1818
### Simply designed to fit your shell life
1919

@@ -22,7 +22,7 @@ aimed at making your life easier by providing a set of scripts and configuration
2222
files with new ways to get things done.
2323

2424
[![Getting Started][getting_started]][getting-started]
25-
[![Download Dotfiles v0.2.460][download_button]][download]
25+
[![Download Dotfiles v0.2.461][download_button]][download]
2626

2727
Dotfiles aggregates a collection of standalone configuration files (dotfiles)
2828
combined into a `lib` directory that can be used to customize your development
@@ -121,7 +121,7 @@ sudo apt install fonts-roboto-mono-for-powerline
121121

122122
### 1️⃣ Download Dotfiles
123123

124-
You can download the latest version (v0.2.460) with the following options:
124+
You can download the latest version (v0.2.461) with the following options:
125125

126126
- [**Manual download**][releases] - **The easiest way to install Dotfiles.**
127127
- [**Install with PnPM**](https://www.npmjs.com/package/@sebastienrousseau/dotfiles)
@@ -513,7 +513,7 @@ bunch of awesome [contributors](https://github.com/sebastienrousseau/dotfiles/gr
513513
[contributing]: https://github.com/sebastienrousseau/dotfiles/blob/master/.github/CONTRIBUTING.md
514514
[curl]: https://curl.se/
515515
[docs]: https://github.com/sebastienrousseau/dotfiles/docs
516-
[download]: https://github.com/sebastienrousseau/dotfiles/archive/refs/tags/v0.2.460.tar.gz
516+
[download]: https://github.com/sebastienrousseau/dotfiles/archive/refs/tags/v0.2.461.tar.gz
517517
[getting-started]: https://github.com/sebastienrousseau/dotfiles#getting-started
518518
[git]: https://git-scm.com/
519519
[github]: https://github.com/sebastienrousseau/dotfiles

lib/aliases.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env bash
2-
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
3-
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
2+
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.461) - https://dotfiles.io
3+
# Made with ♥ in London, UK by @sebastienrousseau
4+
# Copyright (c) 2022. All rights reserved
45
# License: MIT
56

67
## 🅰🅻🅸🅰🆂🅴🆂

lib/aliases/default/default.aliases.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env bash
2-
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
3-
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
2+
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.461) - https://dotfiles.io
3+
# Made with ♥ in London, UK by @sebastienrousseau
4+
# Copyright (c) 2022. All rights reserved
45
# License: MIT
56

67
# 🅳🅴🅵🅰🆄🅻🆃 🅰🅻🅸🅰🆂🅴🆂

lib/aliases/gcloud/gcloud.aliases.sh

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env bash
2-
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
3-
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
2+
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.461) - https://dotfiles.io
3+
# Made with ♥ in London, UK by @sebastienrousseau
4+
# Copyright (c) 2022. All rights reserved
45
# License: MIT
56

67
# 🅶🅲🅻🅾🆄🅳 🅰🅻🅸🅰🆂🅴🆂 - Google Cloud aliases.
@@ -17,7 +18,8 @@
1718
# 1.8 Aliases to build highly scalable applications on a fully managed serverless platform.
1819
# 1.9 Aliases to commands that might come in handy.
1920
#
20-
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
21+
# Made with ♥ in London, UK by @sebastienrousseau
22+
# Copyright (c) 2022. All rights reserved
2123
# Licensed under the MIT license
2224
#
2325

0 commit comments

Comments
 (0)