Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 452 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 452 Bytes

linuxtools

Steps for setting up a new machine/VM:

(*) sudo apt install net-tools
(*) ifconfig -a (to determine IP address)
(*) add PuTTY entry for this address
(*) $ cat bashrc >> ~/.bashrc
(*) $ cp vimrc ~/.vimrc
(*) update "GIT_CRED" variable in ~/.bashrc
(*) $ source .bashrc
(*) git config --global user.email "[email protected]"
(*) git config --global user.name "Mike Brasher"
(*) $ cp ./bin ~/bin