Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hamza12700/dotfiles
- Owner: Hamza12700
- License: mit
- Created: 2023-04-21T13:06:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-13T18:20:13.000Z (7 months ago)
- Last Synced: 2024-04-14T08:51:18.948Z (7 months ago)
- Topics: arch-linux, awesomewm, config, dotfiles, fish-shell, hyprland, hyprland-config, lvim, rofi, wezterm-config, zsh, zshrc
- Language: Rust
- Homepage:
- Size: 76.8 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ~/
```