dotfiles/README.md

26 lines
775 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
2024-07-12 07:27:23 +02:00
`paru -S neovim alacritty plasma-meta zsh fzf stow tmux git pipewire fd ripgrep go`
2024-06-19 00:06:56 +02:00
### Getting started
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
2024-07-12 07:27:23 +02:00
`stow alacritty nvim plasma zsh tmux git pipewire`
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.