Update README.md
This commit is contained in:
parent
7a0588175d
commit
acfeb9ef21
14
README.md
14
README.md
|
@ -45,15 +45,29 @@ Included is a pywal configuration that changes the color scheme based on a rando
|
||||||
To make it easy for you to get started with my dotfiles, here's a list of recommended next steps.
|
To make it easy for you to get started with my dotfiles, here's a list of recommended next steps.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
# Create a folder for the Download
|
||||||
|
mkdir ml4w-dotfiles
|
||||||
|
|
||||||
|
# cd into the new folder
|
||||||
|
cd ml4w-dotfiles
|
||||||
|
|
||||||
# Clone the repository
|
# Clone the repository
|
||||||
git clone https://gitlab.com/stephan-raabe/dotfiles.git
|
git clone https://gitlab.com/stephan-raabe/dotfiles.git
|
||||||
|
|
||||||
|
# Copy the dotfiles into your home directory
|
||||||
|
cp -r dotfiles ~/
|
||||||
|
|
||||||
|
# cd into your your copy
|
||||||
|
cd ~/dotfiles
|
||||||
|
|
||||||
# Install or update all required packages and install dotfiles
|
# Install or update all required packages and install dotfiles
|
||||||
./1-install.sh
|
./1-install.sh
|
||||||
|
|
||||||
# Install qtile window manager
|
# Install qtile window manager
|
||||||
./2-install-hyprland.sh
|
./2-install-hyprland.sh
|
||||||
|
|
||||||
|
# OR/AND
|
||||||
|
|
||||||
# Install qtile window manager
|
# Install qtile window manager
|
||||||
./2-install-qtile.sh
|
./2-install-qtile.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user