Wint3rmute / dotfiles

My ~/.config aka my dotfiles

Home Page:https://baczek.me/linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My ~/.config aka my dotfiles

Lunarvim configuration

Last commit Repo size GitHub commit activity (branch)

This repository hosts:

Configuration

Distro Arch Linux
Terminal Wezterm
Font Fira Code + ligatures
Shell Nushell (+ Fish's completions)
Editor LunarVim
Window manager Leftwm
Compositor Picom
Prompt Starship
Launcher Rofi
Multiplexer Zellij
Notifications Dunst
PDF viewer Zathura
System monitor Btop
Aur helper Paru
File manager Thunar
Screenshots Flameshot

... And a bunch of modern CLI utilities.

Theme

The repository contains a unified color theme for:

  • GTK applications
  • Kitty
  • LunarVim (minor tweaks to material.nvim at runtime)
  • Telegram
  • Gitk

My color schema is based on those themes:

Principles

  • Easy on the eyes (subjective)
  • Same background for every window
  • Same background for every popup window
  • One accent color for UI accents and other specific elements

How it looks?

Music

Random stuff

Popups

Colors

Background

  • Background: #263238
  • Popup Background: #37474F

Accents

  • Standard accent: #82AAFF
  • Optional accent: #89DDFF

Other colors

I am using mostly those from here

  • Red: #FF5370
  • Orange: #F78C6C
  • Yellow: #FFCB6B
  • Green: #C3E88D
  • Purple: #C792EA
  • Brown: #C17E70
  • Pink: #F07178
  • Violet: #BB80B3

Deployment

❗ Warning ❗

before you attempt to install anything from this repository, back up your ~/.config and ~/.themes folders as they might get deleted.

I've tested playbook on Arch Linux only, feel free to use it on another distribution at your own risk.

pacman -Syu ansible

git clone https://github.com/Wint3rmute/dotfiles.git ~/.config
cd ~/.config
# Apply the configuration
ansible-playbook ./playbook.yml --ask-become-pass  

# Select material-theme as you GTK theme
lxappearance

# Install LunarVim (not yet automated)
firefox https://www.lunarvim.org/docs/installation

About

My ~/.config aka my dotfiles

https://baczek.me/linux


Languages

Language:CSS 89.0%Language:Lua 6.2%Language:Nushell 3.6%Language:Shell 0.7%Language:Nu 0.4%