Hyprland-dotfiles/README.md

30 lines
741 B
Markdown
Raw Normal View History

2023-01-22 12:27:01 -05:00
# dotfiles
2023-02-18 13:37:25 -05:00
This is the personal configuration of my Arch linux based installation. I'm mainly use qtile as my window manager.
2023-01-22 12:27:01 -05:00
2023-02-18 14:15:07 -05: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 11:02:06 -05:00
2023-02-18 10:48:07 -05:00
## Screenshot
2023-01-22 12:27:01 -05:00
2023-02-20 13:24:55 -05:00
![Screenshot4](screenshots/screenshot4.png "Screenshot")
2023-01-22 12:27:01 -05:00
2023-02-18 10:48:07 -05:00
You can find more screenshots in the screenshots folder
2023-01-22 12:27:01 -05:00
2023-02-18 10:48:07 -05:00
## Getting started
2023-01-22 12:27:01 -05:00
2023-02-18 11:02:06 -05:00
To make it easy for you to get started with my dotfiles, here's a list of recommended next steps.
2023-01-22 12:27:01 -05:00
```
2023-02-18 10:48:07 -05:00
# Clone the repository
git clone https://gitlab.com/stephan-raabe/dotfiles.git
2023-01-22 12:27:01 -05:00
2023-02-18 10:48:07 -05:00
# Install all required packages
./1-install.sh
2023-01-22 12:27:01 -05:00
2023-02-18 10:48:07 -05:00
# Install qtile window manager
./2-qtile.sh
2023-01-22 12:27:01 -05:00
2023-02-18 10:48:07 -05:00
```
2023-01-22 12:27:01 -05:00