@sebastienrousseau/dotfiles 0.2.464 β 0.2.466
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/LICENSE +20 -17
- package/README.md +210 -382
- package/dist/Makefile +2 -2
- 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/filesizes.txt +170 -144
- package/dist/lib/README.md +6 -1
- package/dist/lib/aliases/README.md +51 -0
- package/dist/lib/aliases/archives/README.md +39 -67
- package/dist/lib/aliases/archives/archives.aliases.sh +128 -60
- package/dist/lib/aliases/cd/README.md +26 -9
- package/dist/lib/aliases/cd/cd.aliases.sh +1 -4
- package/dist/lib/aliases/chmod/README.md +48 -13
- package/dist/lib/aliases/chmod/chmod.aliases.sh +1 -1
- package/dist/lib/aliases/clear/README.md +33 -38
- package/dist/lib/aliases/clear/clear.aliases.sh +35 -33
- package/dist/lib/aliases/configuration/README.md +26 -37
- package/dist/lib/aliases/configuration/configuration.aliases.sh +40 -36
- package/dist/lib/aliases/default/README.md +26 -52
- package/dist/lib/aliases/default/default.aliases.sh +105 -44
- package/dist/lib/aliases/dig/README.md +23 -40
- package/dist/lib/aliases/dig/dig.aliases.sh +26 -29
- package/dist/lib/aliases/disk-usage/README.md +32 -0
- package/dist/lib/aliases/disk-usage/du.aliases.sh +84 -0
- package/dist/lib/aliases/editor/README.md +35 -33
- package/dist/lib/aliases/editor/editor.aliases.sh +13 -39
- package/dist/lib/aliases/find/README.md +42 -29
- package/dist/lib/aliases/find/find.aliases.sh +52 -26
- package/dist/lib/aliases/gcloud/README.md +59 -148
- package/dist/lib/aliases/gcloud/gcloud.aliases.sh +327 -138
- package/dist/lib/aliases/git/README.md +149 -0
- package/dist/lib/aliases/git/git.aliases.sh +535 -131
- package/dist/lib/aliases/gnu/README.md +85 -0
- package/dist/lib/aliases/gnu/gnucoreutils-aliases.sh +143 -109
- package/dist/lib/aliases/heroku/README.md +426 -0
- package/dist/lib/aliases/heroku/heroku.aliases.sh +1047 -288
- package/dist/lib/aliases/interactive/README.md +43 -0
- package/dist/lib/aliases/interactive/interactive.aliases.sh +48 -9
- package/dist/lib/aliases/jekyll/README.md +37 -0
- package/dist/lib/aliases/jekyll/jekyll.aliases.sh +49 -10
- package/dist/lib/aliases/list/README.md +38 -0
- package/dist/lib/aliases/list/list.aliases.sh +81 -30
- package/dist/lib/aliases/macOS/README.md +38 -0
- package/dist/lib/aliases/macOS/macos.aliases.sh +65 -0
- package/dist/lib/aliases/make/README.md +28 -0
- package/dist/lib/aliases/make/make.aliases.sh +30 -10
- package/dist/lib/aliases/mkdir/README.md +26 -0
- package/dist/lib/aliases/mkdir/mkdir.aliases.sh +24 -8
- package/dist/lib/aliases/npm/README.md +37 -0
- package/dist/lib/aliases/npm/npm.aliases.sh +54 -17
- package/dist/lib/aliases/permission/README.md +43 -0
- package/dist/lib/aliases/permission/permission.aliases.sh +73 -0
- package/dist/lib/aliases/pnpm/README.md +49 -0
- package/dist/lib/aliases/pnpm/pnpm.aliases.sh +70 -36
- package/dist/lib/aliases/ps/README.md +25 -0
- package/dist/lib/aliases/ps/ps.aliases.sh +14 -6
- package/dist/lib/aliases/rsync/README.md +21 -0
- package/dist/lib/aliases/rsync/rsync.aliases.sh +10 -4
- package/dist/lib/aliases/rust/README.md +57 -0
- package/dist/lib/aliases/rust/rust.aliases.sh +116 -39
- package/dist/lib/aliases/subversion/README.md +62 -0
- package/dist/lib/aliases/subversion/subversion.aliases.sh +4 -3
- package/dist/lib/aliases/sudo/README.md +23 -0
- package/dist/lib/aliases/sudo/sudo.aliases.sh +15 -6
- package/dist/lib/aliases/tmux/README.md +27 -0
- package/dist/lib/aliases/tmux/tmux.aliases.sh +29 -10
- package/dist/lib/aliases/update/README.md +34 -0
- package/dist/lib/aliases/update/update.aliases.sh +57 -26
- package/dist/lib/aliases/uuid/README.md +20 -0
- package/dist/lib/aliases/uuid/uuid.aliases.sh +13 -4
- package/dist/lib/aliases/wget/README.md +23 -0
- package/dist/lib/aliases/wget/wget.aliases.sh +15 -6
- package/dist/lib/aliases.sh +4 -3
- package/dist/lib/configurations/README.md +13 -2
- package/dist/lib/configurations/bash/bashrc +4 -3
- package/dist/lib/configurations/curl/curlrc +2 -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 +2 -2
- package/dist/lib/configurations/nano/nanorc +2 -2
- package/dist/lib/configurations/profile/profile +2 -2
- package/dist/lib/configurations/tmux/default +2 -2
- package/dist/lib/configurations/tmux/display +6 -2
- package/dist/lib/configurations/tmux/linux +2 -2
- package/dist/lib/configurations/tmux/navigation +2 -2
- package/dist/lib/configurations/tmux/panes +2 -2
- package/dist/lib/configurations/tmux/theme +3 -3
- package/dist/lib/configurations/tmux/tmux +2 -2
- package/dist/lib/configurations/tmux/vi +2 -2
- package/dist/lib/configurations/vim/vimrc +1 -1
- package/dist/lib/configurations/wget/wgetrc +2 -2
- package/dist/lib/configurations/zsh/zshrc +2 -2
- package/dist/lib/configurations.sh +4 -3
- package/dist/lib/functions/README.md +73 -2
- package/dist/lib/functions/cdls.sh +3 -2
- package/dist/lib/functions/curlheader.sh +3 -2
- package/dist/lib/functions/curlstatus.sh +17 -0
- package/dist/lib/functions/curltime.sh +4 -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/filehead.sh +1 -1
- package/dist/lib/functions/freespace.sh +21 -0
- package/dist/lib/functions/genpwd.sh +33 -7
- package/dist/lib/functions/goto.sh +3 -2
- package/dist/lib/functions/hidehiddenfiles.sh +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 +20 -13
- 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/matrix.sh +15 -14
- package/dist/lib/functions/mount_read_only.sh +3 -2
- package/dist/lib/functions/myproc.sh +4 -3
- package/dist/lib/functions/prependpath.sh +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/showhiddenfiles.sh +3 -2
- package/dist/lib/functions/size.sh +3 -2
- package/dist/lib/functions/stopwatch.sh +4 -3
- package/dist/lib/functions/uppercase.sh +3 -2
- 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 +4 -3
- package/dist/lib/history.sh +4 -4
- 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 +4 -3
- package/dist/scripts/backup.sh +3 -2
- 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/ssh.sh +3 -2
- package/dist/scripts/unpack.sh +3 -2
- package/package.json +7 -7
- package/dist/lib/aliases/du/README.md +0 -35
- package/dist/lib/aliases/du/du.aliases.sh +0 -37
- package/dist/lib/functions/changediskpwd.tmp +0 -19
- package/dist/lib/functions/code.tmp +0 -18
- package/dist/lib/functions/countdown.tmp +0 -34
- package/dist/lib/functions/headers.tmp +0 -4
- package/dist/lib/functions/history-all.tmp +0 -8
- package/dist/lib/functions/macos.sh +0 -47
- package/dist/lib/functions/mcd.tmp +0 -19
- package/dist/lib/functions/print.tmp +0 -14
- package/dist/lib/functions/rm.tmp +0 -14
- package/dist/lib/functions/rps.tmp +0 -104
- package/dist/lib/functions/trash.tmp +0 -14
- package/dist/lib/functions/tree.tmp +0 -14
- package/dist/lib/functions/uuidgen.tmp +0 -28
|
@@ -1,27 +1,28 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
#
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
4
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
5
6
|
# License: MIT
|
|
6
7
|
|
|
7
8
|
# matrix: Function to Enable Matrix Effect in the terminal
|
|
8
9
|
matrix() {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
10
|
+
printf '\e[1;40m'
|
|
11
|
+
clear
|
|
12
|
+
while : || true; do
|
|
13
|
+
echo "${LINES} ${COLUMNS} $((RANDOM % COLUMNS)) $((RANDOM % 72))"
|
|
14
|
+
sleep 0.05 || true
|
|
15
|
+
done | awk '{ letters="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789@#$%^&*()"; c=$4; letter=substr(letters,c,1);a[$3]=0;for (x in a) {o=a[x];a[x]=a[x]+1; printf "\033[%s;%sH\033[2;32m%s",o,x,letter; printf "\033[%s;%sH\033[1;37m%s\033[0;0H",a[x],x,letter;if (a[x] >= $1) { a[x]=0; } }}'
|
|
15
16
|
}
|
|
16
17
|
|
|
17
18
|
# matrix: Function to Enable Matrix Effect in the terminal in color
|
|
18
19
|
matrix_color() {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
20
|
+
printf '\e[1;40m'
|
|
21
|
+
clear
|
|
22
|
+
while : || true; do
|
|
23
|
+
echo "${LINES} ${COLUMNS} $((RANDOM % COLUMNS)) $((RANDOM % 72))"
|
|
24
|
+
sleep 0.05 || true
|
|
25
|
+
done | awk '{
|
|
25
26
|
letters="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789@#$%^&*()";
|
|
26
27
|
c=$4;
|
|
27
28
|
letter=substr(letters,c,1);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
#
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
4
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
5
6
|
# License: MIT
|
|
6
7
|
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
#
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
4
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
5
6
|
# License: MIT
|
|
6
7
|
|
|
7
8
|
# myproc: Function to list processes owned by an user
|
|
8
|
-
myproc() { ps "$@" -u "${USER}" -o pid,%cpu,%mem,start,time,
|
|
9
|
+
myproc() { ps "$@" -u "${USER}" -o pid,%cpu,%mem,start,time,command; }
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
#
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
4
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
5
6
|
# License: MIT
|
|
6
7
|
|
package/dist/lib/functions/ql.sh
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
#
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
4
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
5
6
|
# License: MIT
|
|
6
7
|
|
package/dist/lib/functions/rd.sh
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
#
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
4
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
5
6
|
# License: MIT
|
|
6
7
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
#
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
4
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
5
6
|
# License: MIT
|
|
6
7
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
#
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
4
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
5
6
|
# License: MIT
|
|
6
7
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
#
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
4
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
5
6
|
# License: MIT
|
|
6
7
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
#
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
4
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
5
6
|
# License: MIT
|
|
6
7
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
#
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
4
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
5
6
|
# License: MIT
|
|
6
7
|
|
|
@@ -8,7 +9,7 @@
|
|
|
8
9
|
stopwatch() {
|
|
9
10
|
date1=$(gdate +%s)
|
|
10
11
|
while true; do
|
|
11
|
-
echo -ne "$(gdate -u --date @$(($(date +%s) - date1)) +%H:%M:%S)\r"
|
|
12
|
+
echo -ne "$(gdate -u --date @$(($(date +%s) - date1)) +%H:%M:%S || true)\r"
|
|
12
13
|
sleep 0.1
|
|
13
14
|
done
|
|
14
15
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
#
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
4
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
5
6
|
# License: MIT
|
|
6
7
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
#
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
4
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
5
6
|
# License: MIT
|
|
6
7
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
#
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
4
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
5
6
|
# License: MIT
|
|
6
7
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
#
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
4
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
5
6
|
# License: MIT
|
|
6
7
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
#
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
4
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
5
6
|
# License: MIT
|
|
6
7
|
|
package/dist/lib/functions.sh
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
3
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
4
|
-
# Description: Sets functions for the current shell.
|
|
5
6
|
# License: MIT
|
|
6
7
|
# Script: functions.sh
|
|
7
|
-
# Version: 0.2.
|
|
8
|
+
# Version: 0.2.466
|
|
8
9
|
# Website: https://dotfiles.io
|
|
9
10
|
|
|
10
11
|
# Load custom executable functions
|
package/dist/lib/history.sh
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
#
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
4
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
5
|
-
# Description: Sets history options for the current shell.
|
|
6
6
|
# License: MIT
|
|
7
7
|
# Script: history.sh
|
|
8
|
-
# Version: 0.2.
|
|
8
|
+
# Version: 0.2.466
|
|
9
9
|
# Website: https://dotfiles.io
|
|
10
10
|
|
|
11
11
|
# History wrapper
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
#
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
4
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
5
6
|
# License: MIT
|
|
6
7
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
#
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
4
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
5
6
|
# License: MIT
|
|
6
7
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
#
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
4
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
5
6
|
# License: MIT
|
|
6
7
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
#
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
4
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
5
6
|
# License: MIT
|
|
6
7
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
#
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
4
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
5
6
|
# License: MIT
|
|
6
7
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
#
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
4
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
5
6
|
# License: MIT
|
|
6
7
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
#
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
4
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
5
6
|
# License: MIT
|
|
6
7
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
#
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
4
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
5
6
|
# License: MIT
|
|
6
7
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
#
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
4
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
5
6
|
# License: MIT
|
|
6
7
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
#
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
4
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
5
6
|
# License: MIT
|
|
6
7
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
#
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
4
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
5
6
|
# License: MIT
|
|
6
7
|
|
package/dist/lib/paths.sh
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
3
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
4
|
-
# Description: Sets paths for the current shell.
|
|
5
6
|
# License: MIT
|
|
6
7
|
# Script: paths.sh
|
|
7
|
-
# Version: 0.2.
|
|
8
|
+
# Version: 0.2.466
|
|
8
9
|
# Website: https://dotfiles.io
|
|
9
10
|
|
|
10
11
|
## π
Ώπ
°ππ
·π
|
package/dist/scripts/backup.sh
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
#
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
4
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
5
6
|
# License: MIT
|
|
6
7
|
|
package/dist/scripts/banner.sh
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
#
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
4
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
5
6
|
# License: MIT
|
|
6
7
|
|
package/dist/scripts/build.sh
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
#
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
4
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
5
6
|
# License: MIT
|
|
6
7
|
|
package/dist/scripts/clean.sh
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
#
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
4
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
5
6
|
# License: MIT
|
|
6
7
|
|
package/dist/scripts/compile.sh
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
#
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
4
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
5
6
|
# License: MIT
|
|
6
7
|
|
package/dist/scripts/copy.sh
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
#
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
4
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
5
6
|
# License: MIT
|
|
6
7
|
|
package/dist/scripts/dotfiles.sh
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
#
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
4
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
5
6
|
# License: MIT
|
|
6
7
|
|
package/dist/scripts/download.sh
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
#
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
4
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
5
6
|
# License: MIT
|
|
6
7
|
|
package/dist/scripts/help.sh
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
#
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
4
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
5
6
|
# License: MIT
|
|
6
7
|
|
package/dist/scripts/ssh.sh
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
#
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
4
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
5
6
|
# License: MIT
|
|
6
7
|
|
package/dist/scripts/unpack.sh
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
#
|
|
2
|
+
|
|
3
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.466) - <https://dotfiles.io>
|
|
4
|
+
# Made with β₯ in London, UK by @wwdseb
|
|
4
5
|
# Copyright (c) 2015-2023. All rights reserved
|
|
5
6
|
# License: MIT
|
|
6
7
|
|
package/package.json
CHANGED
|
@@ -26,14 +26,14 @@
|
|
|
26
26
|
],
|
|
27
27
|
"description": "Dotfiles - A set of macOS / Linux and Windows configuration files - Simply designed to fit your shell life.",
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@types/node": "^18.
|
|
30
|
-
"compressing": "^1.
|
|
29
|
+
"@types/node": "^18.16.1",
|
|
30
|
+
"compressing": "^1.9.0",
|
|
31
31
|
"filesizes": "^0.1.2",
|
|
32
|
-
"fs-extra": "11.1.
|
|
32
|
+
"fs-extra": "11.1.1",
|
|
33
33
|
"husky": "^8.0.3",
|
|
34
34
|
"jsmin": "^1.0.1",
|
|
35
|
-
"rimraf": "^
|
|
36
|
-
"typescript": "^
|
|
35
|
+
"rimraf": "^5.0.0",
|
|
36
|
+
"typescript": "^5.0.4"
|
|
37
37
|
},
|
|
38
38
|
"directories": {
|
|
39
39
|
"bin": "./bin",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"scripts": "./scripts"
|
|
42
42
|
},
|
|
43
43
|
"engines": {
|
|
44
|
-
"node": "^12.20.0 || ^14.13.1 || >=
|
|
44
|
+
"node": "^12.20.0 || ^14.13.1 || >=20.0.0"
|
|
45
45
|
},
|
|
46
46
|
"files": [
|
|
47
47
|
"dist/"
|
|
@@ -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.466",
|
|
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",
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
# Du Aliases
|
|
2
|
-
|
|
3
|
-
These aliases provide shortcuts for the `du` command to help you
|
|
4
|
-
quickly query disk usage. To use them, add the following lines to your
|
|
5
|
-
`.bashrc` or `.bash_profile` file.
|
|
6
|
-
|
|
7
|
-
## Aliases
|
|
8
|
-
|
|
9
|
-
### Disk usage aliases
|
|
10
|
-
|
|
11
|
-
- `du`: Display the disk usage of the current directory.
|
|
12
|
-
- `du1`: File size of files and directories in current directory.
|
|
13
|
-
- `ducks`: Top 10 largest files and directories in current directory.
|
|
14
|
-
- `duh`: File size of files and directories.
|
|
15
|
-
- `dus`: File size human readable output sorted by size.
|
|
16
|
-
- `dusym`: File size of files and directories in current directory including symlinks.
|
|
17
|
-
- `dut`: Total file size of current directory.
|
|
18
|
-
|
|
19
|
-
### DNS aliases
|
|
20
|
-
|
|
21
|
-
- `d`: Run the dig command with the default options.
|
|
22
|
-
- `dc`: Perform a DNS lookup for CNAME records.
|
|
23
|
-
- `dga`: Perform a DNS lookup for all records.
|
|
24
|
-
- `digg`: Dig with Google's DNS.
|
|
25
|
-
- `dgs`: Perform a DNS lookup for a short answer.
|
|
26
|
-
- `dns`: Perform a DNS lookup for NS records.
|
|
27
|
-
- `dmx`: Perform a DNS lookup for MX records.
|
|
28
|
-
- `dptr`: Perform a DNS lookup for PTR records.
|
|
29
|
-
- `dt`: Perform a DNS lookup for TXT records.
|
|
30
|
-
- `d4`: Perform a DNS lookup for an IPv4 address.
|
|
31
|
-
- `d6`: Perform a DNS lookup for an IPv6 address.
|
|
32
|
-
- `ip4`: Get your public IPv4 address.
|
|
33
|
-
- `ip6`: Get your public IPv6 address.
|
|
34
|
-
- `ips`: Get your public IPv4 and IPv6 addresses.
|
|
35
|
-
- `wip`: Get your public IP address.
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env bash
|
|
2
|
-
# Author: Sebastien Rousseau
|
|
3
|
-
# Copyright (c) 2015-2023. All rights reserved
|
|
4
|
-
# Description: Sets Disk Usage Aliases
|
|
5
|
-
# License: MIT
|
|
6
|
-
# Script: du.aliases.sh
|
|
7
|
-
# Version: 0.2.464
|
|
8
|
-
# Website: https://dotfiles.io
|
|
9
|
-
|
|
10
|
-
# π
³π
Έππ
Ί πππ
°π
Άπ
΄ π
°π
»π
Έπ
°ππ
΄π
|
|
11
|
-
if command -v 'du' >/dev/null; then
|
|
12
|
-
# Disk usage aliases
|
|
13
|
-
alias du="du -h" # du: Display the disk usage of the current directory.
|
|
14
|
-
alias du1='du -hxd 1 | sort -h' # du1: File size of files and directories in current directory.
|
|
15
|
-
alias ducks="du -cks * .* | sort -rn | head -n 10" # ducks: Top 10 largest files and directories in current directory.
|
|
16
|
-
alias duh='du' # duh: File size of files and directories.
|
|
17
|
-
alias dus='du -hs *' # dus: File size human readable output sorted by size.
|
|
18
|
-
alias dusym="du * -hsLc" # dusym: File size of files and directories in current directory including symlinks.
|
|
19
|
-
alias dut='dus' # dut: Total file size of current directory.
|
|
20
|
-
|
|
21
|
-
# DNS aliases
|
|
22
|
-
alias d='$(which dig)' # d: Run the dig command with the default options.
|
|
23
|
-
alias dc='$(which dig) +short -t CNAME' # dc: Perform a DNS lookup for CNAME records.
|
|
24
|
-
alias dga='$(which dig) +all ANY' # dga: Perform a DNS lookup for all records.
|
|
25
|
-
alias digg='$(which dig) @8.8.8.8 +nocmd any +multiline +noall +answer' # digg: Dig with Google's DNS.
|
|
26
|
-
alias dgs='$(which dig) +short' # dgs: Perform a DNS lookup for a short answer.
|
|
27
|
-
alias dns='$(which dig) +short -t NS' # dns: Perform a DNS lookup for NS records.
|
|
28
|
-
alias dmx='$(which dig) +short -t MX' # dmx: Perform a DNS lookup for MX records.
|
|
29
|
-
alias dptr='$(which dig) +short -x' # dptr: Perform a DNS lookup for PTR records.
|
|
30
|
-
alias dt='$(which dig) +short -t TXT' # dt: Perform a DNS lookup for TXT records.
|
|
31
|
-
alias d4='$(which dig) +short -4' # d4: Perform a DNS lookup for an IPv4 address.
|
|
32
|
-
alias d6='$(which dig) +short -6' # d6: Perform a DNS lookup for an IPv6 address.
|
|
33
|
-
alias ip4='$(which dig) +short myip.opendns.com @resolver1.opendns.com -4' # ip4: Get your public IPv4 address.
|
|
34
|
-
alias ip6='$(which dig) -6 AAAA +short myip.opendns.com. @resolver1.opendns.com.' # ip6: Get your public IPv6 address.
|
|
35
|
-
alias ips='ip4; ip6' # ips: Get your public IPv4 and IPv6 addresses.
|
|
36
|
-
alias wip='$(which dig) +short myip.opendns.com @resolver1.opendns.com' # wip: Get your public IP address.
|
|
37
|
-
fi
|