Skip to content

ndachj/dotf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

☕ 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.