https://github.com/hamza12700/dotfiles
My dotfiles for Linux and Hyprland
https://github.com/hamza12700/dotfiles
arch-linux awesomewm config dotfiles fish-shell hyprland hyprland-config
Last synced: 2 months ago
JSON representation
My dotfiles for Linux and Hyprland
- Host: GitHub
- URL: https://github.com/hamza12700/dotfiles
- Owner: Hamza12700
- License: mit
- Created: 2023-04-21T13:06:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T14:20:47.000Z (6 months ago)
- Last Synced: 2024-10-29T17:31:00.262Z (6 months ago)
- Topics: arch-linux, awesomewm, config, dotfiles, fish-shell, hyprland, hyprland-config
- Language: Shell
- Homepage:
- Size: 103 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.

## 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 ~/
```