2023-01-22 17:27:01 +00:00
# dotfiles
2023-02-18 18:37:25 +00:00
This is the personal configuration of my Arch linux based installation. I'm mainly use qtile as my window manager.
2023-01-22 17:27:01 +00:00
2023-02-18 19:15:07 +00:00
Included is a pywal configuration that changes the color scheme based on a randomly selected wallpaper. Just type w in a terminal. See also the .bashrc for more alias definitions.
2023-02-18 16:02:06 +00:00
2023-02-18 15:48:07 +00:00
## Screenshot
2023-01-22 17:27:01 +00:00
2023-02-20 18:24:55 +00:00
![Screenshot4 ](screenshots/screenshot4.png "Screenshot" )
2023-01-22 17:27:01 +00:00
2023-02-18 15:48:07 +00:00
You can find more screenshots in the screenshots folder
2023-01-22 17:27:01 +00:00
2023-02-18 15:48:07 +00:00
## Getting started
2023-01-22 17:27:01 +00:00
2023-02-18 16:02:06 +00:00
To make it easy for you to get started with my dotfiles, here's a list of recommended next steps.
2023-01-22 17:27:01 +00:00
```
2023-02-18 15:48:07 +00:00
# Clone the repository
git clone https://gitlab.com/stephan-raabe/dotfiles.git
2023-01-22 17:27:01 +00:00
2023-02-18 15:48:07 +00:00
# Install all required packages
./1-install.sh
2023-01-22 17:27:01 +00:00
2023-02-18 15:48:07 +00:00
# Install qtile window manager
./2-qtile.sh
2023-01-22 17:27:01 +00:00
2023-02-18 15:48:07 +00:00
```
2023-01-22 17:27:01 +00:00