returningsam / dippindots

Dotfiles of the future!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DippinDots

These are my personal dotfiles for Linux (Lubuntu). Please feel free to use/modify them as you like!

You should also have your Github SSH keys (id_rsa and id_rsa.pub) in ~/.ssh/ so login-less (SSH) Github access can be setup. You may need to set proper permissions:

chmod 700 ~/.ssh
chmod 644 ~/.ssh/id_rsa.pub
chmod 600 ~/.ssh/id_rsa
chmod 600 ~/.ssh/config

Usage

git clone https://github.com/frnsys/dippindots.git ~/.dippindots
cd ~/.dippindots
./dippindots.sh

Screenshots

11/2016

09/2016

12/2015

About

Dotfiles of the future!


Languages

Language:Shell 52.1%Language:Vim Script 20.7%Language:CSS 16.4%Language:Python 10.8%