Revamp installer and dots
This commit is contained in:
parent
fc0a7a25ab
commit
34fb8a5fcb
76 changed files with 6240 additions and 2786 deletions
12
README.md
12
README.md
|
@ -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
|
||||
```
|
||||
|
|
Reference in a new issue