Skip to content

Latest commit

 

History

History
77 lines (54 loc) · 2.29 KB

README.md

File metadata and controls

77 lines (54 loc) · 2.29 KB

☕ Ndachj's Dotfiles

╭─────────────────────────────────────╮
│    _  __    __            __     _  │
│   / |/ /___/ /___ _ ____ / /    (_) │
│  /    // _  // _ `// __// _ \  / /  │
│ /_/|_/ \_,_/ \_,_/ \__//_//_/_/ /   │
│                             │__/    │
╰─────────────────────────────────────╯

This repository contain a copy of my ☕ dotfiles (configuration files and scripts).

I store my dotfiles using a Git bare repository - no symlinks, no extra tools, and no scripts required. See this blog for more details.

Important

Configurations and scripts in this repository are HIGHLY PERSONALIZED to my own preferences, taste and workflows. Please review them before using.

🔥 Available Configurations

Text editor or IDE

Window manager

Shell

Terminal emulator

Android emulator

📂 File Structure

/home/$USER/
    ├── .config/
    │   ├── alacritty/
    │   │   └── alacritty.toml
    │   ├── bash/
    │   │   ├── .bash_aliases
    │   │   └── .bashrc
    │   ├── nvim/
    │   │   ├── lua/
    │   │   └── init.lua
    │   ├── qtile/
    │   │   ├── scripts/
    │   │   └── config.py
    │   └── zsh/
    │       ├── .p10k.zsh
    │       └── .zshrc
    └── .local/
        └── bin/
            └── scripts

🚀 Usage

Each folder contains a README with the requirements, screenshots, instructions and post-installation setup.

🌐 Contributing

Feel free to fork this repository and customize it for your setup. Pull requests for improvements and bug fixes are welcome.

📌 License

This project is licensed under Apache License, Version 2.0.