bash-scripts icon indicating copy to clipboard operation
bash-scripts copied to clipboard

A collection of useful shell scripts, for the lazy and impatient.

Results 17 bash-scripts issues
Sort by recently updated
recently updated
newest added

Related: #23 #35 # Background Application installation scripts under folder ``user-install`` aim to install applications without need of ``root`` access, at least in theory if everything goes according to plan....

These are applicaitons which depend on .deb packages: ``` $ rg [.]deb sysadmin-install/install-openfire.sh 7: sudo dpkg -i "${DOWNLOADS}"/openfire_4.3.1_all.deb sysadmin-install/install-slack.sh 6: local file=slack-desktop-${version}-${arch}.deb sysadmin-install/install-mozilla-sops.sh 5: local file=sops_${SOPS_VERSION}_amd64.deb sysadmin-install/install-keybase.sh 4: local file=keybase_amd64.deb...

Some interesting ideas in this article: https://www.linuxjournal.com/article/10455

https://developer.gnome.org/integration-guide/stable/desktop-files.html.en

https://github.com/aardappel/lobster

If I try to use a branch tag in the git_sparse_checkout script I get an error in the checkout step: error: pathspec 'branch_tag_name' did not match any file(s) known to...

bug

These are some options: * https://github.com/sonota88/anbt-sql-formatter/tree/master/lib/anbt-sql-formatter, which is written in Ruby and apparently installs only in system space. * https://github.com/nrempel/sleek which is written in Rust and installs in the userspace