dotfiles/README.md

30 lines
1,018 B
Markdown
Raw Normal View History

2024-06-19 00:11:39 +02:00
# Dotfiles from [Spaenny](https://spenny.tf)
2024-06-19 00:06:56 +02:00
> All needed Dotfiles to get my system back to a usable state
## Install
2024-06-19 00:11:39 +02:00
### Requirements
2024-06-19 00:06:56 +02:00
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`
2024-06-19 00:06:56 +02:00
### 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!**
2024-08-09 03:11:33 +02:00
`sudo ./init-dotfiles`
2024-06-19 00:06:56 +02:00
For stow to restore the old state you have to run following command.
2024-06-19 00:18:02 +02:00
2024-06-19 00:06:56 +02:00
`git clone https://git.snrd.eu/Spaenny/dotfiles.git && cd dotfiles`
2024-06-19 00:11:39 +02:00
`stow alacritty nvim plasma zsh tmux git pipewire stylua hyprland`
2024-06-19 00:06:56 +02:00
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.