This repository has been archived on 2025-03-26. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
dotfiles/README.md
2023-01-22 15:07:42 -05:00

22 lines
586 B
Markdown

# Dotfiles
These are my dotfiles for `hyprland`, `waybar`, `neofetch`, `btop`, `fish`, `kitty`, and `yofi`.
## Prerequisites
`btop`, `fish`, `hyprland` (or `hyprland-nvidia-git` if you are on NVIDIA.), `hyprpaper`, `kitty`, `waybar`, and `yofi`.
To install on arch:
`ame -S btop fish hyprland hyprpaper-git kitty waybar-hyprland-git yofi-bin`
Replace `ame` with the name of your AUR manager, and `hyprland` with `hyprland-nvidia-git` if you are using NVIDIA.
## Installation
```
git clone https://github.com/Henry-Hiles/dotfiles
cd dotfiles
chmod +x install.sh
./install.sh
```