https://github.com/d3m0k1d/dots
My personal dots
https://github.com/d3m0k1d/dots
archlinux archlinux-dotfiles config configs dots fastfetch hyprland hyrplock neovim nvim rice unixporn waybar zsh
Last synced: 2 days ago
JSON representation
My personal dots
- Host: GitHub
- URL: https://github.com/d3m0k1d/dots
- Owner: d3m0k1d
- License: mit
- Created: 2025-12-24T15:41:07.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2026-05-16T21:05:55.000Z (about 1 month ago)
- Last Synced: 2026-05-16T22:42:00.895Z (about 1 month ago)
- Topics: archlinux, archlinux-dotfiles, config, configs, dots, fastfetch, hyprland, hyrplock, neovim, nvim, rice, unixporn, waybar, zsh
- Language: Lua
- Homepage:
- Size: 29.6 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dots
My personal simple setup for [Hyprland](https://github.com/hyprwm/Hyprland) on my Arch Linux
If you use Hyprland >= 0.55 you can delete .conf global config file because hyprland use on new version lua config file
## Overview


## Core components
- [Hyprland](https://github.com/hyprwm/Hyprland)
- [Waybar](https://github.com/Alexays/Waybar)
- [Wofi](https://github.com/SimplyCEO/wofi)
- [Hyprlock](https://github.com/hyprwm/hyprlock)
- [NeoVim](https://github.com/neovim/neovim) + [AstroNvim](https://github.com/AstroNvim/AstroNvim)
- [Kitty](https://github.com/kovidgoyal/kitty) + [OhMyZsh](https://github.com/ohmyzsh/ohmyzsh)
- [Hyprshot](https://github.com/another-brother/hyprshot)
- [Fastfetch](https://github.com/fastfetch-cli/fastfetch)
- [Lazygit](https://github.com/jesseduffield/lazygit)
- [Eza](https://github.com/eza-community/eza)
## Installation
I write simple makefile, but i dont test on new system. If you encounter any issues while using it, please create an issue on GitHub or contact me via email [contact@d3m0k1d.ru](mailto:contact@d3m0k1d.ru).
```shell
git clone https://github.com/d3m0k1d/dots.git
cd dots
sudo make backup
sudo make install
```
## Aliases
| Alias | Command |
| ----- | ------- |
| `ff` | `fastfetch` |
| `ls` | `eza` |
| `l` | `lazygit` |
| `upd` | `sudo pacman -Syu` |
| `sn` | `shutdown now` |
| `re` | `reboot` |
| `g` | `git push origin master` |
| `n` | `nvim` |
## License
This project is licensed under the MIT License.