Skip to content

Instantly share code, notes, and snippets.

View tanmoy7989's full-sized avatar
🐢

Tanmoy Sanyal tanmoy7989

🐢
View GitHub Profile
@tanmoy7989
tanmoy7989 / setup_my_linux.sh
Last active June 25, 2020 18:08
Installs my most commonly used software, terminal settings etc when setting up a linux box for the first time
#!/bin/bash
# store current dir
curdir=`pwd`
## GIT+GITHUB
# git
sudo apt install git
# generate key for github