Skip to content

Instantly share code, notes, and snippets.

View yashprakash13's full-sized avatar
📱
/* ... and everything in between ... */ :)

Yash Prakash yashprakash13

📱
/* ... and everything in between ... */ :)
View GitHub Profile
@yashprakash13
yashprakash13 / .gitignore
Created December 19, 2020 15:24 — forked from GhostofGoes/.gitignore
Basic .gitignore template for Python projects
# Editors
.vscode/
.idea/
# Vagrant
.vagrant/
# Mac/OSX
.DS_Store
# Install R + RStudio on Ubuntu 16.04
sudo apt-key adv –keyserver keyserver.ubuntu.com –recv-keys E084DAB9
# Ubuntu 12.04: precise
# Ubuntu 14.04: trusty
# Ubuntu 16.04: xenial
# Basic format of next line deb https://<my.favorite.cran.mirror>/bin/linux/ubuntu <enter your ubuntu version>/
sudo add-apt-repository 'deb https://ftp.ussg.iu.edu/CRAN/bin/linux/ubuntu xenial/'
sudo apt-get update