GitXplorerGitXplorer
d

davidh-shell

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
ae7c2e0b76d6ebb79e596b15349834e24d5edf5d

Add various changes over the years

ddjhoese committed 3 years ago
Verified
a35436436f69b4fcc7715d3f6f303ab3abd34b58

Add microk8s and ruby home bin to bashrc

ddjhoese committed 5 years ago
Verified
65f87de63b385b7d25b5988f37432c5c84f9388d

Add git editor stuff to README

ddjhoese committed 5 years ago
Verified
7fe47db81253088c74b7ba79be7fb098f63c95a4

Add git lfs information to README

ddjhoese committed 5 years ago
Verified
48c45962be832c0e4214e32638307865f54f31e7

Add information about git gpg signing to README

ddjhoese committed 5 years ago
Unverified
776ffa913d7c88b470563b61f8921ea5c7d563e0

Fix OSX SSH config bug

ddjhoese committed 5 years ago

README

The README file for this repository.

davidh-shell

Shell environment scripts for my personal account on various machines.

Installation

When setting up on a new machine, the following steps should clone this repository and place scripts and softlinks where they need to be for things to run.

Prerequisites:

  • git
  • bash
  • curl
  1. Clone this repository. Preferred location is ~/repos/git.

  2. Run ./install.sh.

  3. Add the following to your ~/.bashrc:

    export PATH="$HOME/repos/git/davidh-shell/bash/bashrc:$PATH"
  4. Re-source the .bashrc or log out and back in.

Contents

  • vim -> ~/.vim
  • vimrc -> ~/.vimrc
  • bash: ~/.bashrc additions
  • bin: Utility scripts

Other Common Steps

  • Set up git:

    git config --global commit.gpgsign true
    git config --global user.signingkey ABC123
    git config --global user.name "David Hoese"
    git config --global user.name <email>
    git config --global core.editor vim
  • Install git lfs (sudo apt install git-lfs):

    git lfs install