Skip to content

Commit 84407ea

Browse files
Merge pull request #43 from sebastienrousseau/0.2.460
v0.2.460
2 parents 7085b9e + dbf4ce1 commit 84407ea

Some content is hidden

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

114 files changed

+1155
-1208
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.459) - https://dotfiles.io
1+
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
22
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
33
# License: MIT
44

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.459) - https://dotfiles.io
1+
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
22
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
33
# License: MIT
44

.npmrc

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.459) - https://dotfiles.io
1+
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
22
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
33
# License: MIT
44
registry=https://npm.pkg.github.com/sebastienrousseau
55
@sebastienrousseau:registry=https://registry.npmjs.org # Switch to npm when needed
6-

COPYRIGHT

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.459) - https://dotfiles.io
2+
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
33
* Copyright (c) Sebastien Rousseau 2022. All rights reserved
44
* License: MIT
55
*/

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.459) - https://dotfiles.io
3+
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
44
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
55
# License: MIT
66

README.md

+5-5
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.459)
16+
## 👋 Welcome to Dotfiles (v0.2.460)
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.459][download_button]][download]
25+
[![Download Dotfiles v0.2.460][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.459) with the following options:
124+
You can download the latest version (v0.2.460) 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)
@@ -417,9 +417,9 @@ You'll see something like this:
417417
│   ├── history.sh
418418
│   └── paths.sh
419419
├── scripts
420-
│   ├── assemble.sh
421420
│   ├── backup.sh
422421
│   ├── banner.sh
422+
│   ├── build.sh
423423
│   ├── clean.sh
424424
│   ├── compile.sh
425425
│   ├── copy.sh
@@ -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.459.tar.gz
516+
[download]: https://github.com/sebastienrousseau/dotfiles/archive/refs/tags/v0.2.460.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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.459) - https://dotfiles.io
2+
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
33
* Copyright (c) Sebastien Rousseau 2022. All rights reserved
44
* License: MIT
55
*/
@@ -11,7 +11,7 @@ async function backup(src, dest) {
1111
var path = require("path");
1212
var dir = path.resolve(__dirname, os.homedir() + '/dotfiles_backup');
1313

14-
if (!fs.existsSync(dir)){
14+
if (!fs.existsSync(dir)) {
1515
fs.mkdirSync(dir);
1616
}
1717

bin/constants.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/**
2-
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.459) - https://dotfiles.io
2+
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
33
* Copyright (c) Sebastien Rousseau 2022. All rights reserved
44
* License: MIT
55
*/
66

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

1111
const aliases = [
1212
".bashrc",

bin/copy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.459) - https://dotfiles.io
2+
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
33
* Copyright (c) Sebastien Rousseau 2022. All rights reserved
44
* License: MIT
55
*/

bin/dotfiles.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.459) - https://dotfiles.io
2+
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
33
* Copyright (c) Sebastien Rousseau 2022. All rights reserved
44
* License: MIT
55
*/

bin/download.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/**
2-
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.459) - https://dotfiles.io
2+
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
33
* Copyright (c) Sebastien Rousseau 2022. All rights reserved
44
* License: MIT
55
*/
66

77
// 🅳🅾🆆🅽🅻🅾🅰🅳 - Download function.
88
async function download() {
99

10-
const {promisify} = require('util');
10+
const { promisify } = require('util');
1111
var fs = require("fs");
1212
var os = require("os");
1313
var path = require("path");

bin/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.459) - https://dotfiles.io
2+
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
33
* Copyright (c) Sebastien Rousseau 2022. All rights reserved
44
* License: MIT
55
*/

bin/transfer.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.459) - https://dotfiles.io
2+
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
33
* Copyright (c) Sebastien Rousseau 2022. All rights reserved
44
* License: MIT
55
*/
@@ -12,13 +12,13 @@ async function transfer(dest) {
1212
var path = require('path');
1313

1414
const source = path.resolve(__dirname, os.homedir() + "/dotfiles_backup/package/dist/");
15-
const dotfiles = path.resolve(__dirname, "/" + dest + "/.dotfiles");
16-
const bin = path.resolve(__dirname, "/" + dest + "/.dotfiles/bin");
17-
const filesizes = path.resolve(__dirname, "/" + dest + "/.dotfiles/filesizes.txt");
18-
const make = path.resolve(__dirname, "/" + dest + "/.dotfiles/Makefile");
15+
const dotfiles = path.resolve(__dirname, "/" + dest + "/.dotfiles");
16+
const bin = path.resolve(__dirname, "/" + dest + "/.dotfiles/bin");
17+
const filesizes = path.resolve(__dirname, "/" + dest + "/.dotfiles/filesizes.txt");
18+
const make = path.resolve(__dirname, "/" + dest + "/.dotfiles/Makefile");
1919

2020
// Remove the destination directory if it exists.
21-
if (fs.existsSync(dotfiles)){
21+
if (fs.existsSync(dotfiles)) {
2222
await fs.removeSync(dotfiles);
2323
}
2424

bin/unpack.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.459) - https://dotfiles.io
2+
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
33
* Copyright (c) Sebastien Rousseau 2022. All rights reserved
44
* License: MIT
55
*/
@@ -11,7 +11,7 @@ async function unpack() {
1111
var path = require('path');
1212
const { version } = require("./constants.js");
1313
var destPath = path.resolve(__dirname, os.homedir() + "/dotfiles_backup/");
14-
compressing.tgz.uncompress(destPath+"/"+version, destPath+"/");
14+
compressing.tgz.uncompress(destPath + "/" + version, destPath + "/");
1515
}
1616

1717
module.exports = unpack;

docs/README.md

+5-5
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.459)
16+
## 👋 Welcome to Dotfiles (v0.2.460)
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.459][download_button]][download]
25+
[![Download Dotfiles v0.2.460][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.459) with the following options:
124+
You can download the latest version (v0.2.460) 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)
@@ -417,9 +417,9 @@ You'll see something like this:
417417
│   ├── history.sh
418418
│   └── paths.sh
419419
├── scripts
420-
│   ├── assemble.sh
421420
│   ├── backup.sh
422421
│   ├── banner.sh
422+
│   ├── build.sh
423423
│   ├── clean.sh
424424
│   ├── compile.sh
425425
│   ├── copy.sh
@@ -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.459.tar.gz
516+
[download]: https://github.com/sebastienrousseau/dotfiles/archive/refs/tags/v0.2.460.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.459) - https://dotfiles.io
2+
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
33
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
44
# License: MIT
55

lib/aliases/default/default.aliases.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.459) - https://dotfiles.io
2+
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
33
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
44
# License: MIT
55

0 commit comments

Comments
 (0)