meriadec / dotfiles

Perfect dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Install

make install

Structure

.
├── assets            # static assets
│   ├── fonts
│   └── images
│
├── bin               # user-defined commands (the folder
│                     # is added to $PATH)
│
├── colors            # theme colors
│
├── config            # bunch of configs, including awesome wm config
│   ├── awesome
│   └── ...etc.
│
└── dot               # actually dotfiles.
    ├── gitconfig
    ├── profile
    ├── vimrc
    ├── zshrc
    └── ...etc.

About

Perfect dotfiles


Languages

Language:Shell 49.0%Language:GLSL 22.0%Language:Lua 20.8%Language:Python 5.8%Language:JavaScript 1.2%Language:Vim Snippet 0.8%Language:Makefile 0.4%