Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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 .
```