derdon / dotfiles

Files and directories starting with a dot. They are mainly for me in this repo as a backup, but maybe they'll help other users

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

directory structure for repos:

├── general
│   ├── blog
│   │   ├── category
│   │   ├── drafts
│   │   ├── feeds
│   │   ├── my_theme
│   │   ├── sources
│   │   └── theme
│   ├── dotfiles
│   │   ├── vim
│   │   └── zsh
│   ├── hodgepodge
│   └── euler-solutions
├── go
│   ├── 3rdparty
│   │   ├── pkg
│   │   └── src
│   ├── go
│   │   ├── api
│   │   ├── bin
│   │   ├── doc
│   │   ├── include
│   │   ├── lib
│   │   ├── misc
│   │   ├── pkg
│   │   ├── src
│   │   └── test
│   └── own
│       ├── pkg
│       └── src
└── python
    ├── 3rdparty
    └── own

About

Files and directories starting with a dot. They are mainly for me in this repo as a backup, but maybe they'll help other users


Languages

Language:Vim Script 90.0%Language:Python 9.2%Language:TeX 0.5%Language:Perl 0.2%Language:Shell 0.1%