2023-08-31 13:01:03 +00:00
# ML4W dotfiles
2023-01-22 17:27:01 +00:00
2023-10-03 09:37:41 +00:00
This is the configuration of my Arch linux based installation for Hyprland (Wayland) and Qtile (Xorg).
2023-08-31 13:01:03 +00:00
## Common Packages
2023-04-06 12:49:57 +00:00
2023-04-13 19:47:30 +00:00
- Terminal: alacritty
- Editor: nvim
- Prompt: starship
- Icons: Font Awesome
- Menus: Rofi
- Colorscheme: pywal (dynamic)
2023-08-31 13:01:03 +00:00
- Browsers: brave, chromium
2023-10-03 09:37:41 +00:00
- Filemanager: Neutilus, ranger, Thunar
2023-04-13 19:47:30 +00:00
- Cursor: Bibata Modern Classic
2023-10-03 09:37:41 +00:00
- Icons: Kora-Icon-Theme
2023-04-13 19:47:30 +00:00
- Theme: Breeze-dark
- Virtual Machine: qemu (Windows 11 with looking glass and xrdp)
2023-04-06 12:49:57 +00:00
2023-08-31 13:01:03 +00:00
## Hyprland
- Status Bar: waybar
2023-10-03 09:37:41 +00:00
- Screenshots: grim & slurp
- Clipboard Manager: cliphist
- Logout: wlogout
- Screenlock: swaylock-effects
2023-08-31 13:01:03 +00:00
## Qtile
- Compositor: picom
- Status Bar: polybar
- Screenshots: scrot
## Templating
2023-04-06 12:49:57 +00:00
2023-10-03 09:37:41 +00:00
Included is a pywal configuration that changes the color scheme based on a randomly selected wallpaper. With the key binding SuperKey + Shift + w you can change the wallpaper. SuperKey + Ctrl + w opens rofi with a list of installed wallpapers for your individual selection. See also the .bashrc and the key bindings on Hyprland and Qtile for more alias definitions.
2023-02-18 16:02:06 +00:00
2023-04-25 13:39:48 +00:00
## Screenshots & Video
2023-01-22 17:27:01 +00:00
2023-10-04 12:38:42 +00:00
< a href = "https://youtu.be/ELEQh0z3lm8" target = "_blank" > < img src = "screenshots/screenshot-23-1.png" alt = "Click to watch on YouTube" / > < / a >
2023-10-03 09:37:41 +00:00
2023-10-04 12:38:42 +00:00
< a href = "https://youtu.be/ELEQh0z3lm8" target = "_blank" > < img src = "screenshots/screenshot-23-2.png" alt = "Click to watch on YouTube" / > < / a >
2023-10-03 09:37:41 +00:00
2023-10-04 12:38:42 +00:00
< a href = "https://youtu.be/ELEQh0z3lm8" target = "_blank" > < img src = "screenshots/screenshot-23-3.png" alt = "Click to watch on YouTube" / > < / a >
2023-10-03 09:37:41 +00:00
2023-10-04 12:38:42 +00:00
< a href = "https://youtu.be/ELEQh0z3lm8" target = "_blank" > Watch on YouTube< / a >
2023-08-31 16:11:09 +00:00
2023-08-31 16:12:40 +00:00
< b > < a href = "https://gitlab.com/stephan-raabe/dotfiles/-/tree/main/screenshots?ref_type=heads" > You can find more screenshots here.< / a > < / b >
2023-01-22 17:27:01 +00:00
2023-02-18 15:48:07 +00:00
## Getting started
2023-01-22 17:27:01 +00:00
2023-02-18 16:02:06 +00:00
To make it easy for you to get started with my dotfiles, here's a list of recommended next steps.
2023-01-22 17:27:01 +00:00
2023-10-03 09:37:41 +00:00
PLEASE BACKUP YOUR EXISTING .config WITH YOUR DOTFILES BEFORE STARTING THE SCRIPTS.
2023-01-22 17:27:01 +00:00
```
2023-10-03 09:37:41 +00:00
# Make sure that you're in your home directory
cd
2023-09-04 20:20:21 +00:00
# Clone the repository from your home directory
2023-02-18 15:48:07 +00:00
git clone https://gitlab.com/stephan-raabe/dotfiles.git
2023-01-22 17:27:01 +00:00
2023-10-03 09:37:41 +00:00
# Or download the lastest version and unzip into ~/dotfiles folder
2023-09-05 04:31:24 +00:00
# Change into the new dotfiles folder
cd dotfiles
# Install all required packages
2023-02-18 15:48:07 +00:00
./1-install.sh
2023-01-22 17:27:01 +00:00
2023-09-04 20:22:20 +00:00
# Install hyprland window manager
2023-08-31 13:01:03 +00:00
./2-install-hyprland.sh
2023-09-05 04:31:24 +00:00
# OR/AND Install qtile window manager
2023-08-31 13:01:03 +00:00
./2-install-qtile.sh
2023-01-22 17:27:01 +00:00
2023-09-04 20:20:21 +00:00
# Install dotfiles
./3-install-dotfiles.sh
2023-02-18 15:48:07 +00:00
```
2023-10-03 09:37:41 +00:00
Please note that every Arch Linux system is different and I cannot guarantee that everything works fine on your system.
2023-01-22 17:27:01 +00:00