Skip to content

My personal i3wm configuration files for a clean, efficient, and minimalist workflow.

License

Notifications You must be signed in to change notification settings

Cyrof/dotfiles-i3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

~/.dotfiles-i3

This repository contains the configuration files for my environment, organised under a single .config/ directory. Each subfolder holds settings for a specific application and includes its own README.md with detailed setup and customisation instructions.

Repository Structure

.
├── .config
│   ├── i3
│   ├── kitty
│   ├── nvim
│   ├── picom
│   ├── polybar
│   └── rofi
├── .gitignore
├── LICENSE
├── README.md
└── .stow-local-ignore

Prerequisites

Install the following packages (example for Arch Linux):

sudo pacman -S i3-gaps kitty neovim picom polybar rofi

Make sure you have GNU Stow Installed for symlinking:

sudo pacman -S stow

Installation

  1. Clone this repo:
    git clone https://github.com/Cyrof/dotfiles-i3.git 
  2. Create or switch to your home .config target:
    cd ~/dotfiles-i3
  3. Symlink the entire .config folder into your $HOME:
    stow -v --target="$HOME" .config
  4. Reload or restart your applications:
    # i3 example
    i3-msg reload

Quick Start

  • i3: Mod + Return opens Kitty, Mod + D opens Rofi.
  • Neovim: Launch via nvim, then run :Lazy sync to install plugins.
  • Polybar: Auto-started with the provided launch.sh script.
  • Picom & Rofi: Automatically loaded by i3 on startup.

Each folder's README.md has full details on customisation, keybindings, and troubleshooting.

About

My personal i3wm configuration files for a clean, efficient, and minimalist workflow.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published