Skip to content

movingelectrons/bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

v.1.02 Introduction

These scripts help me setup a new debian based (and others?) system, along with a few handy scripts and config files.

Instructions

  1. setup ssh keys
    • if copying keys over from old system, run 'add-ssh' after making sure permissions are right
    • if generating new keys, see bottom of this file
  2. then copy the following and paste into terminal
sudo apt update
yes Y | sudo apt upgrade
yes Y | sudo apt install git guake flatpak
git config --global user.email "jeromestonebridge@gmail.com"
git config --global user.name "Jerome Stonebridge"
mkdir ~/Projects
cd ~/Projects
yes "yes" | git clone git@github.com:movingelectrons/bash.git
cd ./bash
./setup.sh

To generate new ssh keys

yes "" | ssh-keygen -t rsa -b 4096 -C "jeromestonebridge@gmail.com"
cat ~/.ssh/id_rsa.pub

About

My bash_profile & a couple helpful scripts, for when creating a new account on a debian based system

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages