Hyprland-dotfiles/README.md

28 lines
554 B
Markdown
Raw Normal View History

2023-01-22 12:27:01 -05:00
# dotfiles
2023-02-18 10:48:07 -05:00
This is my 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 10:48:07 -05:00
## Screenshot
2023-01-22 12:27:01 -05:00
2023-02-18 10:48:07 -05:00
![Screenshot1](screenshots/screenshot1.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 10:48:07 -05:00
To make it easy for you to get started with GitLab, 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