Skip to content

400 Software Development


Linux Development Setup

First add a with useradd

Generate an ssh public/private key:

ssh-keygen -t rsa -b 4096 -C "cliftonbartholomew@gmail.com"

Get the public key and paste in github:

cat ~/.ssh/id_rsa.pub

install .dotfiles

git clone git@github.com:cliftonbartholomew/.dotfiles.git 

run setup

yes | .dotfiles/setup.sh

source .bashrc

source .bashrc

register copilot

:Copilot auth

See also