Hyprland-dotfiles/README.md

49 lines
1.2 KiB
Markdown
Raw Normal View History

2023-01-22 12:27:01 -05:00
# dotfiles
2023-04-06 08:49:57 -04:00
This is the configuration of my Arch linux based installation.
Window Manager: qtile
Compositor: picom
Terminal: alacritty
Editor: nvim
Prompt: starship
Bar: polybar
Icons: Font Awesome
Menus: Rofi
2023-04-11 04:27:01 -04:00
Colorscheme: pywal (dynamic)
2023-04-06 08:49:57 -04:00
Browser: brave
Filemanager: ranger, Thunar
Screenshots: scrot
2023-04-11 04:27:01 -04:00
Cursor: Bibata Modern Classic
Icons: Tela Circle Orange Dark
Theme: Adapta-Nokto
2023-04-06 08:49:57 -04:00
Virtual Machine: qemu (Windows 11 with looking glass and xrdp)
Please also see the script folder how I setup my system.
Included is a pywal configuration that changes the color scheme based on a randomly selected wallpaper. Just type w in a terminal (or SuperKey + Shift + w). SuperKey + Ctrl + w opens rofi with a list of installed wallpapers for individual selection. 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-04-06 08:49:57 -04:00
![Screenshots](screenshots/screenshot_20230406_2.png "Screenshot")
2023-01-22 12:27:01 -05:00
2023-04-06 08:49:57 -04: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