This is a collection of helpful linux scripts, which streamline some tedious tasks.
- Clone the repo into
~/.config
:cd ~/.config && git clone [email protected]:flottegurke/flotte-linux-utils.git
Warning
The repo needs to get cloned into the ~/.config
directory with the name flotte-linux-utils
in order for the update-helper Script to work.
- Execute
updateFlotteLinuxUtils.sh
:./updateFlotteLinuxUtils.sh
Tip
After you have executed updateFlotteLinuxUtils.sh
once, you can just run update-helper
(from anywhere) to update this repo (and your system packages).
Scripts are grouped by topic to keep things organized.
Each script has its own README.md
file that explains:
- What the script does
- How to use it
- Which Dependencies are required
-
-
- ssh-keygen-helper Helps with the creation of SSH-keys
- ssh-key-pusher
Helps with adding SSH-keys to servers based on the
.ssh/config
file
-
-
-
- sort-files-by-extension Recursively sorts files by their extension into directories
-
-
- update-helper Helps with updating the system packages and other repos