| Tool | Package | Source |
|---|---|---|
| WM | awesome-git | AUR |
| Compositor | picom-pijulius-next-git | AUR |
| Bar | polybar | official |
| Launcher | rofi | official |
| Terminal | kitty | official |
| Editor | neovim | official |
| Shell | zsh + oh-my-zsh | official / AUR |
| System Info | fastfetch | official |
| System Monitor | conky | official |
| Display server | Xorg 21.1 | official |
# Official repos
sudo pacman -S conky kitty neovim polybar rofi picom zsh stow xorg-xinit xorg-server
# AUR (requires yay)
yay -S awesome-git oh-my-zsh-gitgit clone https://github.com/redeancola/dotfiles.git ~/dotfiles
cd ~/dotfilesstow awesome conky kitty nvim picom polybar rofi xorg zshThis symlinks each config into the appropriate ~/.config/ or ~/ location.
To unstow:
stow -D awesome conky kitty nvim picom polybar rofi xorg zsh