dotfiles/README.md
Severin Kaderli aea533cb89
Update README.md
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
2019-08-22 15:11:08 +02:00

30 lines
1.2 KiB
Markdown

# dotfiles
This repository contains all of my configuration files for my current Arch Linux installation and an install script so I can quickly replicate my setup.
While the configurations are based on my preferences and made my dotfiles public so others can see how I solved specific problems or are looking for some inspiration.
![Screenshot](./screenshot.png)
## Installation
The installation is pretty straightforward with the help of the included install script.
1. Clone the repository
2. Run `./install`
3. Reboot the system
## Contents
This repository basically contains every important config file that I need for my Linux setup. The following is just a small part of it.
* zsh
* i3
* Polybar
* Compton
* Alacritty
## Keybindings
| 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 |