hyprland-dotfiles/README.md
2023-02-18 16:02:06 +00:00

30 lines
729 B
Markdown

# dotfiles
This is my 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 random wallpaper. Just type w in a terminal. See also the .bashrc for more alias definitions.
## Screenshot
![Screenshot1](screenshots/screenshot1.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
```