dotfiles/README.md
Philipp a830b625a5
add hyprland config
Adds hyprland, hyprpaper, ironbar config
2024-10-11 17:51:48 +02:00

29 lines
1,018 B
Markdown

# Dotfiles from [Spaenny](https://spenny.tf)
> All needed Dotfiles to get my system back to a usable state
## Install
### Requirements
You will need atleast following packages for it to work
`paru -S neovim kitty plasma-meta zsh fzf stow tmux git pipewire fd ripgrep go hyprland hyprpaper ironbar-git swaync`
### Getting started
If you wanna use my zsh config, you have to properly prepare the ZDOTDIR enviornment, for this use the _init-dotfiles_ provided. **CAUTION: This does need root!**
`sudo ./init-dotfiles`
For stow to restore the old state you have to run following command.
`git clone https://git.snrd.eu/Spaenny/dotfiles.git && cd dotfiles`
`stow alacritty nvim plasma zsh tmux git pipewire stylua hyprland`
If you just wanna restore one application config you can do so by executing it via package name.
`stow nvim`
This would just restore the nvim config files.
#### WARNING: This will instantly apply my Dotfiles to your machine, for further information how todo this step by step checkout.