Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loshz/bin
[MIRROR] A collection of scripts for use on Linux machines.
https://github.com/loshz/bin
bash linux shell-scripting
Last synced: 25 days ago
JSON representation
[MIRROR] A collection of scripts for use on Linux machines.
- Host: GitHub
- URL: https://github.com/loshz/bin
- Owner: loshz
- License: mit
- Created: 2018-06-02T09:15:56.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-12-31T11:26:11.000Z (10 months ago)
- Last Synced: 2023-12-31T12:26:03.306Z (10 months ago)
- Topics: bash, linux, shell-scripting
- Language: Shell
- Homepage: https://git.sr.ht/~loshz/bin
- Size: 42 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bin
A collection of scripts used across my Linux machines.- `displayctl`: control internal and external display settings.
- `emount`: open and mount LUKS encrypted drives.
- `headphonectl`: control headphone settings.
- `volumectl`: control the volume of the currently active sink.
- `vpnctl`: control openvpn client profiles.## Bash Completion
Basic completion files can be found in the `bash_completion` dir. In order to install them, copy or link each file to location of your choice, for example:- `/etc/bash_completion.d/`
- `~/.bash_completion.d/`**Note:** The bash completion files must be sourced in your `.bashrc` or `.bash_profile` etc.