@sebastienrousseau/dotfiles 0.2.460 β 0.2.461
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/dist/Makefile +3 -2
- package/dist/bin/backup.d.ts.map +1 -1
- package/dist/bin/backup.js.map +1 -1
- package/dist/bin/constants.d.ts +2 -2
- package/dist/bin/constants.d.ts.map +1 -1
- package/dist/bin/constants.js +1 -1
- package/dist/bin/constants.js.map +1 -1
- package/dist/bin/copy.d.ts.map +1 -1
- package/dist/bin/copy.js.map +1 -1
- package/dist/bin/dotfiles.d.ts.map +1 -1
- package/dist/bin/dotfiles.js.map +1 -1
- package/dist/bin/download.d.ts.map +1 -1
- package/dist/bin/download.js.map +1 -1
- package/dist/bin/index.js.map +1 -1
- package/dist/bin/transfer.d.ts.map +1 -1
- package/dist/bin/transfer.js.map +1 -1
- package/dist/bin/unpack.d.ts.map +1 -1
- package/dist/bin/unpack.js.map +1 -1
- package/dist/filesizes.txt +101 -101
- package/dist/lib/aliases/default/default.aliases.sh +3 -2
- package/dist/lib/aliases/gcloud/gcloud.aliases.sh +5 -3
- package/dist/lib/aliases/git/git.aliases.sh +5 -3
- package/dist/lib/aliases/heroku/heroku.aliases.sh +5 -3
- package/dist/lib/aliases/jekyll/jekyll.aliases.sh +5 -3
- package/dist/lib/aliases/pnpm/pnpm.aliases.sh +3 -2
- package/dist/lib/aliases/subversion/subversion.aliases.sh +3 -2
- package/dist/lib/aliases/tmux/tmux.aliases.sh +3 -2
- package/dist/lib/aliases.sh +3 -2
- package/dist/lib/configurations/bash/bashrc +4 -3
- package/dist/lib/configurations/curl/curlrc +3 -2
- package/dist/lib/configurations/default/color.sh +3 -2
- package/dist/lib/configurations/default/constants.sh +4 -3
- package/dist/lib/configurations/default/editor.sh +3 -2
- package/dist/lib/configurations/default/prompt.sh +3 -2
- package/dist/lib/configurations/input/inputrc +3 -2
- package/dist/lib/configurations/nano/nanorc +3 -2
- package/dist/lib/configurations/profile/profile +3 -2
- package/dist/lib/configurations/tmux/default +3 -2
- package/dist/lib/configurations/tmux/display +3 -2
- package/dist/lib/configurations/tmux/linux +3 -2
- package/dist/lib/configurations/tmux/navigation +3 -2
- package/dist/lib/configurations/tmux/panes +3 -2
- package/dist/lib/configurations/tmux/theme +4 -3
- package/dist/lib/configurations/tmux/tmux +3 -2
- package/dist/lib/configurations/tmux/vi +3 -2
- package/dist/lib/configurations/vim/vimrc +1 -1
- package/dist/lib/configurations/wget/wgetrc +3 -2
- package/dist/lib/configurations/zsh/zshrc +4 -3
- package/dist/lib/configurations.sh +3 -2
- package/dist/lib/exit.sh +3 -2
- package/dist/lib/functions/cdls.sh +3 -2
- package/dist/lib/functions/changediskpwd.tmp +5 -3
- package/dist/lib/functions/code.tmp +5 -3
- package/dist/lib/functions/countdown.tmp +3 -2
- package/dist/lib/functions/curlheader.sh +3 -2
- package/dist/lib/functions/curltime.sh +5 -3
- package/dist/lib/functions/encode64.sh +3 -2
- package/dist/lib/functions/environment.sh +3 -2
- package/dist/lib/functions/extract.sh +3 -2
- package/dist/lib/functions/genpwd.sh +3 -2
- package/dist/lib/functions/goto.sh +3 -2
- package/dist/lib/functions/hidehiddenfiles.sh +3 -2
- package/dist/lib/functions/history-all.tmp +3 -2
- package/dist/lib/functions/hostinfo.sh +3 -2
- package/dist/lib/functions/hstats.sh +3 -2
- package/dist/lib/functions/httpdebug.sh +3 -2
- package/dist/lib/functions/keygen.sh +3 -2
- package/dist/lib/functions/last.sh +3 -2
- package/dist/lib/functions/logout.sh +3 -2
- package/dist/lib/functions/lowercase.sh +3 -2
- package/dist/lib/functions/macos.sh +3 -2
- package/dist/lib/functions/matrix.sh +3 -2
- package/dist/lib/functions/mcd.sh +3 -2
- package/dist/lib/functions/mount_read_only.sh +3 -2
- package/dist/lib/functions/myproc.sh +3 -2
- package/dist/lib/functions/prependpath.sh +3 -2
- package/dist/lib/functions/print.tmp +3 -2
- package/dist/lib/functions/ql.sh +3 -2
- package/dist/lib/functions/rd.sh +3 -2
- package/dist/lib/functions/remove_disk.sh +3 -2
- package/dist/lib/functions/ren.sh +3 -2
- package/dist/lib/functions/rm.tmp +3 -2
- package/dist/lib/functions/rps.tmp +3 -2
- package/dist/lib/functions/showhiddenfiles.sh +3 -2
- package/dist/lib/functions/size.sh +3 -2
- package/dist/lib/functions/stopwatch.sh +3 -2
- package/dist/lib/functions/trash.tmp +3 -2
- package/dist/lib/functions/tree.tmp +3 -2
- package/dist/lib/functions/uppercase.sh +3 -2
- package/dist/lib/functions/uuidgen.tmp +2 -1
- package/dist/lib/functions/view-source.sh +3 -2
- package/dist/lib/functions/vscode.sh +3 -2
- package/dist/lib/functions/whoisport.sh +3 -2
- package/dist/lib/functions/zipf.sh +3 -2
- package/dist/lib/functions.sh +3 -2
- package/dist/lib/history.sh +3 -2
- package/dist/lib/paths/ant/ant.paths.sh +3 -2
- package/dist/lib/paths/default/default.paths.sh +3 -2
- package/dist/lib/paths/homebrew/homebrew.paths.sh +3 -2
- package/dist/lib/paths/java/java.paths.sh +3 -2
- package/dist/lib/paths/maven/maven.paths.sh +3 -2
- package/dist/lib/paths/node/node.paths.sh +3 -2
- package/dist/lib/paths/nvm/nvm.paths.sh +3 -2
- package/dist/lib/paths/pnpm/pnpm.paths.sh +3 -2
- package/dist/lib/paths/python/python.paths.sh +3 -2
- package/dist/lib/paths/ruby/ruby.paths.sh +3 -2
- package/dist/lib/paths/tmux/tmux.paths.sh +3 -2
- package/dist/lib/paths.sh +3 -2
- package/dist/scripts/backup.sh +8 -3
- package/dist/scripts/banner.sh +3 -2
- package/dist/scripts/build.sh +3 -2
- package/dist/scripts/clean.sh +3 -2
- package/dist/scripts/compile.sh +3 -2
- package/dist/scripts/copy.sh +3 -2
- package/dist/scripts/dotfiles.sh +3 -2
- package/dist/scripts/download.sh +3 -2
- package/dist/scripts/help.sh +3 -2
- package/dist/scripts/unpack.sh +3 -2
- package/package.json +2 -1
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
# lowercase: Function to move filenames or directory names to lowercase
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
# π
Όπ
°π
²π
Ύπ π
Ώπ
»ππ
Άπ
Έπ
½π
Ά π
°π
»π
Έπ
°ππ
΄π
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
# matrix: Function to Enable Matrix Effect in the terminal
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
# mcd: Function to combine mkdir and cd.
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
# mount_read_only: Function to mount a read-only disk image as read-write
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
# myproc: Function to list processes owned by an user
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
# ----------------------------------------------------------------------------
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
# print: Function to display the argument given
|
package/dist/lib/functions/ql.sh
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
# ql: Function to open any file in MacOS Quicklook Preview
|
package/dist/lib/functions/rd.sh
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
# rd: Function to remove a directory and its files
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
# remove_disk: spin down unneeded disk
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
# ren: Function to rename files extension.
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
# rm: Function to make 'rm' move files to the trash
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
# Adapted from https://github.com/Ananta-Gupta/Rock-Paper-Scissors
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
# Show hidden system and dotfile files
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
# size: Function to check a file size
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
# stopwatch: Function for a stopwatch
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
# trash: Function to moves a file to the MacOS trash
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
# tree: Function to generates a tree view from the current directory
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
# uppercase: Function to move filenames or directory names to uppercase
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
2
|
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.452) - https://dotfiles.io
|
|
3
|
-
#
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
# uuid: Function to generate a UUID (Universally Unique IDentifier)
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
# view-source: Function to view the source of a website.
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
# vsc: Function to open a file in Visual Studio Code.
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
# whoisport: Function to find what is currently using a port.
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
# zipf: Function to create a ZIP archive of a folder
|
package/dist/lib/functions.sh
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
# Load custom executable functions
|
package/dist/lib/history.sh
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
## History wrapper
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
## π
°π
½π π
·π
Ύπ
Όπ
΄
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
## π
Ώπ
°ππ
·π
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
## π
·π
Ύπ
Όπ
΄π
±ππ
΄π π
Ώπ
°ππ
·π
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
## π
Ήπ
°π
π
°_π
·π
Ύπ
Όπ
΄
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
## π
Όπ
°π
π
΄π
½ π
·π
Ύπ
Όπ
΄
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
## π
½π
Ύπ
³π
΄ π
Ώπ
°ππ
·
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
## π
½π
π
Ό π
Ώπ
°ππ
·
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
## π
Ώπ
½π
Ώπ
Ό π
Ώπ
°ππ
·π
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
## π
Ώπππ
·π
Ύπ
½ π
Ώπ
°ππ
·
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
## πππ
±π π
·π
Ύπ
Όπ
΄
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
## ππ
Όππ π
Ώπ
°ππ
·π
|
package/dist/lib/paths.sh
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
## π
Ώπ
°ππ
·π
|
package/dist/scripts/backup.sh
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
## π
π
°ππ
Έπ
°π
±π
»π
΄π - Set Dotfiles variable.
|
|
@@ -51,11 +52,13 @@ backup() {
|
|
|
51
52
|
.dir_colors
|
|
52
53
|
.exports
|
|
53
54
|
.functions
|
|
55
|
+
.gemrc
|
|
54
56
|
.gitattributes
|
|
55
57
|
.gitconfig
|
|
56
58
|
.gitignore
|
|
57
59
|
.gitmessage
|
|
58
60
|
.inputrc
|
|
61
|
+
.nanorc
|
|
59
62
|
.npmrc
|
|
60
63
|
.path
|
|
61
64
|
.profile
|
|
@@ -65,12 +68,14 @@ backup() {
|
|
|
65
68
|
.yarnrc
|
|
66
69
|
.zshenv
|
|
67
70
|
.zshrc
|
|
71
|
+
.zprofile
|
|
68
72
|
cacert.pem
|
|
69
73
|
"
|
|
70
74
|
|
|
71
75
|
for file in ${FILES}; do
|
|
72
76
|
# shellcheck disable=SC2292
|
|
73
|
-
if [ -
|
|
77
|
+
if [ -f "${HOME}/${file}" ]; then
|
|
78
|
+
# shellcheck disable=SC2154
|
|
74
79
|
echo "${GREEN} β${NC} Backing up '${YELLOW}${file}${NC}'"
|
|
75
80
|
cp -f "${HOME}"/"${file}" "${DF_BACKUPDIR}"/"${file}"
|
|
76
81
|
fi
|
package/dist/scripts/banner.sh
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
## π
±π
°π
½π
½π
΄π - Display banner.
|
package/dist/scripts/build.sh
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
# shellcheck disable=SC1091
|
package/dist/scripts/clean.sh
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
## π
²π
»π
΄π
°π
½ - Clean up.
|
package/dist/scripts/compile.sh
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
## π
²π
Ύπ
Όπ
Ώπ
Έπ
»π
΄ π
³π
Ύππ
΅π
Έπ
»π
΄π - Compile dotfiles.
|
package/dist/scripts/copy.sh
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
## π
²π
Ύπ
Ώπ - Copy the dotfiles on your system.
|
package/dist/scripts/dotfiles.sh
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
## π
Έπ
Όπ
Ώπ
Ύπππ - Importing constants and functions.
|
package/dist/scripts/download.sh
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
## π
π
°ππ
Έπ
°π
±π
»π
΄π - Set Dotfiles variable.
|
package/dist/scripts/help.sh
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
## π
π
°ππ
Έπ
°π
±π
»π
΄π - Set Dotfiles variable.
|
package/dist/scripts/unpack.sh
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
## π
π
°ππ
Έπ
°π
±π
»π
΄π - Set Dotfiles variable.
|
package/package.json
CHANGED
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"url": "git@github.com:sebastienrousseau/dotfiles.git"
|
|
72
72
|
},
|
|
73
73
|
"types": "./dist/bin/index.d.ts",
|
|
74
|
-
"version": "0.2.
|
|
74
|
+
"version": "0.2.461",
|
|
75
75
|
"scripts": {
|
|
76
76
|
"build": "pnpm run backup && pnpm run copy && pnpm run assemble",
|
|
77
77
|
"backup": "chmod 755 \"./scripts/backup.sh\" && sh ./scripts/backup.sh backup",
|
|
@@ -82,6 +82,7 @@
|
|
|
82
82
|
"help": "chmod 755 \"./scripts/help.sh\" && ./scripts/help.sh help",
|
|
83
83
|
"pack": "pnpm pack",
|
|
84
84
|
"preinstall": "npx only-allow pnpm",
|
|
85
|
+
"release": "pnpm run prepublishOnly && pnpm publish --access public --tag latest --no-git-checks --report-summary",
|
|
85
86
|
"start": "node ./dist/bin/index.js",
|
|
86
87
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
87
88
|
}
|