Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 793 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 793 Bytes

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.