├── .gitignore ├── .gitmodules ├── LICENSE ├── README.md ├── alacritty └── .config │ └── alacritty │ ├── alacritty.toml │ ├── alacritty.yml │ └── themes │ ├── tokyonight_day.yml │ ├── tokyonight_night.toml │ └── tokyonight_night.yml ├── assets ├── desktop-blank.png ├── desktop-full.png └── desktop-nvim.png ├── clang ├── .clang-format └── .clangd ├── emacs ├── .config │ └── doom │ │ ├── config.el │ │ ├── custom.el │ │ ├── init.el │ │ ├── packages.el │ │ └── snippets │ │ ├── c++-mode │ │ ├──