My dotfiles for my arch linux setup.
- Application Launcher:
rofi - Bar:
polybar - Compositor:
compton - Colors:
wal - Desktop Manager:
lightDM - Greeter:
flat-plat - Lock:
i3lock - Operating System:
arch linux - Shell
zsh - Terminal Emulator:
urxvt - Text Editor:
neovim - Theme:
adwaita - Window Manager:
i3-gaps
git clone https://github.com/jkozol/dotfilescd dotfiles- Use stow to install
Example:
# Install i3
stow i3
# uninstall i3
stow -D i3