mehov / debian-automation

A few scripts to automate most common Debian setups
0 stars 0 forks source link

install git by default #30

Closed mehov closed 7 years ago

mehov commented 7 years ago
apt-get install git-core

also prompt for user.name and user.email

https://www.digitalocean.com/community/tutorials/how-to-install-git-on-debian-8

configure ssh

https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/