30 lines
741 B
Markdown
30 lines
741 B
Markdown
# dotfiles
|
|
|
|
This is the personal configuration of my Arch linux based installation. I'm mainly use qtile as my window manager.
|
|
|
|
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.
|
|
|
|
## Screenshot
|
|
|
|
![Screenshot4](screenshots/screenshot4.png "Screenshot")
|
|
|
|
You can find more screenshots in the screenshots folder
|
|
|
|
## Getting started
|
|
|
|
To make it easy for you to get started with my dotfiles, here's a list of recommended next steps.
|
|
|
|
```
|
|
# Clone the repository
|
|
git clone https://gitlab.com/stephan-raabe/dotfiles.git
|
|
|
|
# Install all required packages
|
|
./1-install.sh
|
|
|
|
# Install qtile window manager
|
|
./2-qtile.sh
|
|
|
|
```
|
|
|
|
|