Rename scripts

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2019-03-06 16:53:16 +01:00
parent df6b44e541
commit 410d0b33c6
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
46 changed files with 566 additions and 249 deletions

View file

@ -9,14 +9,16 @@ While the configurations are based on my preferences and made my dotfiles public
The installation is pretty straightforward using a couple of installation scripts.
1. Clone the repository
2. Run `./install.sh`
2. Run `./install`
3. Reboot the system
4. Run `./post-install.sh`
4. Run `./post-install`
## Keybindings
| Keybinding | Use |
| ------------------------------- | ------------------- |
| <kbd>Super</kbd>+<kbd>1-9</kbd> | Switching workspace |
| Keybinding | Description |
| ------------------------------------------------ | -------------------------------- |
| <kbd>Super</kbd>+<kbd>1-9</kbd> | Switching workspace |
| <kbd>Super</kbd>+<kbd>Shift</kbd>+<kbd>1-9</kbd> | Move focused window to workspace |
| <kbd>Super</kbd>+<kbd>G</kbd> | Open game menu |
## Contents
The list of my used arch packages are found inside `packages/packages.list`.
@ -25,6 +27,14 @@ The main content of this repository can be found in the `system` folder. It
contains all configurations files, directories and scripts that mostly get symlinked
by my install script.
### `etc/udev`
This folder contains my custom udev rules. They are moved to
`/etc/udev/rules.d/` by the installation script.
### `etc/sudoers.d`
This folder contains my custom sudoers configuration. They are moved to
`/etc/sudoers.d` by the installation script.
### `.config/autokey`
This folder contains my phrases and scripts for
[AutoKey](https://github.com/autokey/autokey).
@ -32,6 +42,10 @@ This folder contains my phrases and scripts for
### `.config/bat`
This folder contains my configuration for [bat](https://github.com/sharkdp/bat) a replacement for cat.
### `.config/cmus`
This folder contains my [cmus](https://cmus.github.io/)
configuration.
### `.config/compton`
This folder contains my [compton](https://github.com/yshui/compton/releases) configuration.
@ -108,9 +122,5 @@ This file contains my QT4 configuration.
### `.local/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.
### `udev`
This folder contains my custom udev rules. They are moved to
`/etc/udev/rules.d/` by the installation script.
Polybar or i3 and others are used directly and some like `utils` contain
functions that I use in other scripts.