Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/h1tarxeth/dots
These are my dotfiles which i daily drive 🏎️ (hyprland-config)
https://github.com/h1tarxeth/dots
archlinux dotfiles dotfiles-linux gnome hyprland hyprland-config linux linux-desktop neovim-configuration rice shell terminal theme unix unixporn waybar wayland workflow
Last synced: 6 days ago
JSON representation
These are my dotfiles which i daily drive 🏎️ (hyprland-config)
- Host: GitHub
- URL: https://github.com/h1tarxeth/dots
- Owner: h1tarxeth
- Created: 2023-07-05T11:04:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-21T03:56:17.000Z (4 months ago)
- Last Synced: 2025-01-09T13:28:51.583Z (13 days ago)
- Topics: archlinux, dotfiles, dotfiles-linux, gnome, hyprland, hyprland-config, linux, linux-desktop, neovim-configuration, rice, shell, terminal, theme, unix, unixporn, waybar, wayland, workflow
- Language: Prolog
- Homepage:
- Size: 32.8 MB
- Stars: 69
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# My dotfiles
This directory contains the dotfiles for my system
## Requirements
Ensure you have the following installed on your system
### Git
```
pacman -S git stow
```- Arch install with sway as DE is recommended .
- Ensure base-devel and git is installed before proceeding.- Yay
**Important**: Execute the following commands as a regular user, NOT as root!```bash
git clone https://aur.archlinux.org/yay-bin
cd yay-bin
makepkg -si
```### Required Packages
```bash
yay -S hyprland polkit-gnome ffmpeg neovim viewnior rofi \
pavucontrol thunar starship wl-clipboard wf-recorder swaybg \
grimblast-git ffmpegthumbnailer tumbler playerctl \
noise-suppression-for-voice thunar-archive-plugin kitty \
waybar wlogout swaylock sddm-git pamixer \
nwg-look-bin nordic-theme dunst otf-sora \
ttf-nerd-fonts-symbols-common otf-firamono-nerd inter-font \
ttf-fantasque-nerd noto-fonts noto-fonts-emoji ttf-comfortaa \
ttf-jetbrains-mono-nerd ttf-icomoon-feather ttf-iosevka-nerd \
adobe-source-code-pro-fonts brightnessctl hyprpicker light \
brillo
``````
$ git clone https://github.com/h1tarxeth/dotfiles.git
$ cd dotfiles
```then use GNU stow to create symlinks
```
$ stow .
```