Dotfiles of Spaenny, managed with stow
Find a file
2024-06-27 13:10:57 +02:00
alacritty/.config/alacritty First commit 2024-06-19 00:06:56 +02:00
nvim/.config/nvim add cd.. alias 2024-06-27 13:10:57 +02:00
plasma/.config add cd.. alias 2024-06-27 13:10:57 +02:00
tmux add tmux to configuration 2024-06-27 13:10:15 +02:00
zsh add cd.. alias 2024-06-27 13:10:57 +02:00
.gitignore add cd.. alias 2024-06-27 13:10:57 +02:00
README.md add tmux to configuration 2024-06-27 13:10:15 +02:00

Dotfiles from Spaenny

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 alacritty plasma-meta zsh fzf stow tmux

Getting started

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

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.