Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hamza12700/dotfiles

My Hyprland dotfiles
https://github.com/hamza12700/dotfiles

arch-linux awesomewm config dotfiles fish-shell hyprland hyprland-config lvim rofi wezterm-config zsh zshrc

Last synced: 28 days ago
JSON representation

My Hyprland dotfiles

Awesome Lists containing this project

README

        

# DotFiles

My Hyprland dotfiles.

![HomeScreen](./screenshots/screenshot.png)

## Setup

- **Window Manager:** [Hyprland](https://hyprland.org/)

- **Shell:** [Fish](https://github.com/fish-shell/fish-shell)

- **Terminal:** [Foot](https://codeberg.org/dnkl/foot)

## Installation

You will need to install `git` and `stow`

Clone the repo and `cd` into the `config` directory

```bash
git clone https://github.com/hamza12700/DotFiles && \
cd DotFiles/config
```

Run `stow` to symlink everything or just select what you want

```bash
stow */ -t ~/
```