╭─────────────────────────────────────╮ │ _ __ __ __ _ │ │ / |/ /___/ /___ _ ____ / / (_) │ │ / // _ // _ `// __// _ \ / / │ │ /_/|_/ \_,_/ \_,_/ \__//_//_/_/ / │ │ │__/ │ ╰─────────────────────────────────────╯
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.
Text editor or IDE
Window manager
Shell
Terminal emulator
Android emulator
/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
Each folder contains a README
with the requirements, screenshots, instructions and post-installation setup.
Feel free to fork this repository and customize it for your setup. Pull requests for improvements and bug fixes are welcome.
This project is licensed under Apache License, Version 2.0.