these are for Arch, i have no idea what people may use on other distros
pacman -S tree bat fzf fish ripgrep fastfetch kitty lite-xl moreutils xsel onefetch tokei
yay qview zed
cargo install faketty
pacman -S i3-wm i3blocks i3lock i3status
pacman -S ttf-jetbrains-mono-nerd
first id recommend getting LPM
./lpm install base16 autosaveonfocuslost nerdicons selectionhighlight settings widget
pacman -S stow
make sure the dot files are in the HOME directory
~ $ git clone --depth=1 https://github.com/Lusbert/dotfiles
~ $ cd dotfiles
~/dotfiles $ stow .
now this will make symlinks to your HOME directory basically when i run stow in the folder example
example
├── a
├── b
└── c
└── d
it symlinks the directory c and all its files to the HOME directory
├── example
│ ├── a
│ ├── b
│ └── c
│ └── d
├── a -> example/a
├── b -> example/b
├── c -> example/c
│ └── d