TeamLinux01 / bin

Collection of scripts for ~/bin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A collection of bash scripts for ~/bin/

Create SSH keys for service (README link)

Create GPG keys (README link)

Docker images updater (README link)

Setup instructions

Recommend forking the project repo first.

Note

Use the green Code button on the repo page to get the http or ssh link to paste after the git clone command. Replace [git repo] with the text copied from the code button.

Run the following command to get started:

git clone [git repo] ~/bin

FISH shell setup

After running the above command, run this in the terminal

set -U fish_user_paths ~/bin $fish_user_paths

Close the terminal and it will be set on next session.

About

Collection of scripts for ~/bin


Languages

Language:Shell 100.0%