Revamp installer and dots

This commit is contained in:
Henry Hiles 2023-01-22 15:05:39 -05:00
commit 34fb8a5fcb
76 changed files with 6240 additions and 2786 deletions

View file

@ -1,11 +1,19 @@
# Dotfiles
These are my dotfiles for neofetch, neovim, zsh, glava, alacritty, and btop.
These are my dotfiles for hyprland, waybar, neofetch, btop, fish, kitty, yofi and neovim.
## 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
sh install.sh
chmod +x install.sh
./install.sh
```