This repository contains the configuration files (dotfiles) for my Linux workspace. It is designed for a minimal, keyboard-driven workflow on low-specification hardware, specifically focused on maximizing performance without sacrificing utility.
The name "six-seven" refers to the core philosophy of this environment: a streamlined, functional space where the shell and window manager work in tandem.
- OS: EndeavourOS (Arch-based)
- Window Manager: Hyprland (Wayland)
- Shell: fish
- Terminal: kitty
- Bar: Waybar
- Hardware Target: Intel Celeron N4020 / 8GB RAM
- Resource Efficiency: Every tool is chosen to run comfortably on a dual-core Celeron processor.
- Wayland Native: Utilizing modern protocols for a smoother experience on integrated graphics.
- Keyboard Centric: Designed to minimize mouse usage through custom Hyprland binds and shell aliases.
Hyprland is configured for a balance of aesthetics and speed. Animations are optimized to prevent frame drops on the Intel UHD 600 GPU.
The fish shell provides intelligent autosuggestions and completions out of the box. Combined with kitty, it offers a fast, GPU-accelerated terminal experience that handles text rendering efficiently.
The configurations are organized to be managed via a symlink manager or manual placement into the following directories:
.config/hypr.config/fish.config/kitty.config/waybar
Note: These files are tailored to a specific hardware ID (IdeaPad 3). If you are porting these to different hardware, check the monitor output and scaling settings in the Hyprland config.
- Clone the repository:
git clone https://github.com/oarabilekoore/six-seven.git - Backup your existing configurations.
- Symlink the desired directories to your
~/.configfolder.
Oarabile Koore