An open API service indexing awesome lists of open source software.

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

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
```