Commit Graph

650 Commits

Author SHA1 Message Date
AJ ONeal
cbd8ae6420 docs: add new webi.sh and webi.ms 2022-09-28 07:24:31 +00:00
AJ ONeal
c7d761bbb2 fix(python): update version checks 2022-09-28 07:22:58 +00:00
NoahELE
f5216315d1 fix(fzf): update release.js 2022-09-28 06:28:49 +00:00
sachnr
f181609b91 lint(posix): block-redirect multi-command output (fix #511, SC2129) 2022-08-30 20:58:50 +00:00
Rishav Nandi
b19635874d lint(sh): ignore warnings about expansion in docstring (fixes #506) 2022-08-29 03:27:56 +00:00
AJ ONeal
8cda6ee36d chore(fmt): npm run fmt 2022-08-24 06:34:28 +00:00
AJ ONeal
de0a09290e chore(style): update fmt rules & guidelines 2022-08-24 06:34:28 +00:00
AJ ONeal
c4de76b5af fix(sh): use strict mode for install example 2022-08-24 05:16:43 +00:00
AJ ONeal
76fc3bfefa refactor(posix): remove cd output redirects - it has no output 2022-08-24 05:16:43 +00:00
AJ ONeal
184487e228 lint(_webi): redirect output properly the script embedded in bootstrap.sh (fix SC2069) 2022-08-24 05:08:31 +00:00
AJ ONeal
e2218a0683 lint(_webi): quote vars in the script embedded in bootstrap.sh (fix SC2046) 2022-08-24 05:07:56 +00:00
Rishav Nandi
96c02cd395 refactor(vps-addswap, vps-utils): quote variables to avoid word splitting 2022-08-24 04:53:23 +00:00
Rishav Nandi
0dbe056e5b refactor(_webi): refactor to make sure printf format strings don't use variables 2022-08-24 04:53:23 +00:00
Shyam Mahajan
9c38a0124c lint(sh): removed redundant [ around if blocks (fix #500, SC2143) 2022-08-24 04:46:12 +00:00
AJ ONeal
22310ec528 doc(posix): remove unnecessary references to bash 2022-08-21 07:52:30 +00:00
AJ ONeal
b12b06eedd refactor(posix): don't run scripts with bash unnecessarily 2022-08-21 07:30:55 +00:00
AJ ONeal
d2fdc7b41a refactor!(posix): use posix shebang #!/bin/sh (fix #494) 2022-08-21 07:10:33 +00:00
AJ ONeal
5053d7064f fix(posix): use subshell on cd entry, nix trailing cd 2022-08-21 06:51:02 +00:00
Tarek Arar
be05abb043 refactor!(posix) replace pushd with cd 2022-08-21 06:51:01 +00:00
AJ ONeal
fbcef3e583 refactor(posix): replace echo bashisms with printf (fixes #479, SC3037) 2022-08-21 06:49:34 +00:00
AJ ONeal
53d1588c8d refactor!(posix): translate 'read -s' bashism (shellcheck SC3045) 2022-08-21 06:47:47 +00:00
AJ ONeal
0a8675427c refactor!(posix): translate complex [[ bashisms (shellcheck SC3014) 2022-08-21 04:57:46 +00:00
AJ ONeal
0d611cb246 fix(posix): double quote vars that require it 2022-08-21 04:23:04 +00:00
AJ ONeal
a87e38b3e5 fix(posix): double quote vars that require it 2022-08-21 03:46:19 +00:00
AJ ONeal
8ccaf95611 fix:(posix) revert complex uses of [[ (bashisms) 2022-08-21 03:46:19 +00:00
Marcin Woźniak
48a16a315e refactor!(posix): replace simple [[ with [ (partial fix for #465) 2022-08-21 03:06:08 +00:00
thebatman1
6051f6ab72 fix(vps-addswap): updates root check
- removed current use of EUID and UID in favour of id

Closes: #482
2022-08-21 02:27:44 +00:00
AJ ONeal
d65eb457f9 refactor(posix): replace '==' with '=' (shellcheck SC3014) 2022-08-21 02:08:39 +00:00
brij
fdeefd7e75 refactor(posix): remove function prefixes from all shell files 2022-08-18 15:10:58 +00:00
MoNakouzi
82af8b46a4 docs: replace ``bash with ``sh in all .md files 2022-08-15 20:45:43 +00:00
Marcin Woźniak
4c539f3bd2 chore(sh): remove more unnecessary 'echo' from all scripts (fix #466) 2022-08-15 20:33:32 +00:00
AJ ONeal
24f66d7549 feat(curlie): add curlie version 2022-08-13 04:23:42 +00:00
Marcin Woźniak
de0554a9e5 chore(sh): remove unnecessary 'echo' from all scripts 2022-08-13 04:23:42 +00:00
AJ ONeal
4895d5d690 fix: make 'pkg@' just 'pkg' when missing version 2022-08-13 03:52:05 +00:00
AJ ONeal
8d70f74765 hotfix: always use full PATH to 'webi' command 2022-08-08 12:44:54 +00:00
dbbrowne
509e957842 doc+feat(webi): update PATH instructions, fix typos 2022-08-08 11:36:35 +00:00
dbbrowne
4e2f221dd6 doc(golang): update 'hello world' build + run, etc 2022-08-08 10:40:46 +00:00
AJ ONeal
68ecd7c4b4 feat!: migrate go tooling to go-essentials 2022-08-08 10:23:23 +00:00
AJ ONeal
45e38fab5a feat: add go-essentials 2022-08-08 10:23:23 +00:00
AJ ONeal
772f1b231c fix(vim-go): just use :GoInstallBinaries 2022-08-08 08:14:07 +00:00
Sai Krishna
25b9bbd43c fix(vim-go): Go 1.18 drops support for 'go get' #441
Go 1.18 dropped support for `go get` so as suggested, I have replaced `go get` with `go install`. Please go through it and let me know if any change is required.
2022-08-08 08:01:32 +00:00
Danny Tatom
7b2f537ac9 feat(koji): update installer and readme 2022-08-08 07:12:04 +00:00
AJ ONeal
fed1387037 doc(postgres): add secure remote user instructions 2022-08-03 19:50:02 +00:00
Marcin Woźniak
ee594b4985 rustlang: Added the pathman, disabled SC2016 2022-08-03 18:37:17 +00:00
AJ ONeal
265db05dee doc(caddy): add reverse_proxy + redirect 2022-06-09 17:54:16 -06:00
Kid
404d573f3d Drop unnecessary mentions of Windows version 2022-06-06 16:13:40 +00:00
AJ ONeal
0cbdcc9387 feat: move more templating code to public repo 2022-06-01 17:15:54 +00:00
Hritik Kumar Singh
d34517b930 fix(pyenv): update for latest pyenv+fish 2022-03-28 07:45:54 +00:00
Duncan Browne
6c250ad0dc docs(rustlang): Rust Hello World instructions 2022-03-28 07:44:03 +00:00
AJ ONeal
1c20c6d8ce feat: add ziglang 2022-03-28 07:40:57 +00:00