Skip to content

jonathongardner/LinuxHelp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinuxHelp

Easily setup a Linux how I like it.

Getting started

Install git if needed

sudo apt-get install git

Clone Repository

mkdir ~/Projects && cd ~/Projects && git clone https://github.com/jonathongardner/LinuxHelp.git

Generate SSH Key for git

ssh-keygen -t rsa -b 4096

Copy the public key to git

cd ~/Project/LinuxHelp/script && ./push-git-public-key

Change to use ssh in LinuxHelp repository

git remote set-url origin git@github.com:jonathongardner/LinuxHelp.git

Run start up script to install/export bash_profile, vimrc, and gitconfig.

cd ~/Project/LinuxHelp && ./SetUp.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published