https://github.com/Andr3xDev/HyprPharch
Dotfiles to my second Arch linux OS
https://github.com/Andr3xDev/HyprPharch
archlinux nvim rice sway
Last synced: 7 months ago
JSON representation
Dotfiles to my second Arch linux OS
- Host: GitHub
- URL: https://github.com/Andr3xDev/HyprPharch
- Owner: Andr3xDev
- License: gpl-3.0
- Created: 2024-11-26T05:01:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-04T00:06:18.000Z (about 1 year ago)
- Last Synced: 2025-01-04T01:18:49.538Z (about 1 year ago)
- Topics: archlinux, nvim, rice, sway
- Language: Lua
- Homepage:
- Size: 82.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
HyprPharch
Andr3x's Hyprland Dotfiles but functional Arch Linux setup with
## About The Project
This configuration is focused on having only the essential visual and practical elements, which are also lightweight and consume the least amount of resources. It has a sober and **minimalist style** that focuses on productivity without sacrificing a clean and calm aesthetic.
## Screenshots
- Overview:

Other images






## Resume
### Aps
This are all basic apps i use
| Categoría | Aplicación |
|----------------------|--------------------|
| **Compositor** | Hyprland |
| **Terminal** | Kitty |
| **Shell** | Zsh |
| **Editor** | Neovim / VScode |
| **Notifications** | Dunst |
| **Menu** | Rofi-wayland |
| **Bar** | Waybar |
| **Calendar** | WORKING|
| **Bluethoot** | Bluetui |
| **Network** | nmtui |
| **Sound control** | Pavucontrol |
### Keyblinds
WORKING
## Getting Started
To obtain this configuration, there are **two options**. The first one is through a script, and the other one is manually, depending on what you want to have in your config.
### Automatic installation
This script will install all the dependencies and packages necessary to copy the complete configuration. Ideal to have an exact version of this configuration.
1. Clone the repo
```sh
git clone https://github.com/Andr3xDev/HyprPharch
```
2. Run the installation script
```sh
cd HyprPharch/script
./install.sh
```
3. Continue the installation, completing what the script asks for
### Manual installation
You can copy the configurations that interest you and also see what package and dependencies you need.
1. Clone the repo.
```sh
git clone https://github.com/Andr3xDev/HyprPharch.git
```
2. Copy target config.
```sh
cd HyprPharch/dots
cp -r ¬/.config/
```
3. Filter and install the packages you need.
```sh
sudo pacman -S --noconfirm --needed hyprland hyprpaper hyprlock hypridle kitty 7zip bluetui brightnessctl btop dunst fastfetch firefox fzf gtk-engine-murrine neovim noto-fonts-cjk nwg-look papirus-icon-theme pavucontrol pipewire pipewire-alsa pipewire-jack pipewire-pulse polkit-gnome python python-gobject rofi-wayland spotify-launcher ttf-firacode-nerd ttf-font-awesome ttf-jetbrains-mono-nerd unzip waybar wireplumber xdg-desktop-portal-hyprland xdg-utils yazi zsh
```
```sh
paru -S --noconfirm --needed bibata-cursor-theme-bin spicetify-cli visual-studio-code-bin
```
4. (OPTIONAL), download Gruvbox Material GTK theme from the sourse, or run the script.
```sh
cd HyprPharch/scripts
./gtk.sh
```
## License
Distributed under the Unlicense License. See `LICENSE` for more information.