Dotfiles of Spaenny, managed with stow
Go to file
2024-07-25 00:34:37 +02:00
git/.config/git update folderstructure to match xdg-ninja 2024-07-24 23:17:03 +02:00
kitty/.config/kitty switch to kitty as terminal emulator 2024-07-24 21:52:26 +02:00
nvim/.config/nvim Fixes #2 add markdown, add auto formatting on save 2024-07-17 19:18:16 +02:00
pipewire/.config/pipewire/pipewire.conf.d add pipewire configuration 2024-07-12 07:27:23 +02:00
plasma/.config switch to kitty as terminal emulator 2024-07-24 21:52:26 +02:00
tmux/.config/tmux update folderstructure 2024-07-24 23:17:51 +02:00
xdg-environments/.config add XDG enviornment 2024-07-24 23:35:58 +02:00
zsh delete zcompdump 2024-07-25 00:34:37 +02:00
.gitignore update .gitignore 2024-07-25 00:32:32 +02:00
README.md Fixes #2 add markdown, add auto formatting on save 2024-07-17 19:18:16 +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 git pipewire fd ripgrep go

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 git pipewire stylua

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.