deefdragon / startup

Workspace to import for getting started scripts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workspace Starter File

The following code will install git, clone this repo, and run the code.

sudo apt install git; 
git clone https://github.com/deef0000dragon1/startup.git; 
bash ~/startup/run.sh

This code initializes the workspace for the user.

It imports the keys for the user and force enables ssk keys, disabling passwords.

Sets a number of aliases

designed to be run from home directory.

About

Workspace to import for getting started scripts.


Languages

Language:Python 89.6%Language:Shell 10.4%