Hyprland-dotfiles/README.md

66 lines
1.8 KiB
Markdown
Raw Normal View History

2023-08-31 09:01:03 -04:00
# ML4W dotfiles
2023-01-22 12:27:01 -05:00
2023-04-06 08:49:57 -04:00
This is the configuration of my Arch linux based installation.
2023-08-31 09:01:03 -04:00
I'm using the Hyprland (Wayland) and Qtile (Xorg).
## Common Packages
2023-04-06 08:49:57 -04:00
2023-04-13 15:47:30 -04:00
- Terminal: alacritty
- Editor: nvim
- Prompt: starship
- Icons: Font Awesome
- Menus: Rofi
- Colorscheme: pywal (dynamic)
2023-08-31 09:01:03 -04:00
- Browsers: brave, chromium
2023-04-13 15:47:30 -04:00
- Filemanager: ranger, Thunar
- Cursor: Bibata Modern Classic
- Icons: breeze-dark
- Theme: Breeze-dark
- Virtual Machine: qemu (Windows 11 with looking glass and xrdp)
2023-04-06 08:49:57 -04:00
2023-08-31 09:01:03 -04:00
## Hyprland
- Status Bar: waybar
- Screenshots: grim
## Qtile
- Compositor: picom
- Status Bar: polybar
- Screenshots: scrot
## Templating
2023-04-06 08:49:57 -04:00
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-04-25 09:39:48 -04:00
## Screenshots & Video
2023-01-22 12:27:01 -05:00
2023-08-31 12:11:09 -04:00
<a href="http://www.youtube.com/watch?feature=player_embedded&v=EujO_5KvCCo" target="_blank"><img src="screenshots/hyprland1.png" alt="Click to watch on YouTube" /></a>
<a href="http://www.youtube.com/watch?feature=player_embedded&v=EujO_5KvCCo" target="_blank">Watch on YouTube</a>
2023-08-31 12:12:40 -04: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 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-09-04 16:20:21 -04:00
# Clone the repository from your home directory
2023-02-18 10:48:07 -05:00
git clone https://gitlab.com/stephan-raabe/dotfiles.git
2023-01-22 12:27:01 -05:00
2023-04-13 16:39:33 -04:00
# Install or update all required packages and install dotfiles
2023-02-18 10:48:07 -05:00
./1-install.sh
2023-01-22 12:27:01 -05:00
2023-09-04 16:22:20 -04:00
# Install hyprland window manager
2023-08-31 09:01:03 -04:00
./2-install-hyprland.sh
2023-08-31 12:17:08 -04:00
# OR/AND
2023-08-31 09:01:03 -04:00
# Install qtile window manager
./2-install-qtile.sh
2023-01-22 12:27:01 -05:00
2023-09-04 16:20:21 -04:00
# Install dotfiles
./3-install-dotfiles.sh
2023-02-18 10:48:07 -05:00
```
2023-01-22 12:27:01 -05:00