hyprland-dotfiles/README.md

77 lines
1.9 KiB
Markdown
Raw Normal View History

2023-08-31 13:01:03 +00:00
# ML4W dotfiles
2023-01-22 17:27:01 +00:00
2023-04-06 12:49:57 +00:00
This is the configuration of my Arch linux based installation.
2023-08-31 13:01:03 +00:00
I'm using the Hyprland (Wayland) and Qtile (Xorg).
## 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-04-13 19:47:30 +00: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 12:49:57 +00:00
2023-08-31 13:01:03 +00:00
## Hyprland
- Status Bar: waybar
- Screenshots: grim
## Qtile
- Compositor: picom
- Status Bar: polybar
- Screenshots: scrot
## Templating
2023-04-06 12:49:57 +00: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 16:02:06 +00:00
2023-04-25 13:39:48 +00:00
## Screenshots & Video
2023-01-22 17:27:01 +00:00
2023-08-31 16:11:09 +00: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 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-08-31 16:17:08 +00:00
# Create a folder for the Download
mkdir ml4w-dotfiles
# cd into the new folder
cd ml4w-dotfiles
2023-02-18 15:48:07 +00:00
# Clone the repository
git clone https://gitlab.com/stephan-raabe/dotfiles.git
2023-01-22 17:27:01 +00:00
2023-08-31 16:17:08 +00:00
# Copy the dotfiles into your home directory
cp -r dotfiles ~/
# cd into your your copy
cd ~/dotfiles
2023-04-13 20:39:33 +00:00
# Install or update all required packages and install dotfiles
2023-02-18 15:48:07 +00:00
./1-install.sh
2023-01-22 17:27:01 +00:00
2023-02-18 15:48:07 +00:00
# Install qtile window manager
2023-08-31 13:01:03 +00:00
./2-install-hyprland.sh
2023-08-31 16:17:08 +00:00
# OR/AND
2023-08-31 13:01:03 +00:00
# Install qtile window manager
./2-install-qtile.sh
2023-01-22 17:27:01 +00:00
2023-02-18 15:48:07 +00:00
```
2023-01-22 17:27:01 +00:00