@sebastienrousseau/dotfiles 0.2.468 → 0.2.469
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 +126 -43
- 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/filesizes.txt +146 -144
- package/dist/lib/README.md +79 -5
- package/dist/lib/aliases/README.md +44 -42
- package/dist/lib/aliases/archives/README.md +120 -34
- package/dist/lib/aliases/archives/archives.aliases.sh +106 -149
- package/dist/lib/aliases/cd/README.md +119 -38
- package/dist/lib/aliases/cd/cd.aliases.sh +37 -59
- package/dist/lib/aliases/chmod/README.md +146 -95
- package/dist/lib/aliases/chmod/chmod.aliases.sh +71 -55
- package/dist/lib/aliases/clear/README.md +2 -2
- package/dist/lib/aliases/clear/clear.aliases.sh +4 -4
- package/dist/lib/aliases/configuration/README.md +2 -2
- package/dist/lib/aliases/configuration/configuration.aliases.sh +3 -6
- package/dist/lib/aliases/default/README.md +2 -2
- package/dist/lib/aliases/default/default.aliases.sh +3 -3
- package/dist/lib/aliases/dig/README.md +2 -2
- package/dist/lib/aliases/dig/dig.aliases.sh +4 -4
- package/dist/lib/aliases/disk-usage/README.md +2 -2
- package/dist/lib/aliases/disk-usage/du.aliases.sh +2 -2
- package/dist/lib/aliases/editor/README.md +2 -2
- package/dist/lib/aliases/editor/editor.aliases.sh +4 -4
- package/dist/lib/aliases/find/README.md +2 -2
- package/dist/lib/aliases/find/find.aliases.sh +4 -4
- package/dist/lib/aliases/gcloud/README.md +2 -2
- package/dist/lib/aliases/gcloud/gcloud.aliases.sh +4 -4
- package/dist/lib/aliases/git/README.md +2 -2
- package/dist/lib/aliases/git/git.aliases.sh +3 -3
- package/dist/lib/aliases/gnu/README.md +2 -2
- package/dist/lib/aliases/gnu/gnucoreutils-aliases.sh +2 -2
- package/dist/lib/aliases/heroku/README.md +2 -2
- package/dist/lib/aliases/heroku/heroku.aliases.sh +3 -3
- package/dist/lib/aliases/interactive/README.md +2 -2
- package/dist/lib/aliases/interactive/interactive.aliases.sh +3 -3
- package/dist/lib/aliases/list/README.md +112 -23
- package/dist/lib/aliases/list/list.aliases.sh +130 -84
- package/dist/lib/aliases/macOS/README.md +2 -2
- package/dist/lib/aliases/macOS/macos.aliases.sh +3 -3
- package/dist/lib/aliases/make/README.md +2 -2
- package/dist/lib/aliases/make/make.aliases.sh +3 -3
- package/dist/lib/aliases/mkdir/README.md +2 -2
- package/dist/lib/aliases/mkdir/mkdir.aliases.sh +3 -3
- package/dist/lib/aliases/npm/README.md +2 -2
- package/dist/lib/aliases/npm/npm.aliases.sh +3 -3
- package/dist/lib/aliases/permission/README.md +2 -2
- package/dist/lib/aliases/permission/permission.aliases.sh +3 -3
- package/dist/lib/aliases/pnpm/README.md +2 -2
- package/dist/lib/aliases/pnpm/pnpm.aliases.sh +3 -3
- package/dist/lib/aliases/ps/README.md +2 -2
- package/dist/lib/aliases/ps/ps.aliases.sh +3 -3
- package/dist/lib/aliases/python/python.aliases.sh +141 -0
- package/dist/lib/aliases/rsync/README.md +2 -2
- package/dist/lib/aliases/rsync/rsync.aliases.sh +3 -3
- package/dist/lib/aliases/rust/README.md +165 -44
- package/dist/lib/aliases/rust/rust.aliases.sh +109 -117
- package/dist/lib/aliases/subversion/README.md +2 -2
- package/dist/lib/aliases/subversion/subversion.aliases.sh +3 -3
- package/dist/lib/aliases/sudo/README.md +2 -2
- package/dist/lib/aliases/sudo/sudo.aliases.sh +3 -3
- package/dist/lib/aliases/tmux/README.md +2 -2
- package/dist/lib/aliases/tmux/tmux.aliases.sh +3 -3
- package/dist/lib/aliases/update/README.md +2 -2
- package/dist/lib/aliases/update/update.aliases.sh +307 -66
- package/dist/lib/aliases/uuid/README.md +2 -2
- package/dist/lib/aliases/uuid/uuid.aliases.sh +3 -3
- package/dist/lib/aliases/wget/README.md +2 -2
- package/dist/lib/aliases/wget/wget.aliases.sh +3 -3
- package/dist/lib/aliases.sh +2 -2
- package/dist/lib/configurations/README.md +2 -2
- package/dist/lib/configurations/bash/bashrc +163 -35
- package/dist/lib/configurations/curl/curlrc +3 -6
- package/dist/lib/configurations/default/color.sh +3 -3
- package/dist/lib/configurations/default/constants.sh +4 -4
- package/dist/lib/configurations/default/editor.sh +3 -3
- package/dist/lib/configurations/default/prompt.sh +20 -11
- package/dist/lib/configurations/input/inputrc +3 -3
- package/dist/lib/configurations/nano/nanorc +3 -3
- package/dist/lib/configurations/profile/profile +3 -3
- package/dist/lib/configurations/prompt/prompt.sh +81 -0
- package/dist/lib/configurations/tmux/default +3 -3
- package/dist/lib/configurations/tmux/display +3 -3
- package/dist/lib/configurations/tmux/linux +3 -3
- package/dist/lib/configurations/tmux/navigation +3 -3
- package/dist/lib/configurations/tmux/panes +3 -3
- package/dist/lib/configurations/tmux/theme +4 -4
- package/dist/lib/configurations/tmux/tmux +3 -3
- package/dist/lib/configurations/vim/vimrc +191 -71
- package/dist/lib/configurations/wget/wgetrc +3 -3
- package/dist/lib/configurations/zsh/zshrc +3 -4
- package/dist/lib/configurations.sh +19 -7
- package/dist/lib/functions/README.md +68 -54
- package/dist/lib/functions/apihealth.sh +277 -0
- package/dist/lib/functions/apilatency.sh +157 -0
- package/dist/lib/functions/apiload.sh +165 -0
- package/dist/lib/functions/backup.sh +143 -0
- package/dist/lib/functions/cdls.sh +52 -6
- package/dist/lib/functions/curlheader.sh +66 -10
- package/dist/lib/functions/curlstatus.sh +64 -7
- package/dist/lib/functions/curltime.sh +56 -14
- package/dist/lib/functions/encode64.sh +87 -7
- package/dist/lib/functions/environment.sh +65 -25
- package/dist/lib/functions/extract.sh +79 -27
- package/dist/lib/functions/freespace.sh +55 -9
- package/dist/lib/functions/genpwd.sh +93 -29
- package/dist/lib/functions/goto.sh +59 -8
- package/dist/lib/functions/hexdump.sh +96 -0
- package/dist/lib/functions/hiddenfiles.sh +77 -0
- package/dist/lib/functions/hostinfo.sh +92 -21
- package/dist/lib/functions/hstats.sh +69 -5
- package/dist/lib/functions/httpdebug.sh +109 -5
- package/dist/lib/functions/kebabcase.sh +61 -0
- package/dist/lib/functions/keygen.sh +188 -25
- package/dist/lib/functions/last.sh +106 -5
- package/dist/lib/functions/logout.sh +114 -6
- package/dist/lib/functions/lowercase.sh +49 -17
- package/dist/lib/functions/matrix.sh +205 -30
- package/dist/lib/functions/mount_read_only.sh +3 -3
- package/dist/lib/functions/myproc.sh +3 -3
- package/dist/lib/functions/prependpath.sh +3 -3
- package/dist/lib/functions/ql.sh +3 -3
- package/dist/lib/functions/rd.sh +3 -3
- package/dist/lib/functions/remove_disk.sh +3 -3
- package/dist/lib/functions/ren.sh +68 -8
- package/dist/lib/functions/sentencecase.sh +63 -0
- package/dist/lib/functions/showhiddenfiles.sh +3 -3
- package/dist/lib/functions/size.sh +6 -5
- package/dist/lib/functions/snakecase.sh +61 -0
- package/dist/lib/functions/stopwatch.sh +3 -3
- package/dist/lib/functions/sysinfo.sh +145 -0
- package/dist/lib/functions/titlecase.sh +65 -0
- package/dist/lib/functions/uppercase.sh +51 -19
- package/dist/lib/functions/view-source.sh +3 -3
- package/dist/lib/functions/vscode.sh +3 -3
- package/dist/lib/functions/whoisport.sh +3 -3
- package/dist/lib/functions/zipf.sh +3 -3
- package/dist/lib/functions.sh +21 -7
- package/dist/lib/history.sh +36 -88
- package/dist/lib/paths/README.md +52 -0
- package/dist/lib/paths/custom.paths.sh +40 -0
- package/dist/lib/paths/default.paths.sh +37 -0
- package/dist/lib/paths.sh +27 -14
- package/dist/scripts/backup.sh +3 -3
- package/dist/scripts/banner.sh +3 -3
- package/dist/scripts/build.sh +3 -3
- package/dist/scripts/clean.sh +3 -3
- package/dist/scripts/compile.sh +3 -3
- package/dist/scripts/copy.sh +3 -3
- package/dist/scripts/dotfiles.sh +3 -3
- package/dist/scripts/download.sh +3 -3
- package/dist/scripts/help.sh +3 -3
- package/dist/scripts/ssh.sh +3 -3
- package/dist/scripts/unpack.sh +3 -3
- package/package.json +10 -10
- package/dist/lib/aliases/jekyll/README.md +0 -41
- package/dist/lib/aliases/jekyll/jekyll.aliases.sh +0 -54
- package/dist/lib/functions/filehead.sh +0 -4
- package/dist/lib/functions/hidehiddenfiles.sh +0 -14
- package/dist/lib/paths/ant/ant.paths.sh +0 -15
- package/dist/lib/paths/default/default.paths.sh +0 -19
- package/dist/lib/paths/homebrew/homebrew.paths.sh +0 -27
- package/dist/lib/paths/java/java.paths.sh +0 -19
- package/dist/lib/paths/maven/maven.paths.sh +0 -18
- package/dist/lib/paths/node/node.paths.sh +0 -15
- package/dist/lib/paths/nvm/nvm.paths.sh +0 -23
- package/dist/lib/paths/pnpm/pnpm.paths.sh +0 -15
- package/dist/lib/paths/python/python.paths.sh +0 -36
- package/dist/lib/paths/ruby/ruby.paths.sh +0 -25
- package/dist/lib/paths/tmux/tmux.paths.sh +0 -12
package/README.md
CHANGED
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
<img
|
|
4
4
|
src="https://kura.pro/dotfiles/v2/images/logos/dotfiles.svg"
|
|
5
5
|
alt="dotfiles logo"
|
|
6
|
-
width="
|
|
6
|
+
width="66"
|
|
7
7
|
align="right"
|
|
8
8
|
/>
|
|
9
9
|
|
|
10
10
|
<!-- markdownlint-enable MD033 MD041 -->
|
|
11
11
|
|
|
12
|
-
# Dotfiles (v0.2.
|
|
12
|
+
# Dotfiles (v0.2.469)
|
|
13
13
|
|
|
14
14
|
Simply designed to fit your shell life 🐚
|
|
15
15
|
|
|
@@ -53,7 +53,7 @@ productivity no matter where you work.
|
|
|
53
53
|
<!-- markdownlint-enable MD033 MD041 -->
|
|
54
54
|
|
|
55
55
|
[![Getting Started][getting_started]][getting-started-url]
|
|
56
|
-
[![Download Dotfiles v0.2.
|
|
56
|
+
[![Download Dotfiles v0.2.469][download_button]][12]
|
|
57
57
|
|
|
58
58
|
<!-- markdownlint-disable MD033 MD041 MD043 -->
|
|
59
59
|
</center>
|
|
@@ -168,7 +168,7 @@ To read the documentation for Dotfiles, please visit:
|
|
|
168
168
|
|
|
169
169
|
### 1️⃣ Download Dotfiles
|
|
170
170
|
|
|
171
|
-
You can download the latest version (v0.2.
|
|
171
|
+
You can download the latest version (v0.2.469) with the following
|
|
172
172
|
options:
|
|
173
173
|
|
|
174
174
|
- [**Manual download**][24] - **The easiest way to install Dotfiles.**
|
|
@@ -364,7 +364,7 @@ Apache License (Version 2.0).
|
|
|
364
364
|
[09]: https://www.deepin.org/en/ "Deepin"
|
|
365
365
|
[10]: https://devuan.org/ "Devuan"
|
|
366
366
|
[11]: https://github.com/sebastienrousseau/dotfiles/docs "Documentation"
|
|
367
|
-
[12]: https://github.com/sebastienrousseau/dotfiles/archive/refs/tags/v0.2.
|
|
367
|
+
[12]: https://github.com/sebastienrousseau/dotfiles/archive/refs/tags/v0.2.469.tar.gz "Download Dotfiles v0.2.469"
|
|
368
368
|
[13]: https://github.com/sebastienrousseau/dotfiles/network/members "List of members"
|
|
369
369
|
[14]: https://github.com/sebastienrousseau/dotfiles/graphs/contributors "List of contributors"
|
|
370
370
|
[15]: https://git-scm.com/ "Git"
|
package/dist/Makefile
CHANGED
|
@@ -1,51 +1,135 @@
|
|
|
1
1
|
#!/usr/bin/env make -f
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
#
|
|
5
|
-
#
|
|
3
|
+
################################################################################
|
|
4
|
+
# 🅳🅾🆃🅵🅸🅻🅴🆂
|
|
5
|
+
# File: Makefile
|
|
6
|
+
# Version: 0.2.469
|
|
7
|
+
# Author: Sebastien Rousseau
|
|
8
|
+
# Copyright (c) 2015-2025. All rights reserved
|
|
9
|
+
# Description: Build automation for dotfiles installation and management
|
|
10
|
+
# Website: https://dotfiles.io
|
|
6
11
|
# License: MIT
|
|
12
|
+
################################################################################
|
|
7
13
|
|
|
14
|
+
#------------------------------------------------------------------------------
|
|
15
|
+
# Configuration Variables
|
|
16
|
+
#------------------------------------------------------------------------------
|
|
17
|
+
|
|
18
|
+
# Default target if no target is specified
|
|
8
19
|
.DEFAULT_GOAL := help
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
SHELL
|
|
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
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
20
|
+
|
|
21
|
+
# Define shell and working directory
|
|
22
|
+
SHELL := /bin/bash
|
|
23
|
+
HOMEDIR := $(shell pwd)
|
|
24
|
+
BANNER := $(HOMEDIR)/scripts/banner.sh
|
|
25
|
+
|
|
26
|
+
# Script paths
|
|
27
|
+
BACKUP_SCRIPT := $(HOMEDIR)/scripts/backup.sh
|
|
28
|
+
BUILD_SCRIPT := $(HOMEDIR)/scripts/build.sh
|
|
29
|
+
CLEAN_SCRIPT := $(HOMEDIR)/scripts/clean.sh
|
|
30
|
+
COPY_SCRIPT := $(HOMEDIR)/scripts/copy.sh
|
|
31
|
+
DOWNLOAD_SCRIPT := $(HOMEDIR)/scripts/download.sh
|
|
32
|
+
UNPACK_SCRIPT := $(HOMEDIR)/scripts/unpack.sh
|
|
33
|
+
|
|
34
|
+
#------------------------------------------------------------------------------
|
|
35
|
+
# Phony Targets Declaration
|
|
36
|
+
#------------------------------------------------------------------------------
|
|
37
|
+
|
|
38
|
+
.PHONY: backup build clean copy download help unpack
|
|
39
|
+
|
|
40
|
+
#------------------------------------------------------------------------------
|
|
41
|
+
# Backup Target
|
|
42
|
+
#------------------------------------------------------------------------------
|
|
43
|
+
# @name backup
|
|
44
|
+
# @brief Creates a backup of existing dotfiles
|
|
45
|
+
# @description Saves current dotfiles to prevent accidental loss
|
|
46
|
+
# @command make backup
|
|
47
|
+
# @example make backup
|
|
48
|
+
|
|
49
|
+
backup: ## Backup your current dotfiles
|
|
50
|
+
@$(BACKUP_SCRIPT) backup
|
|
51
|
+
|
|
52
|
+
#------------------------------------------------------------------------------
|
|
53
|
+
# Build Target
|
|
54
|
+
#------------------------------------------------------------------------------
|
|
55
|
+
# @name build
|
|
56
|
+
# @brief Performs complete dotfiles installation
|
|
57
|
+
# @description Runs the full installation process including all necessary steps
|
|
58
|
+
# @command make build
|
|
59
|
+
# @example make build
|
|
60
|
+
|
|
61
|
+
build: ## Run the full installation process
|
|
62
|
+
@$(BUILD_SCRIPT) build
|
|
63
|
+
|
|
64
|
+
#------------------------------------------------------------------------------
|
|
65
|
+
# Clean Target
|
|
66
|
+
#------------------------------------------------------------------------------
|
|
67
|
+
# @name clean
|
|
68
|
+
# @brief Removes previous dotfiles setup
|
|
69
|
+
# @description Cleans up any existing dotfiles installation
|
|
70
|
+
# @command make clean
|
|
71
|
+
# @example make clean
|
|
72
|
+
|
|
73
|
+
clean: ## Removes any previous setup
|
|
74
|
+
@$(CLEAN_SCRIPT) clean
|
|
75
|
+
|
|
76
|
+
#------------------------------------------------------------------------------
|
|
77
|
+
# Copy Target
|
|
78
|
+
#------------------------------------------------------------------------------
|
|
79
|
+
# @name copy
|
|
80
|
+
# @brief Copies dotfiles to system
|
|
81
|
+
# @description Deploys dotfiles to appropriate locations
|
|
82
|
+
# @command make copy
|
|
83
|
+
# @example make copy
|
|
84
|
+
|
|
85
|
+
copy: ## Copy the dotfiles on your system
|
|
86
|
+
@$(COPY_SCRIPT) copy
|
|
87
|
+
|
|
88
|
+
#------------------------------------------------------------------------------
|
|
89
|
+
# Download Target
|
|
90
|
+
#------------------------------------------------------------------------------
|
|
91
|
+
# @name download
|
|
92
|
+
# @brief Downloads latest dotfiles
|
|
93
|
+
# @description Retrieves the most recent version of dotfiles
|
|
94
|
+
# @command make download
|
|
95
|
+
# @example make download
|
|
96
|
+
|
|
97
|
+
download: ## Download the dotfiles on your system
|
|
98
|
+
@$(DOWNLOAD_SCRIPT) download
|
|
99
|
+
|
|
100
|
+
#------------------------------------------------------------------------------
|
|
101
|
+
# Unpack Target
|
|
102
|
+
#------------------------------------------------------------------------------
|
|
103
|
+
# @name unpack
|
|
104
|
+
# @brief Extracts downloaded dotfiles
|
|
105
|
+
# @description Unpacks the dotfiles archive to the system
|
|
106
|
+
# @command make unpack
|
|
107
|
+
# @example make unpack
|
|
108
|
+
|
|
109
|
+
unpack: ## Extract the dotfiles to your system
|
|
110
|
+
@$(UNPACK_SCRIPT) unpack
|
|
111
|
+
|
|
112
|
+
#------------------------------------------------------------------------------
|
|
113
|
+
# Help Target
|
|
114
|
+
#------------------------------------------------------------------------------
|
|
115
|
+
# @name help
|
|
116
|
+
# @brief Displays help information
|
|
117
|
+
# @description Shows available commands and documentation
|
|
118
|
+
# @command make help
|
|
119
|
+
# @example make help
|
|
120
|
+
|
|
121
|
+
help: ## Display the help menu
|
|
47
122
|
@$(BANNER)
|
|
48
|
-
@awk 'BEGIN {
|
|
123
|
+
@awk 'BEGIN { \
|
|
124
|
+
FS = ":.*##"; \
|
|
125
|
+
printf "USAGE:\n\n make \033[1;96m[COMMAND]\033[0m\n\nCOMMANDS:\n\n"; \
|
|
126
|
+
} \
|
|
127
|
+
/^[$$()% a-zA-Z_-]+:.*?##/ { \
|
|
128
|
+
printf " \033[1;96m%-8s\033[0m -%s\n", $$1, $$2; \
|
|
129
|
+
} \
|
|
130
|
+
/^##@/ { \
|
|
131
|
+
printf "\n\033[1m%s\033[0m\n", substr($$0, 5); \
|
|
132
|
+
}' $(MAKEFILE_LIST)
|
|
49
133
|
@echo ""
|
|
50
134
|
@echo "DOCUMENTATION:"
|
|
51
135
|
@echo ""
|
|
@@ -54,4 +138,3 @@ help: ## Display the help menu.
|
|
|
54
138
|
@echo ""
|
|
55
139
|
@echo " This project is licensed under the MIT License."
|
|
56
140
|
@echo ""
|
|
57
|
-
|
package/dist/bin/constants.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export const aliases: string[];
|
|
2
2
|
export const config: string[];
|
|
3
3
|
export const copies: string[];
|
|
4
|
-
export const dotfile: "https://registry.npmjs.org/@wwdseb/dotfiles/-/dotfiles-0.2.
|
|
4
|
+
export const dotfile: "https://registry.npmjs.org/@wwdseb/dotfiles/-/dotfiles-0.2.469.tgz";
|
|
5
5
|
export const tmux: "$DOTFILES/configurations/tmux/";
|
|
6
|
-
export const version: "dotfiles-0.2.
|
|
6
|
+
export const version: "dotfiles-0.2.469.tgz";
|
|
7
7
|
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../bin/constants.js"],"names":[],"mappings":"AAWA,+BAaE;AAiBF,8BAQE;AAvBF,8BAaE;AA9BF,
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../bin/constants.js"],"names":[],"mappings":"AAWA,+BAaE;AAiBF,8BAQE;AAvBF,8BAaE;AA9BF,sBAAgB,oEAAoE,CAAC;AA0CrF,mBAAa,gCAAgC,CAAC;AA3C9C,sBAAgB,sBAAsB,CAAC"}
|
package/dist/bin/constants.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
const version="dotfiles-0.2.
|
|
2
|
+
const version="dotfiles-0.2.469.tgz";const dotfile="https://registry.npmjs.org/@wwdseb/dotfiles/-/dotfiles-0.2.469.tgz";const aliases=[".bashrc","cacert.pem",".curlrc",".gemrc",".inputrc",".jshintrc",".nanorc",".profile",".tmux.conf",".vimrc",".wgetrc",".zshrc"];const copies=["lib/configurations/bash/bashrc","lib/configurations/curl/cacert.pem","lib/configurations/curl/curlrc","lib/configurations/gem/gemrc","lib/configurations/input/inputrc","lib/configurations/jshint/jshintrc","lib/configurations/nano/nanorc","lib/configurations/profile/profile","lib/configurations/tmux/tmux","lib/configurations/vim/vimrc","lib/configurations/wget/wgetrc","lib/configurations/zsh/zshrc",];const config=["lib/configurations/tmux/default","lib/configurations/tmux/display","lib/configurations/tmux/linux","lib/configurations/tmux/navigation","lib/configurations/tmux/panes","lib/configurations/tmux/theme","lib/configurations/tmux/vi"];const tmux="$DOTFILES/configurations/tmux/";module.exports={aliases,config,copies,dotfile,tmux,version};
|