Skip to content

mpgithubcode/dotfiles

Repository files navigation

Dotfiles

Hardware OS

About

Dotfiles (or configuration files) for my current linux setup. Should be mostly compatible with most Linux distributions.

Philosophy

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.

List of Projects

  • 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)

Installation

  • install dependencies sudo pacman -S bspwm kitty nvim picom polybar ranger rofi sxhkd
  • clone this repo git clone https://github/mpgithubcode/dotfiles

About

Configuration Files for my Arch Linux set up

Resources

Stars

Watchers

Forks

Languages