Move even more files to .config
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
e0e3ad0135
commit
005c4f29b6
11 changed files with 26 additions and 56 deletions
32
README.md
32
README.md
|
@ -33,6 +33,10 @@ This folder contains my [compton](https://github.com/yshui/compton/releases) con
|
|||
### `.config/cron`
|
||||
This folder contains my crontab file.
|
||||
|
||||
### `.config/custom`
|
||||
This folder contains my configuration files that don't fit in any other
|
||||
directory like `dircolors` and `keyleds`.
|
||||
|
||||
### `.config/dconf`
|
||||
This folder contains my configurations that are stored in dconf by applications. These are getting loaded on boot in `.bash_profile`.
|
||||
|
||||
|
@ -85,7 +89,11 @@ This folder contains my configuration for
|
|||
[vue-cli](https://github.com/vuejs/vue-cli).
|
||||
|
||||
### `.config/wget`
|
||||
This folder contains my configuration for [wget](https://www.gnu.org/software/wget/).
|
||||
This folder contains my configuration for
|
||||
[wget](https://www.gnu.org/software/wget/).
|
||||
|
||||
### `.config/X11`
|
||||
This folder contains my configuration for the X-Server.
|
||||
|
||||
### `.config/Trolltech.conf`
|
||||
This file contains my QT4 configuration.
|
||||
|
@ -103,7 +111,7 @@ This folder contains my custom udev rules. They are moved to
|
|||
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`.
|
||||
|
||||
### `.bash_logout`
|
||||
This file contains code that gets executed when the shell is existed.
|
||||
This file contains code that gets executed when the shell is exited.
|
||||
|
||||
### `.bash_profile`
|
||||
This file contains code that gets executed when a login shell is started.
|
||||
|
@ -111,23 +119,5 @@ This file contains code that gets executed when a login shell is started.
|
|||
### `.bashrc`
|
||||
This file contains code that gets executed when a new shell is started.
|
||||
|
||||
### `.dircolors`
|
||||
This file contains my used color scheme for `ls`.
|
||||
|
||||
### `.env`
|
||||
This file contains my used environment variables.
|
||||
|
||||
### `.keyleds`
|
||||
This file contains the configuration for my keyboard backlight.
|
||||
|
||||
### `.xinitrc`
|
||||
This file is called when a new x-server is started manually. It loads the contents of `.xsetup` and then starts i3.
|
||||
|
||||
### `.xprofile`
|
||||
This file is used by some display managers to load my normal `.bash_profile` file and `.xsetup`.
|
||||
|
||||
### `.Xresources`
|
||||
This file currently contains my color configuration for [Rofi](https://github.com/DaveDavenport/rofi).
|
||||
|
||||
### `.xsetup`
|
||||
This file contains code that I need on start. That's why it's sourced by both `.xinitrc` and `.xprofile`. This way I only need to write this code once.
|
||||
This file contains my used environment variables.
|
Loading…
Add table
Add a link
Reference in a new issue