feat: update screenshots, update Astronvim and readme

This commit is contained in:
d3m0k1d
2026-02-21 23:26:30 +03:00
parent 65fc2c31ff
commit f9ea458185
11 changed files with 85 additions and 27 deletions

View File

@@ -1,21 +1,22 @@
# dots
My personal simple setup for Hyprland on my Arch Linux
My personal simple setup for [Hyprland](https://github.com/hyprwm/Hyprland) on my Arch Linux
## Overview
![Waybar](./docs/sc1.png)
![Terminal + Fastfetch](./docs/sc2.png)
![NeoVim](./docs/sc3.png)
## Core components
- Hyprland
- Waybar
- Wofi
- Hyprlock
- NeoVim + AstroNvim
- Kitty + OhMyZsh
- Hyprshot
- Fastfetch
- Lazygit
- [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.
```shell
@@ -24,5 +25,17 @@ 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.