Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.