https://github.com/lukasschaefer/linux_dotfiles
Dotfiles for Ubuntu with i3, polybar, vim, urxvt, rofi, zsh and more
https://github.com/lukasschaefer/linux_dotfiles
dotfiles i3wm polybar rofi ubuntu vim zsh
Last synced: about 2 months ago
JSON representation
Dotfiles for Ubuntu with i3, polybar, vim, urxvt, rofi, zsh and more
- Host: GitHub
- URL: https://github.com/lukasschaefer/linux_dotfiles
- Owner: LukasSchaefer
- Created: 2019-12-03T21:30:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-13T21:37:24.000Z (over 1 year ago)
- Last Synced: 2025-09-11T21:11:12.059Z (10 months ago)
- Topics: dotfiles, i3wm, polybar, rofi, ubuntu, vim, zsh
- Language: Python
- Homepage:
- Size: 37.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Linux Dotfiles
This contains my dotfiles for Dell XPS 15 9500 (i7-10750H with GTX-1650 and 1920 x 1200 Display) including config files configuring
- i3
- polybar
- rofi
- XResources
- zsh
- GTK
- vim
- ranger
- keyboard setup (with Chinese)
The i3 and X-resources setup is loosely based on [Manjaro i3](https://manjaro.org/download/community/i3/). Note that this is a community provided edition!
My zsh setup is based on [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh).
Additionally this includes some small scripts based on python, zsh and bash as well as some wallpapers
### Snippet for Backlight script setup
```
# find Identifier with `xrandr --verbose | head`
# set /etc/X11/xorg.conf to
# Section "Device"
# Identifier "0x72"
# Driver "intel"
# Option "Backlight" "intel_backlight"
# EndSection
```