Terminal centric UX for linux https://www.youtube.com/watch?v=5p_BTNArMZ0
sudo pacman -Suy alacritty bspwm dunst nitrogen nvim picom polybar rofi sxhkd zsh xclip
# alternatively use apt for debian based systems
yay rofi-greenclip # wget https://github.com/erebe/greenclip/releases/download/v4.2/greenclip
# oh-my-zsh
# sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
sh -c "$(curl -fsSL https://raw.github.com/kusamaxi/chaos-zsh/master/tools/install.sh)"
# autoenv
curl -#fLo- 'https://raw.githubusercontent.com/hyperupcall/autoenv/master/scripts/install.sh' | sh
cp -r fonts ~/.local/share
cp -r config/* ~/.config # or alternatively use soft linking to keep the repository updated
echo 'source ~/.config/zsh/.zshrc' >> ~/.zshrc