My dotfiles and configurations
for now i will leave this file as it is (only with the commands with no explanation), if you want to do the same to your dotfiles, simply go to this link
sudo apt install -y git vim neovim spectrwm curl wget neofetch ncmpcpp mpd htop syncthing compton flameshot feh lm-sensors zsh
script for neovim
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'