meowgorithm / dippindots

Dotfiles of the future!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DippinDots

These are my personal dotfiles for Linux (Ubuntu). 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

To transfer a GPG secret key:

# export
gpg --export-secret-keys <EMAIL> > secret.key

# import
gpg --import secret.key
gpg --edit-ley <EMAIL>
gpg> trust
Your decision? 5 (Ultimate trust)

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 62.9%Language:Vim Script 22.8%Language:Python 10.5%Language:CSS 3.8%