https://github.com/lukelex/dotfiles
My Personal Linux Environment Configurations
https://github.com/lukelex/dotfiles
archlinux desktop-environment dotfiles i3wm linux window-manager
Last synced: 7 months ago
JSON representation
My Personal Linux Environment Configurations
- Host: GitHub
- URL: https://github.com/lukelex/dotfiles
- Owner: lukelex
- Created: 2014-11-07T20:23:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-08-04T12:26:52.000Z (8 months ago)
- Last Synced: 2025-08-04T16:49:23.589Z (8 months ago)
- Topics: archlinux, desktop-environment, dotfiles, i3wm, linux, window-manager
- Language: C
- Homepage:
- Size: 169 MB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
This is a collection of configurations and customizations I've hoarded,
throughout the years, in order to tweak my various desktops into
supporting my preferred workflows.
## Information

* Operating System is [Arch Linux](https://archlinux.org/);
* Window Management is handled by [Hyprland](https://github.com/Airblader/i3);
* Top & Bottom bars are built with [Polybar](https://github.com/polybar/polybar);
* Widgets are built with [Eww](https://github.com/elkowar/eww);
* Notifications are provided by [Wired](https://github.com/Toqozz/wired-notify);
* Window decoration and animations are from [Picom](https://github.com/yshui/picom);
* Wallpapers are by the talented [Byrotek](https://www.patreon.com/byrotek);
* Application Launcher is [rofi](https://github.com/davatorium/rofi);
* Code editing using [NeoVim](https://neovim.io/).
## Installation
Configuration is done through symlinks and relative paths.
```sh
$ git clone git@github.com:lukelex/dotfiles.git
$ cd dotfiles && ./linux/install/all
```