Shell environment scripts for my personal account on various machines.
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
-
Clone this repository. Preferred location is
~/repos/git
. -
Run
./install.sh
. -
Add the following to your
~/.bashrc
:export PATH="$HOME/repos/git/davidh-shell/bash/bashrc:$PATH"
-
Re-source the
.bashrc
or log out and back in.
-
vim
->~/.vim
-
vimrc
->~/.vimrc
-
bash
:~/.bashrc
additions -
bin
: Utility scripts
-
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