Dotfiles (or configuration files) for my current linux setup. Should be mostly compatible with most Linux distributions.
The goal is to create a aesthetic, functional setup with as little packages as possible. I definitely prioritize speed and functionality over design, however, creating a beautiful workflow is definitely the goal.
- bspwm - Tiling window manger
- kitty - Terminal emulator
- nvim - vim based text editor
- picom - a compositor for X11
- polybar - Custom status bar creator
- ranger - terminal based file manager
- rofi - fully customizable window switcher
- sxhkd - Keyboard daemon to respond to commands
graph LR
A[SXHKB] --> B(BSPWM)
B --> C(Picom)
B --> D(PolyBar)
B --> E(rofi)
F[kitty] --> G(nvim)
F --> H(ranger)
- install dependencies
sudo pacman -S bspwm kitty nvim picom polybar ranger rofi sxhkd
- clone this repo
git clone https://github/mpgithubcode/dotfiles