@sebastienrousseau/dotfiles 0.2.462 β 0.2.464
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 +5 -5
- package/dist/Makefile +2 -2
- package/dist/bin/constants.d.ts +2 -2
- package/dist/bin/constants.js +1 -1
- package/dist/filesizes.txt +109 -87
- package/dist/lib/aliases/archives/README.md +84 -0
- package/dist/lib/aliases/archives/archives.aliases.sh +63 -19
- package/dist/lib/aliases/cd/README.md +46 -0
- package/dist/lib/aliases/cd/cd.aliases.sh +42 -0
- package/dist/lib/aliases/chmod/README.md +70 -0
- package/dist/lib/aliases/chmod/chmod.aliases.sh +73 -0
- package/dist/lib/aliases/clear/README.md +38 -0
- package/dist/lib/aliases/clear/clear.aliases.sh +36 -19
- package/dist/lib/aliases/configuration/README.md +46 -0
- package/dist/lib/aliases/configuration/configuration.aliases.sh +39 -8
- package/dist/lib/aliases/default/README.md +62 -0
- package/dist/lib/aliases/default/default.aliases.sh +59 -35
- package/dist/lib/aliases/dig/README.md +50 -0
- package/dist/lib/aliases/dig/dig.aliases.sh +37 -10
- package/dist/lib/aliases/du/README.md +35 -0
- package/dist/lib/aliases/du/du.aliases.sh +37 -0
- package/dist/lib/aliases/editor/README.md +47 -0
- package/dist/lib/aliases/editor/editor.aliases.sh +36 -3
- package/dist/lib/aliases/find/README.md +29 -0
- package/dist/lib/aliases/find/find.aliases.sh +29 -19
- package/dist/lib/aliases/gcloud/README.md +148 -0
- package/dist/lib/aliases/gcloud/gcloud.aliases.sh +142 -120
- package/dist/lib/aliases/git/git.aliases.sh +128 -522
- package/dist/lib/aliases/gnu/gnucoreutils-aliases.sh +116 -0
- package/dist/lib/aliases/heroku/heroku.aliases.sh +288 -1028
- package/dist/lib/aliases/interactive/interactive.aliases.sh +2 -2
- package/dist/lib/aliases/jekyll/jekyll.aliases.sh +9 -47
- package/dist/lib/aliases/list/list.aliases.sh +30 -28
- package/dist/lib/aliases/make/make.aliases.sh +2 -2
- package/dist/lib/aliases/mkdir/mkdir.aliases.sh +2 -2
- package/dist/lib/aliases/npm/npm.aliases.sh +2 -2
- package/dist/lib/aliases/pnpm/pnpm.aliases.sh +3 -3
- package/dist/lib/aliases/ps/ps.aliases.sh +3 -3
- package/dist/lib/aliases/rsync/rsync.aliases.sh +6 -4
- package/dist/lib/aliases/rust/rust.aliases.sh +4 -4
- package/dist/lib/aliases/subversion/subversion.aliases.sh +3 -3
- package/dist/lib/aliases/sudo/sudo.aliases.sh +2 -2
- package/dist/lib/aliases/tmux/tmux.aliases.sh +3 -3
- package/dist/lib/aliases/update/update.aliases.sh +7 -7
- package/dist/lib/aliases/uuid/uuid.aliases.sh +3 -3
- package/dist/lib/aliases/wget/wget.aliases.sh +3 -3
- package/dist/lib/aliases.sh +6 -3
- package/dist/lib/configurations/bash/bashrc +4 -3
- package/dist/lib/configurations/curl/curlrc +2 -2
- package/dist/lib/configurations/default/color.sh +2 -2
- package/dist/lib/configurations/default/constants.sh +3 -3
- package/dist/lib/configurations/default/editor.sh +2 -2
- package/dist/lib/configurations/default/prompt.sh +2 -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 +2 -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 +5 -2
- package/dist/lib/configurations/vim/vimrc +1 -1
- package/dist/lib/configurations/wget/wgetrc +2 -2
- package/dist/lib/configurations/zsh/zshrc +4 -3
- package/dist/lib/configurations.sh +6 -3
- package/dist/lib/functions/cdls.sh +2 -2
- package/dist/lib/functions/changediskpwd.tmp +3 -3
- package/dist/lib/functions/code.tmp +3 -3
- package/dist/lib/functions/countdown.tmp +2 -2
- package/dist/lib/functions/curlheader.sh +2 -2
- package/dist/lib/functions/curltime.sh +3 -3
- package/dist/lib/functions/encode64.sh +2 -2
- package/dist/lib/functions/environment.sh +2 -2
- package/dist/lib/functions/extract.sh +2 -2
- package/dist/lib/functions/genpwd.sh +2 -2
- package/dist/lib/functions/goto.sh +2 -2
- package/dist/lib/functions/hidehiddenfiles.sh +2 -2
- package/dist/lib/functions/history-all.tmp +2 -2
- package/dist/lib/functions/hostinfo.sh +2 -2
- package/dist/lib/functions/hstats.sh +2 -2
- package/dist/lib/functions/httpdebug.sh +2 -2
- package/dist/lib/functions/keygen.sh +2 -2
- package/dist/lib/functions/last.sh +2 -2
- package/dist/lib/functions/logout.sh +2 -2
- package/dist/lib/functions/lowercase.sh +2 -2
- package/dist/lib/functions/macos.sh +2 -2
- package/dist/lib/functions/matrix.sh +30 -5
- package/dist/lib/functions/mcd.tmp +2 -2
- package/dist/lib/functions/mount_read_only.sh +2 -2
- package/dist/lib/functions/myproc.sh +2 -2
- package/dist/lib/functions/prependpath.sh +2 -2
- package/dist/lib/functions/print.tmp +2 -2
- package/dist/lib/functions/ql.sh +2 -2
- package/dist/lib/functions/rd.sh +2 -2
- package/dist/lib/functions/remove_disk.sh +2 -2
- package/dist/lib/functions/ren.sh +2 -2
- package/dist/lib/functions/rm.tmp +2 -2
- package/dist/lib/functions/rps.tmp +2 -2
- package/dist/lib/functions/showhiddenfiles.sh +2 -2
- package/dist/lib/functions/size.sh +2 -2
- package/dist/lib/functions/stopwatch.sh +2 -2
- package/dist/lib/functions/trash.tmp +2 -2
- package/dist/lib/functions/tree.tmp +2 -2
- package/dist/lib/functions/uppercase.sh +2 -2
- package/dist/lib/functions/uuidgen.tmp +1 -1
- package/dist/lib/functions/view-source.sh +2 -2
- package/dist/lib/functions/vscode.sh +2 -2
- package/dist/lib/functions/whoisport.sh +2 -2
- package/dist/lib/functions/zipf.sh +2 -2
- package/dist/lib/functions.sh +6 -3
- package/dist/lib/history.sh +30 -33
- package/dist/lib/paths/ant/ant.paths.sh +8 -10
- package/dist/lib/paths/default/default.paths.sh +2 -2
- package/dist/lib/paths/homebrew/homebrew.paths.sh +2 -2
- package/dist/lib/paths/java/java.paths.sh +5 -4
- package/dist/lib/paths/maven/maven.paths.sh +11 -12
- package/dist/lib/paths/node/node.paths.sh +2 -2
- package/dist/lib/paths/nvm/nvm.paths.sh +2 -2
- package/dist/lib/paths/pnpm/pnpm.paths.sh +2 -2
- package/dist/lib/paths/python/python.paths.sh +21 -16
- package/dist/lib/paths/ruby/ruby.paths.sh +2 -2
- package/dist/lib/paths/tmux/tmux.paths.sh +2 -7
- package/dist/lib/paths.sh +6 -3
- package/dist/scripts/backup.sh +2 -2
- package/dist/scripts/banner.sh +2 -2
- package/dist/scripts/build.sh +2 -2
- package/dist/scripts/clean.sh +2 -2
- package/dist/scripts/compile.sh +2 -2
- package/dist/scripts/copy.sh +2 -2
- package/dist/scripts/dotfiles.sh +2 -2
- package/dist/scripts/download.sh +2 -2
- package/dist/scripts/help.sh +2 -2
- package/dist/scripts/ssh.sh +2 -2
- package/dist/scripts/unpack.sh +2 -2
- package/package.json +7 -7
- package/dist/lib/aliases/diskusage/diskusage.aliases.sh +0 -16
- package/dist/lib/aliases/gnu/gnucoreutls-aliases.sh +0 -111
- package/dist/lib/aliases/navigation/navigation.aliases.sh +0 -23
- package/dist/lib/aliases/permission/permission.aliases.sh +0 -28
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.464) - https://dotfiles.io
|
|
3
3
|
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
-
# Copyright (c) 2015-
|
|
4
|
+
# Copyright (c) 2015-2023. All rights reserved
|
|
5
5
|
# License: MIT
|
|
6
6
|
|
|
7
7
|
# π
Έπ
½ππ
΄ππ
°π
²ππ
Έπ
π
΄ π
°π
»π
Έπ
°ππ
΄π
|
|
@@ -1,53 +1,15 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.464) - https://dotfiles.io
|
|
3
3
|
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
-
# Copyright (c) 2015-
|
|
4
|
+
# Copyright (c) 2015-2023. All rights reserved
|
|
5
5
|
# License: MIT
|
|
6
6
|
|
|
7
7
|
# π
Ήπ
΄π
Ίππ
»π
» π
°π
»π
Έπ
°ππ
΄π - Jekyll aliases.
|
|
8
|
-
if command -v jekyll
|
|
9
|
-
#
|
|
10
|
-
#
|
|
11
|
-
#
|
|
12
|
-
#
|
|
13
|
-
#
|
|
14
|
-
#
|
|
15
|
-
# Made with β₯ in London, UK by @sebastienrousseau
|
|
16
|
-
# Copyright (c) 2015-2022. All rights reserved
|
|
17
|
-
# Licensed under the MIT license
|
|
18
|
-
#
|
|
19
|
-
|
|
20
|
-
## ----------------------------------------------------------------------------
|
|
21
|
-
## 1. Jekyll Core aliases.
|
|
22
|
-
## ----------------------------------------------------------------------------
|
|
23
|
-
|
|
24
|
-
## ----------------------------------------------------------------------------
|
|
25
|
-
## 1.1 Jekyll development aliases.
|
|
26
|
-
## ----------------------------------------------------------------------------
|
|
27
|
-
|
|
28
|
-
# jkb: Performs a one off build your site to ./_site.
|
|
29
|
-
alias jkb='JEKYLL_ENV=development bundle exec jekyll build'
|
|
30
|
-
|
|
31
|
-
# jkc: Removes all generated files: destination folder, metadata file, Sass and
|
|
32
|
-
# Jekyll caches.
|
|
33
|
-
alias jkc='JEKYLL_ENV=development bundle exec jekyll clean'
|
|
34
|
-
|
|
35
|
-
# jkd: Does a development build of the site to '_site' and runs a local
|
|
36
|
-
# development server.
|
|
37
|
-
alias jkd='JEKYLL_ENV=development bundle exec jekyll serve --watch --trace'
|
|
38
|
-
|
|
39
|
-
# jkl: Does a development build of the site to '_site' and runs a
|
|
40
|
-
# local development server.
|
|
41
|
-
alias jkl='JEKYLL_ENV=development bundle exec jekyll serve --livereload'
|
|
42
|
-
|
|
43
|
-
# jko: Open local development server.
|
|
44
|
-
alias jko="open http://localhost:4000/"
|
|
45
|
-
|
|
46
|
-
## ----------------------------------------------------------------------------
|
|
47
|
-
## 1.2 Jekyll release aliases.
|
|
48
|
-
## ----------------------------------------------------------------------------
|
|
49
|
-
|
|
50
|
-
# jkp: Does a production build of the site to '_site' and runs a local
|
|
51
|
-
# development server.
|
|
52
|
-
alias jkp='JEKYLL_ENV=production bundle exec jekyll serve --watch --trace'
|
|
8
|
+
if command -v 'jekyll' >/dev/null; then
|
|
9
|
+
alias jkb='JEKYLL_ENV=development bundle exec jekyll build' # jkb: Performs a one off build your site to ./_site.
|
|
10
|
+
alias jkc='JEKYLL_ENV=development bundle exec jekyll clean' # jkc: Removes all generated files: destination folder, metadata file, Sass and Jekyll caches.
|
|
11
|
+
alias jkd='JEKYLL_ENV=development bundle exec jekyll serve --watch --trace' # jkd: Does a development build of the site to '_site' and runs a local development server.
|
|
12
|
+
alias jkl='JEKYLL_ENV=development bundle exec jekyll serve --livereload' # jkl: Does a development build of the site to '_site' and runs a local development server.
|
|
13
|
+
alias jko="open http://localhost:4000/" # jko: Open local development server.
|
|
14
|
+
alias jkp='JEKYLL_ENV=production bundle exec jekyll serve --watch --trace' # jkp: Does a production build of the site to '_site' and runs a local development server.
|
|
53
15
|
fi
|
|
@@ -1,33 +1,35 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.464) - https://dotfiles.io
|
|
3
3
|
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
-
# Copyright (c) 2015-
|
|
4
|
+
# Copyright (c) 2015-2023. All rights reserved
|
|
5
5
|
# License: MIT
|
|
6
6
|
|
|
7
7
|
# π
»π
Έππ π
°π
»π
Έπ
°ππ
΄π
|
|
8
|
-
|
|
9
|
-
alias l='ls -
|
|
10
|
-
alias
|
|
11
|
-
alias
|
|
12
|
-
alias
|
|
13
|
-
alias
|
|
14
|
-
alias
|
|
15
|
-
alias
|
|
16
|
-
alias
|
|
17
|
-
alias
|
|
18
|
-
alias
|
|
19
|
-
alias
|
|
20
|
-
alias
|
|
21
|
-
alias
|
|
22
|
-
alias
|
|
23
|
-
alias
|
|
24
|
-
alias
|
|
25
|
-
alias
|
|
26
|
-
alias
|
|
27
|
-
alias
|
|
28
|
-
alias
|
|
29
|
-
alias
|
|
30
|
-
alias
|
|
31
|
-
alias
|
|
32
|
-
alias
|
|
33
|
-
alias
|
|
8
|
+
if command -v 'ls' >/dev/null; then
|
|
9
|
+
alias 'l.'='ls -dlhF .* | grep -v "^d"' # l.: List hidden files.
|
|
10
|
+
alias l='ls -lFh' # l: Size, show type, human readable.
|
|
11
|
+
alias l1='ls -1' # l1: Display one file per line.
|
|
12
|
+
alias la='ls -lAFh' # la: All files, show type, human readable.
|
|
13
|
+
alias labc='ls -lap' # labc: List all files in alphabetical order.
|
|
14
|
+
alias lc='wc -l' # lc: Count the number of lines in the file.
|
|
15
|
+
alias lct='ls -lcrh' # lct: List files by time, newest first.
|
|
16
|
+
alias ld='ls -ltrh' # lt: Sort by date, oldest first.
|
|
17
|
+
alias ldir="ls -l | egrep '^d'" # ldir: List directories only.
|
|
18
|
+
alias ldot="l." # l.: List hidden files.
|
|
19
|
+
alias left='ls -t -1' # left: List files by date, most recent last.
|
|
20
|
+
alias right='ls -t -1r' # right: List files by date, most recent first.
|
|
21
|
+
alias lf="ls -l | egrep -v '^d'" # lf: List files only.
|
|
22
|
+
alias lk='ls -lSrh' # lk: Sort by size, largest first.
|
|
23
|
+
alias ll='la' # ll: Long list, show almost all, show type, human readable.
|
|
24
|
+
alias lla='ls -l -d $PWD/*' # lla: List full path of all files in current directory.
|
|
25
|
+
alias locale='locale -a | grep UTF-8' # locale: List all available locales.
|
|
26
|
+
alias lp='sudo lsof -i -T -n' # lp: List all open ports.
|
|
27
|
+
alias lr='ls -lRh' # lr: Recursive list, show type, human readable.
|
|
28
|
+
alias ls='ls --color' # ls: Colorize the output.
|
|
29
|
+
alias lS='ls -1FSsh' # lS: Order Files Based on Last Modified Time and size.
|
|
30
|
+
alias lt="tree" # lt: List contents of directories in a tree-like format.
|
|
31
|
+
alias lu='ls -lurh' # lu: Sort by date, oldest first.
|
|
32
|
+
alias lw='ls -xAh' # lw: Wide list, show almost all, show type, human readable.
|
|
33
|
+
alias lx='ls | sort -k 1,1 -t .' # lx: Sort by extension.
|
|
34
|
+
alias lz='ls -lSr' # lz: Sort by size, smallest first.
|
|
35
|
+
fi
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.464) - https://dotfiles.io
|
|
3
3
|
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
-
# Copyright (c) 2015-
|
|
4
|
+
# Copyright (c) 2015-2023. All rights reserved
|
|
5
5
|
# License: MIT
|
|
6
6
|
|
|
7
7
|
# π
Όπ
°π
Ίπ
΄ π
°π
»π
Έπ
°ππ
΄π
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.464) - https://dotfiles.io
|
|
3
3
|
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
-
# Copyright (c) 2015-
|
|
4
|
+
# Copyright (c) 2015-2023. All rights reserved
|
|
5
5
|
# License: MIT
|
|
6
6
|
|
|
7
7
|
# π
Όπ
°π
Ίπ
΄π
³π
Έπ π
°π
»π
Έπ
°ππ
΄π
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.464) - https://dotfiles.io
|
|
3
3
|
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
-
# Copyright (c) 2015-
|
|
4
|
+
# Copyright (c) 2015-2023. All rights reserved
|
|
5
5
|
# License: MIT
|
|
6
6
|
|
|
7
7
|
# π
½π
Ώπ
Ό π
°π
»π
Έπ
°ππ
΄π
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.464) - https://dotfiles.io
|
|
3
3
|
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
-
# Copyright (c) 2015-
|
|
4
|
+
# Copyright (c) 2015-2023. All rights reserved
|
|
5
5
|
# License: MIT
|
|
6
6
|
|
|
7
7
|
# π
Ώπ
½π
Ώπ
Ό π
°π
»π
Έπ
°ππ
΄π - Pnpm aliases
|
|
8
|
-
if command -v pnpm
|
|
8
|
+
if command -v 'pnpm' >/dev/null; then
|
|
9
9
|
alias pna='pnpm add' # pna: Add a dependency to the project.
|
|
10
10
|
alias pnad='pnpm add --save-dev' # pnad: Add a dev dependency to the project.
|
|
11
11
|
alias pnap='pnpm add --save-peer' # pnap: Add a peer dependency to the project.
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.464) - https://dotfiles.io
|
|
3
3
|
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
-
# Copyright (c) 2015-
|
|
4
|
+
# Copyright (c) 2015-2023. All rights reserved
|
|
5
5
|
# License: MIT
|
|
6
6
|
|
|
7
7
|
# π
Ώπ π
°π
»π
Έπ
°ππ
΄π - PS aliases
|
|
8
|
-
if command -v ps
|
|
8
|
+
if command -v 'ps' >/dev/null; then
|
|
9
9
|
alias pid='ps -f' # pid: Display the uid, pid, parent pid, recent CPU usage, process start time, controlling tty, elapsed CPU usage, and the associated command.
|
|
10
10
|
alias ps='ps -ef' # ps: Display all processes.
|
|
11
11
|
alias psa='ps aux' # psa: List all processes.
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.464) - https://dotfiles.io
|
|
3
3
|
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
-
# Copyright (c) 2015-
|
|
4
|
+
# Copyright (c) 2015-2023. All rights reserved
|
|
5
5
|
# License: MIT
|
|
6
6
|
|
|
7
7
|
# ππππ
½π
² π
°π
»π
Έπ
°ππ
΄π
|
|
8
|
-
|
|
9
|
-
alias
|
|
8
|
+
if command -v 'rsync' >/dev/null; then
|
|
9
|
+
alias rs='rsync -avz' # rs: Rsync with verbose and progress.
|
|
10
|
+
alias rsync='rs' # rsync: Rsync with verbose and progress.
|
|
11
|
+
fi
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.464) - https://dotfiles.io
|
|
3
3
|
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
-
# Copyright (c) 2015-
|
|
4
|
+
# Copyright (c) 2015-2023. All rights reserved
|
|
5
5
|
# License: MIT
|
|
6
6
|
|
|
7
7
|
# π
²π
°ππ
Άπ
Ύ π
°π
»π
Έπ
°ππ
΄π
|
|
8
|
-
if command -v cargo
|
|
8
|
+
if command -v 'cargo' >/dev/null; then
|
|
9
9
|
alias cg='cargo' # c: Cargo shortcut.
|
|
10
10
|
alias cgb='cg build' # cgb: Cargo build.
|
|
11
11
|
alias cgbh='cg bench' # cgbh: Cargo bench.
|
|
@@ -31,7 +31,7 @@ if command -v cargo &>/dev/null; then
|
|
|
31
31
|
fi
|
|
32
32
|
|
|
33
33
|
# ππππππ
Ώ π
°π
»π
Έπ
°ππ
΄π
|
|
34
|
-
if command -v rustup
|
|
34
|
+
if command -v 'rustup' >/dev/null; then
|
|
35
35
|
alias ru='rustup update' # ru: Rustup update.
|
|
36
36
|
alias rca='rustup component add' # rca: Rustup component add.
|
|
37
37
|
alias rcl='rustup component list' # rcl: Rustup component list.
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.464) - https://dotfiles.io
|
|
3
3
|
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
-
# Copyright (c) 2015-
|
|
4
|
+
# Copyright (c) 2015-2023. All rights reserved
|
|
5
5
|
# License: MIT
|
|
6
6
|
|
|
7
7
|
# πππ
±π
π
΄πππ
Έπ
Ύπ
½ π
°π
»π
Έπ
°ππ
΄π - Subversion aliases.
|
|
8
|
-
if command -v svn
|
|
8
|
+
if command -v 'svn' >/dev/null; then
|
|
9
9
|
alias sad='svn add' # sad: Put new files and directories under version control.
|
|
10
10
|
alias sau='svn auth' # sau: Manage cached authentication credentials.
|
|
11
11
|
alias sbl='svn blame' # sbl: Show when each line of a file was last (or next) changed.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.464) - https://dotfiles.io
|
|
3
3
|
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
-
# Copyright (c) 2015-
|
|
4
|
+
# Copyright (c) 2015-2023. All rights reserved
|
|
5
5
|
# License: MIT
|
|
6
6
|
|
|
7
7
|
# πππ
³π
Ύ π
°π
»π
Έπ
°ππ
΄π
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.464) - https://dotfiles.io
|
|
3
3
|
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
-
# Copyright (c) 2015-
|
|
4
|
+
# Copyright (c) 2015-2023. All rights reserved
|
|
5
5
|
# License: MIT
|
|
6
6
|
|
|
7
7
|
# ππ
Όππ π
°π
»π
Έπ
°ππ
΄π
|
|
8
|
-
if command -v tmux
|
|
8
|
+
if command -v 'tmux' >/dev/null; then
|
|
9
9
|
alias tm='tmux' # tm: Start tmux.
|
|
10
10
|
alias tma="tmux attach-session" # tma: Attach to a tmux session.
|
|
11
11
|
alias tmat="tmux attach-session -t" # tmat: Attach to a tmux session with name.
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.464) - https://dotfiles.io
|
|
3
3
|
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
-
# Copyright (c) 2015-
|
|
4
|
+
# Copyright (c) 2015-2023. All rights reserved
|
|
5
5
|
# License: MIT
|
|
6
6
|
|
|
7
7
|
# ππ
Ώπ
³π
°ππ
΄ π
°π
»π
Έπ
°ππ
΄π
|
|
8
8
|
if [[ "$(uname || true)" = "Darwin" ]]; then
|
|
9
|
-
|
|
9
|
+
alias upd='
|
|
10
10
|
sudo softwareupdate -i -a;
|
|
11
11
|
pnpm up;
|
|
12
12
|
rustup update stable;
|
|
@@ -24,10 +24,10 @@ if [[ "$(uname || true)" = "Darwin" ]]; then
|
|
|
24
24
|
sudo gem cleanup;
|
|
25
25
|
'
|
|
26
26
|
elif [[ "$(uname || true)" = "Linux" ]]; then
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
27
|
+
alias open="xdg-open >/dev/null 2>&1" # open: Open a file or URL in the user's preferred application.
|
|
28
|
+
alias pbcopy='xsel --clipboard --input' # pbcopy: Copy to clipboard.
|
|
29
|
+
alias pbpaste='xsel --clipboard --output' # pbpaste: Paste from clipboard.
|
|
30
|
+
alias upd='
|
|
31
31
|
sudo apt update;
|
|
32
32
|
sudo apt upgrade -y;
|
|
33
33
|
pnpm up;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.464) - https://dotfiles.io
|
|
3
3
|
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
-
# Copyright (c) 2015-
|
|
4
|
+
# Copyright (c) 2015-2023. All rights reserved
|
|
5
5
|
# License: MIT
|
|
6
6
|
|
|
7
7
|
# πππ
Έπ
³ π
°π
»π
Έπ
°ππ
΄π
|
|
8
|
-
if command -v uuidgen
|
|
8
|
+
if command -v 'uuidgen' >/dev/null; then
|
|
9
9
|
alias uuid="uuidgen | tr -d '\n' | tr '[:upper:]' '[:lower:]' | pbcopy && pbpaste && echo" # uuid: Generate a UUID and copy it to the clipboard.
|
|
10
10
|
fi
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.464) - https://dotfiles.io
|
|
3
3
|
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
-
# Copyright (c) 2015-
|
|
4
|
+
# Copyright (c) 2015-2023. All rights reserved
|
|
5
5
|
# License: MIT
|
|
6
6
|
|
|
7
7
|
# ππ
Άπ
΄π π
°π
»π
Έπ
°ππ
΄π
|
|
8
|
-
if command -v wget
|
|
8
|
+
if command -v 'wget' >/dev/null; then
|
|
9
9
|
alias wg='wget' # wg: wget.
|
|
10
10
|
alias wgc='wg' # wgc: wget with continue.
|
|
11
11
|
alias wge='wg -e robots=off' # wge: wget with robots=off.
|
package/dist/lib/aliases.sh
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
#
|
|
3
|
-
#
|
|
4
|
-
#
|
|
2
|
+
# Author: Sebastien Rousseau
|
|
3
|
+
# Copyright (c) 2015-2023. All rights reserved
|
|
4
|
+
# Description: Sets aliases for the current shell.
|
|
5
5
|
# License: MIT
|
|
6
|
+
# Script: aliases.sh
|
|
7
|
+
# Version: 0.2.464
|
|
8
|
+
# Website: https://dotfiles.io
|
|
6
9
|
|
|
7
10
|
## π
°π
»π
Έπ
°ππ
΄π
|
|
8
11
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.464) - https://dotfiles.io
|
|
3
3
|
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
-
# Copyright (c) 2015-
|
|
4
|
+
# Copyright (c) 2015-2023. All rights reserved
|
|
5
5
|
# License: MIT
|
|
6
6
|
|
|
7
7
|
## π
π
°ππ
Έπ
°π
±π
»π
΄π - Set Dotfiles variable.
|
|
@@ -16,13 +16,14 @@ USER=$(whoami) # current user name.
|
|
|
16
16
|
|
|
17
17
|
## π
΄ππ
Ώπ
Ύπππ - Export the variables.
|
|
18
18
|
export ARCHFLAGS="-arch ${OS_ARCH}" # archflags for the current machine.
|
|
19
|
-
export DOTFILES_VERSION='0.2.
|
|
19
|
+
export DOTFILES_VERSION='0.2.464' # version of the dotfiles.
|
|
20
20
|
export DOTFILES="${HOME}"/.dotfiles/lib # path to the cross plaform dotfiles.
|
|
21
21
|
export HOSTNAME=${HOSTNAME} # hostname of the machine.
|
|
22
22
|
export INPUTRC=${INPUTRC} # set INPUTRC (so that .inputrc is respected)
|
|
23
23
|
export LANG=${USER_LANGUAGE} # default language.
|
|
24
24
|
export LANGUAGE=${USER_LANGUAGE} # default language.
|
|
25
25
|
export LC_ALL=${USER_LANGUAGE} # default language.
|
|
26
|
+
export LC_CTYPE=${USER_LANGUAGE} # default language.
|
|
26
27
|
export OS_ARCH # machine hardware name.
|
|
27
28
|
export OS_NAME # operating system name.
|
|
28
29
|
export OS_VERSION # operating system version number.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
1
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.464) - https://dotfiles.io
|
|
2
2
|
# Made with β₯ in London, UK by @sebastienrousseau
|
|
3
|
-
# Copyright (c) 2015-
|
|
3
|
+
# Copyright (c) 2015-2023. All rights reserved
|
|
4
4
|
# License: MIT
|
|
5
5
|
|
|
6
6
|
# π
²πππ
» π
²π
Ύπ
½π
΅π
Έπ
Ά - cURL configuration options.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.464) - https://dotfiles.io
|
|
3
3
|
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
-
# Copyright (c) 2015-
|
|
4
|
+
# Copyright (c) 2015-2023. All rights reserved
|
|
5
5
|
# License: MIT
|
|
6
6
|
|
|
7
7
|
## π
²π
Ύπ
»π
Ύππ
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.464) - https://dotfiles.io
|
|
3
3
|
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
-
# Copyright (c) 2015-
|
|
4
|
+
# Copyright (c) 2015-2023. All rights reserved
|
|
5
5
|
# License: MIT
|
|
6
6
|
|
|
7
7
|
## π
³π
Ύππ
΅π
Έπ
»π
΄π π
π
°ππ
Έπ
°π
±π
»π
΄π - Set Dotfiles variables.
|
|
@@ -10,7 +10,7 @@ DF=".dotfiles/" # Dotfiles.
|
|
|
10
10
|
DF_DIR="${HOME}/.dotfiles/" # Dotfiles directory.
|
|
11
11
|
DF_BACKUPDIR="${HOME}/dotfiles_backup/" # Backup directory.
|
|
12
12
|
DF_DOWNLOADDIR="${HOME}/Downloads" # Download directory.
|
|
13
|
-
DF_VERSION="0.2.
|
|
13
|
+
DF_VERSION="0.2.464" # Dotfiles Version number.
|
|
14
14
|
# DF_TIMESTAMP="$(date +%Y-%m-%d_%H-%M-%S)" # Timestamp for backup directory.
|
|
15
15
|
|
|
16
16
|
export DF
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.464) - https://dotfiles.io
|
|
3
3
|
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
-
# Copyright (c) 2015-
|
|
4
|
+
# Copyright (c) 2015-2023. All rights reserved
|
|
5
5
|
# License: MIT
|
|
6
6
|
|
|
7
7
|
cmd_vim=$(command -v vim)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
2
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.464) - https://dotfiles.io
|
|
3
3
|
# Made with β₯ in London, UK by @sebastienrousseau
|
|
4
|
-
# Copyright (c) 2015-
|
|
4
|
+
# Copyright (c) 2015-2023. All rights reserved
|
|
5
5
|
# License: MIT
|
|
6
6
|
|
|
7
7
|
## ππ
·π
΄π
»π
»
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
1
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.464) - https://dotfiles.io
|
|
2
2
|
# Made with β₯ in London, UK by @sebastienrousseau
|
|
3
|
-
# Copyright (c) 2015-
|
|
3
|
+
# Copyright (c) 2015-2023. All rights reserved
|
|
4
4
|
# License: MIT
|
|
5
5
|
|
|
6
6
|
# π
Έπ
½π
Ώππππ
² - Completion options.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
1
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.464) - <https://dotfiles.io>
|
|
2
2
|
# Made with β₯ in London, UK by @sebastienrousseau
|
|
3
|
-
# Copyright (c) 2015-
|
|
3
|
+
# Copyright (c) 2015-2023. All rights reserved
|
|
4
4
|
# License: MIT
|
|
5
5
|
|
|
6
6
|
# π
½π
°π
½π
Ύππ
²
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
1
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.464) - https://dotfiles.io
|
|
2
2
|
# Made with β₯ in London, UK by @sebastienrousseau
|
|
3
|
-
# Copyright (c) 2015-
|
|
3
|
+
# Copyright (c) 2015-2023. All rights reserved
|
|
4
4
|
# License: MIT
|
|
5
5
|
|
|
6
6
|
# ~/.profile: executed by the command interpreter for login shells.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
1
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.464) - https://dotfiles.io
|
|
2
2
|
# Made with β₯ in London, UK by @sebastienrousseau
|
|
3
|
-
# Copyright (c) 2015-
|
|
3
|
+
# Copyright (c) 2015-2023. All rights reserved
|
|
4
4
|
# License: MIT
|
|
5
5
|
|
|
6
6
|
## π
³π
΄π
΅π
°ππ
»π
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
1
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.464) - https://dotfiles.io
|
|
2
2
|
# Made with β₯ in London, UK by @sebastienrousseau
|
|
3
|
-
# Copyright (c) 2015-
|
|
3
|
+
# Copyright (c) 2015-2023. All rights reserved
|
|
4
4
|
# License: MIT
|
|
5
5
|
|
|
6
6
|
## π
³π
Έππ
Ώπ
»π
°π
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
1
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.464) - https://dotfiles.io
|
|
2
2
|
# Made with β₯ in London, UK by @sebastienrousseau
|
|
3
|
-
# Copyright (c) 2015-
|
|
3
|
+
# Copyright (c) 2015-2023. All rights reserved
|
|
4
4
|
# License: MIT
|
|
5
5
|
|
|
6
6
|
## π
»π
Έπ
½ππ π
Ύπ
½π
»π
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
1
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.464) - https://dotfiles.io
|
|
2
2
|
# Made with β₯ in London, UK by @sebastienrousseau
|
|
3
|
-
# Copyright (c) 2015-
|
|
3
|
+
# Copyright (c) 2015-2023. All rights reserved
|
|
4
4
|
# License: MIT
|
|
5
5
|
|
|
6
6
|
## π
½π
°π
π
Έπ
Άπ
°ππ
Έπ
Ύπ
½
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
1
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.464) - https://dotfiles.io
|
|
2
2
|
# Made with β₯ in London, UK by @sebastienrousseau
|
|
3
|
-
# Copyright (c) 2015-
|
|
3
|
+
# Copyright (c) 2015-2023. All rights reserved
|
|
4
4
|
# License: MIT
|
|
5
5
|
|
|
6
6
|
## π
Ώπ
°π
½π
΄π
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
1
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.464) - https://dotfiles.io
|
|
2
2
|
# Made with β₯ in London, UK by @sebastienrousseau
|
|
3
|
-
# Copyright (c) 2015-
|
|
3
|
+
# Copyright (c) 2015-2023. All rights reserved
|
|
4
4
|
# License: MIT
|
|
5
5
|
|
|
6
6
|
## ππ
·π
΄π
Όπ
΄
|
|
@@ -22,7 +22,7 @@ set -g status-justify centre # Status bar justification (left, right, centre, ab
|
|
|
22
22
|
set -g status-left-length 50 # Status bar left length
|
|
23
23
|
set -g status-right-length 50 # Status bar right length
|
|
24
24
|
set -g status-right "#[fg=#FFFFFF] #[bg=#14222A] β¬ #I #[bg=#007ACC] #H #[bg=#EB0000] %_d %B %I:%M%p "
|
|
25
|
-
set -g window-status-current-format "#[bg=#2D1681]Dotfiles (v0.2.
|
|
25
|
+
set -g window-status-current-format "#[bg=#2D1681]Dotfiles (v0.2.464)" # Current window status format
|
|
26
26
|
set -g window-status-current-style "bg=#EB0000" # Current window status style
|
|
27
27
|
set -g window-status-separator "" # Window status separator
|
|
28
28
|
set-window-option -g clock-mode-colour "#FFFFFF" # Clock mode color
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
1
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.464) - https://dotfiles.io
|
|
2
2
|
# Made with β₯ in London, UK by @sebastienrousseau
|
|
3
|
-
# Copyright (c) 2015-
|
|
3
|
+
# Copyright (c) 2015-2023. All rights reserved
|
|
4
4
|
# License: MIT
|
|
5
5
|
|
|
6
6
|
bind r source-file ~/.tmux.conf \; display ".tmux.conf reloaded" \; \
|
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
1
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.464) - <https://dotfiles.io>
|
|
2
|
+
|
|
2
3
|
# Made with β₯ in London, UK by @sebastienrousseau
|
|
3
|
-
|
|
4
|
+
|
|
5
|
+
# Copyright (c) 2015-2023. All rights reserved
|
|
6
|
+
|
|
4
7
|
# License: MIT
|
|
5
8
|
|
|
6
9
|
## π
π
Έ
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
1
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.464) - https://dotfiles.io
|
|
2
2
|
# Made with β₯ in London, UK by @sebastienrousseau
|
|
3
|
-
# Copyright (c) 2015-
|
|
3
|
+
# Copyright (c) 2015-2023. All rights reserved
|
|
4
4
|
# License: MIT
|
|
5
5
|
|
|
6
6
|
# WGET default options
|