Welcome to the rice field — enjoy my dotfiles 👋
- BSPWM — Tiling window manager
- sxhkd — Hotkey daemon for all shortcuts
- picom — Compositor (transparency, shadows, etc.)
- kitty — Terminal emulator
- Thunar — Lightweight file manager
- Rofi — Application launcher and powermenu
This repo is managed with GNU Stow for easy symlink management.
~/.dotfiles/
├── bash/ # .bashrc
├── bspwm/ # BSPWM window manager config
├── kitty/ # Kitty terminal config
├── libinput/ # Libinput gestures config
├── neofetch/ # Neofetch config
├── nvim/ # Neovim config
├── picom/ # Picom compositor config
├── polybar/ # Polybar config
├── rofi/ # Rofi launcher config
├── screenshots/ # Screenshots for previews (not symlinked)
├── sxhkd/ # Sxhkd hotkey daemon config
├── vim/ # .vimrc
├── xprofile/ # .xprofile
└── README.md # You're reading this!
# Clone the repo
git clone https://github.com/romejs/dotfiles.git ~/.dotfiles
# Enter the dotfiles
cd ~/.dotfiles
# Symlink with stow
stow bspwm sxhkd kitty picom rofi bash nvim neofetch

