garrettj403 / rpi-dotfiles

Dotfiles for my Raspberry Pi's

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles for my Raspberry Pis

I have multiple Raspberry Pis. These files help configure them so that they all operate the same way (at least for bash).

I pulled the contents of this directory from all over the internet. I try to refer to the resources that I used whenever I can.

To download:

git clone https://github.com/garrettj403/rpi-dotfiles.git ~/.dotfiles

To install:

sh ~/.dotfiles/link.sh
cat ~/.dotfiles/append-to-bashrc.txt >> ~/.bashrc
source ~/.bashrc

Guides:

Examples:

About

Dotfiles for my Raspberry Pi's


Languages

Language:Python 78.4%Language:Shell 21.6%