Skip to content

meriadec/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a875543 · Apr 18, 2025
Oct 2, 2024
Apr 13, 2025
Apr 18, 2025
Apr 13, 2025
May 20, 2020
Feb 14, 2025
Aug 22, 2018
Jan 1, 1970
Jul 30, 2018
Oct 22, 2019

Repository files navigation

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.