Skip to content

Commit

Permalink
Merge pull request #43 from sebastienrousseau/0.2.460
Browse files Browse the repository at this point in the history
v0.2.460
  • Loading branch information
sebastienrousseau authored Oct 16, 2022
2 parents 7085b9e + dbf4ce1 commit 84407ea
Show file tree
Hide file tree
Showing 114 changed files with 1,155 additions and 1,208 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.459) - https://dotfiles.io
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
# License: MIT

Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.459) - https://dotfiles.io
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
# License: MIT

Expand Down
3 changes: 1 addition & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.459) - https://dotfiles.io
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
# License: MIT
registry=https://npm.pkg.github.com/sebastienrousseau
@sebastienrousseau:registry=https://registry.npmjs.org # Switch to npm when needed

2 changes: 1 addition & 1 deletion COPYRIGHT
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.459) - https://dotfiles.io
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
* Copyright (c) Sebastien Rousseau 2022. All rights reserved
* License: MIT
*/
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env make -f

# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.459) - https://dotfiles.io
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
# License: MIT

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[Request Feature][issues]
[Contributing Guidelines][contributing]**

## 👋 Welcome to Dotfiles (v0.2.459)
## 👋 Welcome to Dotfiles (v0.2.460)

### Simply designed to fit your shell life

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

[![Getting Started][getting_started]][getting-started]
[![Download Dotfiles v0.2.459][download_button]][download]
[![Download Dotfiles v0.2.460][download_button]][download]

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

### 1️⃣ Download Dotfiles

You can download the latest version (v0.2.459) with the following options:
You can download the latest version (v0.2.460) with the following options:

- [**Manual download**][releases] - **The easiest way to install Dotfiles.**
- [**Install with PnPM**](https://www.npmjs.com/package/@sebastienrousseau/dotfiles)
Expand Down Expand Up @@ -417,9 +417,9 @@ You'll see something like this:
│   ├── history.sh
│   └── paths.sh
├── scripts
│   ├── assemble.sh
│   ├── backup.sh
│   ├── banner.sh
│   ├── build.sh
│   ├── clean.sh
│   ├── compile.sh
│   ├── copy.sh
Expand Down Expand Up @@ -513,7 +513,7 @@ bunch of awesome [contributors](https://github.com/sebastienrousseau/dotfiles/gr
[contributing]: https://github.com/sebastienrousseau/dotfiles/blob/master/.github/CONTRIBUTING.md
[curl]: https://curl.se/
[docs]: https://github.com/sebastienrousseau/dotfiles/docs
[download]: https://github.com/sebastienrousseau/dotfiles/archive/refs/tags/v0.2.459.tar.gz
[download]: https://github.com/sebastienrousseau/dotfiles/archive/refs/tags/v0.2.460.tar.gz
[getting-started]: https://github.com/sebastienrousseau/dotfiles#getting-started
[git]: https://git-scm.com/
[github]: https://github.com/sebastienrousseau/dotfiles
Expand Down
4 changes: 2 additions & 2 deletions bin/backup.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.459) - https://dotfiles.io
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
* Copyright (c) Sebastien Rousseau 2022. All rights reserved
* License: MIT
*/
Expand All @@ -11,7 +11,7 @@ async function backup(src, dest) {
var path = require("path");
var dir = path.resolve(__dirname, os.homedir() + '/dotfiles_backup');

if (!fs.existsSync(dir)){
if (!fs.existsSync(dir)) {
fs.mkdirSync(dir);
}

Expand Down
6 changes: 3 additions & 3 deletions bin/constants.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/**
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.459) - https://dotfiles.io
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
* Copyright (c) Sebastien Rousseau 2022. All rights reserved
* License: MIT
*/

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

const aliases = [
".bashrc",
Expand Down
2 changes: 1 addition & 1 deletion bin/copy.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.459) - https://dotfiles.io
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
* Copyright (c) Sebastien Rousseau 2022. All rights reserved
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion bin/dotfiles.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.459) - https://dotfiles.io
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
* Copyright (c) Sebastien Rousseau 2022. All rights reserved
* License: MIT
*/
Expand Down
4 changes: 2 additions & 2 deletions bin/download.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/**
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.459) - https://dotfiles.io
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
* Copyright (c) Sebastien Rousseau 2022. All rights reserved
* License: MIT
*/

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

const {promisify} = require('util');
const { promisify } = require('util');
var fs = require("fs");
var os = require("os");
var path = require("path");
Expand Down
2 changes: 1 addition & 1 deletion bin/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.459) - https://dotfiles.io
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
* Copyright (c) Sebastien Rousseau 2022. All rights reserved
* License: MIT
*/
Expand Down
12 changes: 6 additions & 6 deletions bin/transfer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.459) - https://dotfiles.io
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
* Copyright (c) Sebastien Rousseau 2022. All rights reserved
* License: MIT
*/
Expand All @@ -12,13 +12,13 @@ async function transfer(dest) {
var path = require('path');

const source = path.resolve(__dirname, os.homedir() + "/dotfiles_backup/package/dist/");
const dotfiles = path.resolve(__dirname, "/" + dest + "/.dotfiles");
const bin = path.resolve(__dirname, "/" + dest + "/.dotfiles/bin");
const filesizes = path.resolve(__dirname, "/" + dest + "/.dotfiles/filesizes.txt");
const make = path.resolve(__dirname, "/" + dest + "/.dotfiles/Makefile");
const dotfiles = path.resolve(__dirname, "/" + dest + "/.dotfiles");
const bin = path.resolve(__dirname, "/" + dest + "/.dotfiles/bin");
const filesizes = path.resolve(__dirname, "/" + dest + "/.dotfiles/filesizes.txt");
const make = path.resolve(__dirname, "/" + dest + "/.dotfiles/Makefile");

// Remove the destination directory if it exists.
if (fs.existsSync(dotfiles)){
if (fs.existsSync(dotfiles)) {
await fs.removeSync(dotfiles);
}

Expand Down
4 changes: 2 additions & 2 deletions bin/unpack.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.459) - https://dotfiles.io
* 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
* Copyright (c) Sebastien Rousseau 2022. All rights reserved
* License: MIT
*/
Expand All @@ -11,7 +11,7 @@ async function unpack() {
var path = require('path');
const { version } = require("./constants.js");
var destPath = path.resolve(__dirname, os.homedir() + "/dotfiles_backup/");
compressing.tgz.uncompress(destPath+"/"+version, destPath+"/");
compressing.tgz.uncompress(destPath + "/" + version, destPath + "/");
}

module.exports = unpack;
10 changes: 5 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[Request Feature][issues]
[Contributing Guidelines][contributing]**

## 👋 Welcome to Dotfiles (v0.2.459)
## 👋 Welcome to Dotfiles (v0.2.460)

### Simply designed to fit your shell life

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

[![Getting Started][getting_started]][getting-started]
[![Download Dotfiles v0.2.459][download_button]][download]
[![Download Dotfiles v0.2.460][download_button]][download]

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

### 1️⃣ Download Dotfiles

You can download the latest version (v0.2.459) with the following options:
You can download the latest version (v0.2.460) with the following options:

- [**Manual download**][releases] - **The easiest way to install Dotfiles.**
- [**Install with PnPM**](https://www.npmjs.com/package/@sebastienrousseau/dotfiles)
Expand Down Expand Up @@ -417,9 +417,9 @@ You'll see something like this:
│   ├── history.sh
│   └── paths.sh
├── scripts
│   ├── assemble.sh
│   ├── backup.sh
│   ├── banner.sh
│   ├── build.sh
│   ├── clean.sh
│   ├── compile.sh
│   ├── copy.sh
Expand Down Expand Up @@ -513,7 +513,7 @@ bunch of awesome [contributors](https://github.com/sebastienrousseau/dotfiles/gr
[contributing]: https://github.com/sebastienrousseau/dotfiles/blob/master/.github/CONTRIBUTING.md
[curl]: https://curl.se/
[docs]: https://github.com/sebastienrousseau/dotfiles/docs
[download]: https://github.com/sebastienrousseau/dotfiles/archive/refs/tags/v0.2.459.tar.gz
[download]: https://github.com/sebastienrousseau/dotfiles/archive/refs/tags/v0.2.460.tar.gz
[getting-started]: https://github.com/sebastienrousseau/dotfiles#getting-started
[git]: https://git-scm.com/
[github]: https://github.com/sebastienrousseau/dotfiles
Expand Down
2 changes: 1 addition & 1 deletion lib/aliases.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.459) - https://dotfiles.io
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
# License: MIT

Expand Down
2 changes: 1 addition & 1 deletion lib/aliases/default/default.aliases.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.459) - https://dotfiles.io
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
# License: MIT

Expand Down
Loading

0 comments on commit 84407ea

Please sign in to comment.