@sebastienrousseau/dotfiles 0.2.459 β 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 +5 -5
- package/dist/Makefile +15 -14
- 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 +104 -104
- package/dist/lib/aliases/default/default.aliases.sh +3 -2
- package/dist/lib/aliases/gcloud/gcloud.aliases.sh +119 -118
- package/dist/lib/aliases/git/git.aliases.sh +6 -45
- package/dist/lib/aliases/heroku/heroku.aliases.sh +677 -675
- package/dist/lib/aliases/jekyll/jekyll.aliases.sh +30 -28
- package/dist/lib/aliases/pnpm/pnpm.aliases.sh +38 -37
- package/dist/lib/aliases/subversion/subversion.aliases.sh +82 -81
- 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 +8 -5
- 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 -5
- package/dist/lib/functions/code.tmp +5 -5
- package/dist/lib/functions/countdown.tmp +3 -2
- package/dist/lib/functions/curlheader.sh +4 -3
- package/dist/lib/functions/curltime.sh +7 -6
- package/dist/lib/functions/encode64.sh +3 -2
- package/dist/lib/functions/environment.sh +4 -4
- package/dist/lib/functions/extract.sh +3 -2
- package/dist/lib/functions/genpwd.sh +8 -7
- 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 +4 -3
- 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 +18 -18
- package/dist/lib/functions/macos.sh +16 -16
- 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 +4 -3
- package/dist/lib/functions/print.tmp +3 -2
- package/dist/lib/functions/ql.sh +3 -2
- package/dist/lib/functions/rd.sh +5 -4
- package/dist/lib/functions/remove_disk.sh +4 -3
- 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 +18 -18
- package/dist/lib/functions/uuidgen.tmp +2 -1
- package/dist/lib/functions/view-source.sh +4 -4
- package/dist/lib/functions/vscode.sh +3 -3
- package/dist/lib/functions/whoisport.sh +3 -2
- package/dist/lib/functions/zipf.sh +4 -3
- package/dist/lib/functions.sh +3 -2
- package/dist/lib/history.sh +24 -23
- package/dist/lib/paths/ant/ant.paths.sh +3 -2
- package/dist/lib/paths/default/default.paths.sh +12 -11
- 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 +5 -4
- 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 +15 -5
- package/dist/scripts/banner.sh +3 -2
- package/dist/scripts/{assemble.sh β build.sh} +12 -4
- package/dist/scripts/clean.sh +3 -2
- package/dist/scripts/compile.sh +3 -2
- package/dist/scripts/copy.sh +4 -3
- package/dist/scripts/dotfiles.sh +3 -2
- package/dist/scripts/download.sh +16 -5
- package/dist/scripts/help.sh +5 -4
- 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
|
# π
Ήπ
΄π
Ίππ
»π
» π
°π
»π
Έπ
°ππ
΄π - Jekyll aliases.
|
|
@@ -11,40 +12,41 @@
|
|
|
11
12
|
# 1.1 Jekyll development aliases.
|
|
12
13
|
# 1.2 Jekyll release aliases.
|
|
13
14
|
#
|
|
14
|
-
#
|
|
15
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
16
|
+
# Copyright (c) 2022. All rights reserved
|
|
15
17
|
# Licensed under the MIT license
|
|
16
18
|
#
|
|
17
19
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
20
|
+
## ----------------------------------------------------------------------------
|
|
21
|
+
## 1. Jekyll Core aliases.
|
|
22
|
+
## ----------------------------------------------------------------------------
|
|
21
23
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
24
|
+
## ----------------------------------------------------------------------------
|
|
25
|
+
## 1.1 Jekyll development aliases.
|
|
26
|
+
## ----------------------------------------------------------------------------
|
|
25
27
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
+
# jkb: Performs a one off build your site to ./_site.
|
|
29
|
+
alias jkb='JEKYLL_ENV=development bundle exec jekyll build'
|
|
28
30
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
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'
|
|
32
34
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
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'
|
|
36
38
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
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'
|
|
40
42
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
+
# jko: Open local development server.
|
|
44
|
+
alias jko="open http://localhost:4000/"
|
|
43
45
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
46
|
+
## ----------------------------------------------------------------------------
|
|
47
|
+
## 1.2 Jekyll release aliases.
|
|
48
|
+
## ----------------------------------------------------------------------------
|
|
47
49
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
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'
|
|
@@ -1,42 +1,43 @@
|
|
|
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
|
# π
Ώπ
½π
Ώπ
Ό π
°π
»π
Έπ
°ππ
΄π - Pnpm aliases
|
|
7
8
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
9
|
+
### ALIASES ###
|
|
10
|
+
alias pn='pnpm'
|
|
11
|
+
alias pa='pnpm add'
|
|
12
|
+
alias pad='pnpm add --save-dev'
|
|
13
|
+
alias pap='pnpm add --save-peer'
|
|
14
|
+
alias pau='pnpm audit'
|
|
15
|
+
alias pb='pnpm run build'
|
|
16
|
+
alias pc='pnpm create'
|
|
17
|
+
alias pd='pnpm run dev'
|
|
18
|
+
alias pdoc='pnpm run doc'
|
|
19
|
+
alias pdocs='pnpm run docs'
|
|
20
|
+
alias pga='pnpm add --global'
|
|
21
|
+
alias pgls='pnpm list --global'
|
|
22
|
+
alias pgrm='pnpm remove --global'
|
|
23
|
+
alias pgu='pnpm update --global'
|
|
24
|
+
alias ph='pnpm help'
|
|
25
|
+
alias pi='pnpm init'
|
|
26
|
+
alias pin='pnpm install'
|
|
27
|
+
alias pln='pnpm run lint'
|
|
28
|
+
alias pls='pnpm list'
|
|
29
|
+
alias pout='pnpm outdated'
|
|
30
|
+
alias ppub='pnpm publish'
|
|
31
|
+
alias prm='pnpm remove'
|
|
32
|
+
alias prun='pnpm run'
|
|
33
|
+
alias ps='pnpm run serve'
|
|
34
|
+
alias pst='pnpm start'
|
|
35
|
+
alias psv='pnpm server'
|
|
36
|
+
alias pt='pnpm test'
|
|
37
|
+
alias ptc='pnpm test --coverage'
|
|
38
|
+
alias pui='pnpm update --interactive'
|
|
39
|
+
alias puil='pnpm update --interactive --latest'
|
|
40
|
+
alias pun='pnpm uninstall'
|
|
41
|
+
alias pup='pnpm update'
|
|
42
|
+
alias pwhy='pnpm why'
|
|
43
|
+
alias px='pnpx'
|
|
@@ -1,123 +1,124 @@
|
|
|
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
|
# πππ
±π
π
΄πππ
Έπ
Ύπ
½ π
°π
»π
Έπ
°ππ
΄π - Subversion aliases.
|
|
7
8
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
## ----------------------------------------------------------------------------
|
|
10
|
+
## 1.0 Subversion Core aliases.
|
|
11
|
+
## ----------------------------------------------------------------------------
|
|
11
12
|
|
|
12
|
-
|
|
13
|
-
|
|
13
|
+
# sad: Put new files and directories under version control.
|
|
14
|
+
alias sad='svn add'
|
|
14
15
|
|
|
15
|
-
|
|
16
|
-
|
|
16
|
+
# sau: Manage cached authentication credentials.
|
|
17
|
+
alias sau='svn auth'
|
|
17
18
|
|
|
18
|
-
|
|
19
|
-
|
|
19
|
+
# sbl: Show when each line of a file was last (or next) changed.
|
|
20
|
+
alias sbl='svn blame'
|
|
20
21
|
|
|
21
|
-
|
|
22
|
-
|
|
22
|
+
# scg: Associate (or dissociate) changelist CLNAME with the named files.
|
|
23
|
+
alias scg='svn changelist'
|
|
23
24
|
|
|
24
|
-
|
|
25
|
-
|
|
25
|
+
# sco: Check out a working copy from a repository.
|
|
26
|
+
alias sco='svn checkout'
|
|
26
27
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
28
|
+
# scl: Either recover from an interrupted operation that left the working copy
|
|
29
|
+
# locked, or remove unwanted files.
|
|
30
|
+
alias scl='svn cleanup'
|
|
30
31
|
|
|
31
|
-
|
|
32
|
-
|
|
32
|
+
# sci: Send changes from your working copy to the repository.
|
|
33
|
+
alias sci='svn commit'
|
|
33
34
|
|
|
34
|
-
|
|
35
|
-
|
|
35
|
+
# scp: Copy files and directories in a working copy or repository.
|
|
36
|
+
alias scp='svn copy'
|
|
36
37
|
|
|
37
|
-
|
|
38
|
-
|
|
38
|
+
# sct: Output the content of specified files or URLs.
|
|
39
|
+
alias sct='svn cat'
|
|
39
40
|
|
|
40
|
-
|
|
41
|
-
|
|
41
|
+
# sdi: Display local changes or differences between two revisions or paths.
|
|
42
|
+
alias sdi='svn diff'
|
|
42
43
|
|
|
43
|
-
|
|
44
|
-
|
|
44
|
+
# sdl: Remove files and directories from version control.
|
|
45
|
+
alias sdl='svn delete'
|
|
45
46
|
|
|
46
|
-
|
|
47
|
-
|
|
47
|
+
# shp: Describe the usage of this program or its subcommands.
|
|
48
|
+
alias shp='svn help'
|
|
48
49
|
|
|
49
|
-
|
|
50
|
-
|
|
50
|
+
# sin: Display information about a local or remote item.
|
|
51
|
+
alias sin='svn info'
|
|
51
52
|
|
|
52
|
-
|
|
53
|
-
|
|
53
|
+
# sip: Commit an unversioned file or tree into the repository.
|
|
54
|
+
alias sip='svn import'
|
|
54
55
|
|
|
55
|
-
|
|
56
|
-
|
|
56
|
+
# slg: Show the log messages for a set of revision(s) and/or path(s).
|
|
57
|
+
alias slg='svn log'
|
|
57
58
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
59
|
+
# slock: Lock working copy paths or URLs in the repository, so that no other
|
|
60
|
+
# user can commit changes to them.
|
|
61
|
+
alias slk='svn lock'
|
|
61
62
|
|
|
62
|
-
|
|
63
|
-
|
|
63
|
+
# sls: List directory entries in the repository.
|
|
64
|
+
alias sls='svn list'
|
|
64
65
|
|
|
65
|
-
|
|
66
|
-
|
|
66
|
+
# smd: Create a new directory under version control.
|
|
67
|
+
alias smd='svn mkdir'
|
|
67
68
|
|
|
68
|
-
|
|
69
|
-
|
|
69
|
+
# smg: Merge changes into a working copy.
|
|
70
|
+
alias smg='svn merge'
|
|
70
71
|
|
|
71
|
-
|
|
72
|
-
|
|
72
|
+
# smgi: Display merge-related information.
|
|
73
|
+
alias smgi='svn mergeinfo'
|
|
73
74
|
|
|
74
|
-
|
|
75
|
-
|
|
75
|
+
# smv: Move (rename) an item in a working copy or repository.
|
|
76
|
+
alias smv='svn move'
|
|
76
77
|
|
|
77
|
-
|
|
78
|
-
|
|
78
|
+
# sp: Set the value of a property on files, dirs, or revisions.
|
|
79
|
+
alias sp='svn propset'
|
|
79
80
|
|
|
80
|
-
|
|
81
|
-
|
|
81
|
+
# spdl: Remove a property from files, dirs, or revisions.
|
|
82
|
+
alias spdl='svn propdel'
|
|
82
83
|
|
|
83
|
-
|
|
84
|
-
|
|
84
|
+
# spdt: Edit a property with an external editor.
|
|
85
|
+
alias spdt='svn propedit'
|
|
85
86
|
|
|
86
|
-
|
|
87
|
-
|
|
87
|
+
# spgt: Print the value of a property on files, dirs, or revisions.
|
|
88
|
+
alias spgt='svn propget'
|
|
88
89
|
|
|
89
|
-
|
|
90
|
-
|
|
90
|
+
# sph: Apply a patch to a working copy.
|
|
91
|
+
alias sph='svn patch'
|
|
91
92
|
|
|
92
|
-
|
|
93
|
-
|
|
93
|
+
# spls: List all properties on files, dirs, or revisions.
|
|
94
|
+
alias spls='svn proplist'
|
|
94
95
|
|
|
95
|
-
|
|
96
|
-
|
|
96
|
+
# srl: Relocate the working copy to point to a different repository root URL.
|
|
97
|
+
alias srl='svn relocate'
|
|
97
98
|
|
|
98
|
-
|
|
99
|
-
|
|
99
|
+
# srs: Resolve conflicts on working copy files or directories.
|
|
100
|
+
alias srs='svn resolve'
|
|
100
101
|
|
|
101
|
-
|
|
102
|
-
|
|
102
|
+
# srsd: Remove 'conflicted' state on working copy files or directories.
|
|
103
|
+
alias srsd='svn resolved'
|
|
103
104
|
|
|
104
|
-
|
|
105
|
-
|
|
105
|
+
# srv: Restore pristine working copy state (undo local changes).
|
|
106
|
+
alias srv='svn revert'
|
|
106
107
|
|
|
107
|
-
|
|
108
|
-
|
|
108
|
+
# sst: Print the status of working copy files and directories.
|
|
109
|
+
alias sst='svn status'
|
|
109
110
|
|
|
110
|
-
|
|
111
|
-
|
|
111
|
+
# ssw: Update the working copy to a different URL within the same repository.
|
|
112
|
+
alias ssw='svn switch'
|
|
112
113
|
|
|
113
|
-
|
|
114
|
-
|
|
114
|
+
# sulk: Unlock working copy paths or URLs.
|
|
115
|
+
alias sulk='svn unlock'
|
|
115
116
|
|
|
116
|
-
|
|
117
|
-
|
|
117
|
+
# sup: Bring changes from the repository into the working copy.
|
|
118
|
+
alias sup='svn update'
|
|
118
119
|
|
|
119
|
-
|
|
120
|
-
|
|
120
|
+
# supg: Upgrade the metadata storage format for a working copy.
|
|
121
|
+
alias supg='svn upgrade'
|
|
121
122
|
|
|
122
|
-
|
|
123
|
-
|
|
123
|
+
# sxp: Create an unversioned copy of a tree.
|
|
124
|
+
alias sxp='svn export'
|
|
@@ -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/aliases.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
|
## π
°π
»π
Έπ
°ππ
΄π
|
|
@@ -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.
|
|
@@ -15,7 +16,7 @@ USER=$(whoami) # current user name.
|
|
|
15
16
|
|
|
16
17
|
## π
΄ππ
Ώπ
Ύπππ - Export the variables.
|
|
17
18
|
export ARCHFLAGS="-arch ${OS_ARCH}" # archflags for the current machine.
|
|
18
|
-
export DOTFILES_VERSION='0.2.
|
|
19
|
+
export DOTFILES_VERSION='0.2.461' # version of the dotfiles.
|
|
19
20
|
export DOTFILES="${HOME}"/.dotfiles/lib # path to the cross plaform dotfiles.
|
|
20
21
|
export HOSTNAME=${HOSTNAME} # hostname of the machine.
|
|
21
22
|
export INPUTRC=${INPUTRC} # set INPUTRC (so that .inputrc is respected)
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
2
|
-
#
|
|
1
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
2
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
3
|
+
# Copyright (c) 2022. All rights reserved
|
|
3
4
|
# License: MIT
|
|
4
5
|
|
|
5
6
|
# π
²πππ
» π
²π
Ύπ
½π
΅π
Έπ
Ά - cURL configuration options.
|
|
@@ -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,16 +1,19 @@
|
|
|
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 variables.
|
|
7
|
-
# DF_CURRENT_DIR=${PWD}
|
|
8
|
+
# DF_CURRENT_DIR=${PWD} # Current directory.
|
|
9
|
+
DF=".dotfiles/" # Dotfiles.
|
|
8
10
|
DF_DIR="${HOME}/.dotfiles/" # Dotfiles directory.
|
|
9
|
-
DF_BACKUPDIR="${HOME}/dotfiles_backup"
|
|
11
|
+
DF_BACKUPDIR="${HOME}/dotfiles_backup/" # Backup directory.
|
|
10
12
|
DF_DOWNLOADDIR="${HOME}/Downloads" # Download directory.
|
|
11
|
-
DF_VERSION="0.2.
|
|
13
|
+
DF_VERSION="0.2.461" # Dotfiles Version number.
|
|
12
14
|
DF_TIMESTAMP="$(date +%Y-%m-%d_%H-%M-%S)" # Timestamp for backup directory.
|
|
13
15
|
|
|
16
|
+
export DF
|
|
14
17
|
export DF_BACKUPDIR
|
|
15
18
|
export DF_DIR
|
|
16
19
|
export DF_DOWNLOADDIR
|
|
@@ -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
|
cmd_vim=$(command -v vim)
|
|
@@ -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,5 +1,6 @@
|
|
|
1
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
2
|
-
#
|
|
1
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
2
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
3
|
+
# Copyright (c) 2022. All rights reserved
|
|
3
4
|
# License: MIT
|
|
4
5
|
|
|
5
6
|
# π
Έπ
½π
Ώππππ
² - Completion options.
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
2
|
-
#
|
|
1
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - <https://dotfiles.io>
|
|
2
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
3
|
+
# Copyright (c) 2022. All rights reserved
|
|
3
4
|
# License: MIT
|
|
4
5
|
|
|
5
6
|
# π
½π
°π
½π
Ύππ
²
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
2
|
-
#
|
|
1
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
2
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
3
|
+
# Copyright (c) 2022. All rights reserved
|
|
3
4
|
# License: MIT
|
|
4
5
|
|
|
5
6
|
# ~/.profile: executed by the command interpreter for login shells.
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
2
|
-
#
|
|
1
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
2
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
3
|
+
# Copyright (c) 2022. All rights reserved
|
|
3
4
|
# License: MIT
|
|
4
5
|
|
|
5
6
|
## π
³π
΄π
΅π
°ππ
»π
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
2
|
-
#
|
|
1
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
2
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
3
|
+
# Copyright (c) 2022. All rights reserved
|
|
3
4
|
# License: MIT
|
|
4
5
|
|
|
5
6
|
## π
³π
Έππ
Ώπ
»π
°π
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
2
|
-
#
|
|
1
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
2
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
3
|
+
# Copyright (c) 2022. All rights reserved
|
|
3
4
|
# License: MIT
|
|
4
5
|
|
|
5
6
|
## π
»π
Έπ
½ππ π
Ύπ
½π
»π
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
2
|
-
#
|
|
1
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
2
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
3
|
+
# Copyright (c) 2022. All rights reserved
|
|
3
4
|
# License: MIT
|
|
4
5
|
|
|
5
6
|
## π
½π
°π
π
Έπ
Άπ
°ππ
Έπ
Ύπ
½
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
2
|
-
#
|
|
1
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
2
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
3
|
+
# Copyright (c) 2022. All rights reserved
|
|
3
4
|
# License: MIT
|
|
4
5
|
|
|
5
6
|
## π
Ώπ
°π
½π
΄π
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
2
|
-
#
|
|
1
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
2
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
3
|
+
# Copyright (c) 2022. All rights reserved
|
|
3
4
|
# License: MIT
|
|
4
5
|
|
|
5
6
|
## ππ
·π
΄π
Όπ
΄
|
|
@@ -21,7 +22,7 @@ set -g status-justify centre # Status bar justification (left, right, centre, ab
|
|
|
21
22
|
set -g status-left-length 50 # Status bar left length
|
|
22
23
|
set -g status-right-length 50 # Status bar right length
|
|
23
24
|
set -g status-right "#[fg=#FFFFFF] #[bg=#14222A] β¬ #I #[bg=#007ACC] #H #[bg=#EB0000] %_d %B %I:%M%p "
|
|
24
|
-
set -g window-status-current-format "#[bg=#2D1681]Dotfiles (v0.2.
|
|
25
|
+
set -g window-status-current-format "#[bg=#2D1681]Dotfiles (v0.2.461)" # Current window status format
|
|
25
26
|
set -g window-status-current-style "bg=#EB0000" # Current window status style
|
|
26
27
|
set -g window-status-separator "" # Window status separator
|
|
27
28
|
set-window-option -g clock-mode-colour "#FFFFFF" # Clock mode color
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
2
|
-
#
|
|
1
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
2
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
3
|
+
# Copyright (c) 2022. All rights reserved
|
|
3
4
|
# License: MIT
|
|
4
5
|
|
|
5
6
|
bind r source-file ~/.tmux.conf \; display ".tmux.conf reloaded" \; \
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
2
|
-
#
|
|
1
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
2
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
3
|
+
# Copyright (c) 2022. All rights reserved
|
|
3
4
|
# License: MIT
|
|
4
5
|
|
|
5
6
|
## π
π
Έ
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.
|
|
2
|
-
#
|
|
1
|
+
# π
³π
Ύππ
΅π
Έπ
»π
΄π (v0.2.461) - https://dotfiles.io
|
|
2
|
+
# Made with β₯ in London, UK by @sebastienrousseau
|
|
3
|
+
# Copyright (c) 2022. All rights reserved
|
|
3
4
|
# License: MIT
|
|
4
5
|
|
|
5
6
|
# WGET default options
|
|
@@ -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.
|
|
@@ -15,7 +16,7 @@ USER=$(whoami) # current user name.
|
|
|
15
16
|
|
|
16
17
|
## π
΄ππ
Ώπ
Ύπππ - Export the variables.
|
|
17
18
|
export ARCHFLAGS="-arch ${OS_ARCH}" # archflags for the current machine.
|
|
18
|
-
export DOTFILES_VERSION='0.2.
|
|
19
|
+
export DOTFILES_VERSION='0.2.461' # version of the dotfiles.
|
|
19
20
|
export DOTFILES="${HOME}"/.dotfiles/lib # path to the cross plaform dotfiles.
|
|
20
21
|
export HOSTNAME=${HOSTNAME} # hostname of the machine.
|
|
21
22
|
export INPUTRC=${INPUTRC} # set INPUTRC (so that .inputrc is respected)
|