Skip to content

JonahMania/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Installation

  1. Clone this repository into your home directory git clone https://github.com/JonahMania/dotfiles
  2. Create symlinks with stow. For example to link vim $ stow vim

Troubleshooting

Can't adjust backlight (permissions error)

  1. Create a new udev rule at /etc/udev/rules.d/backlight.rules with the following content (replace sys path with the correct path to your device)
ACTION=="add", SUBSYSTEM=="backlight", RUN+="/bin/chgrp video /sys/class/backlight/amdgpu_bl1/brightness", RUN+="/bin/chmod g+w /sys/class/backlight/amdgpu_bl1/brightness"
  1. Reboot for changes to take effect
  2. Add yourself to the video group with usermod -a -G video username
  3. Logout and login or reboot for changes to take effect

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published