Add udev rules

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2019-01-21 21:59:01 +01:00
parent 89b38bdb70
commit 2a6d463ddf
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
6 changed files with 26 additions and 5 deletions

View file

@ -17,7 +17,7 @@ The installation is pretty straightforward using a couple of installation script
The list of my used arch packages are found inside the files in `packages`. The files are numbered in the order they are installed, so packages inside `packages.list` are installed first and then packages in `packages2.list` are installed.
The main content of this repository can be found in the `system` folder. It
contains all configurations files, directories and script that are get symlinked
contains all configurations files, directories and scripts that mostly get symlinked
by my install script.
### `.config/dconf`
@ -57,7 +57,13 @@ This file contains my [compton](https://github.com/chjj/compton) configuration.
This file contains my QT4 configuration.
### `bin`
This folder contains a bunch of scripts that I use. Some of them are used by Polybar or i3 and others are used directly and some like `utils.sh` contain functions that I use in other scripts.
This folder contains a bunch of scripts that I use. Some of them are used by
Polybar or i3 and others are used directly and some like `utils.sh` contain
functions that I use in other scripts.
### `udev`
This folder contains my custom udev rules. They are moved to
`/etc/udev/rules.d/` by my installation script.
### `.aliases`
This file contains my aliases that I use on a regular basis. I also use it to replace some standard commands wiht alternatives, like using `exa` instead of `ls`.