22 lines
586 B
Markdown
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
|
|
```
|