Skip to content

Commit da509c4

Browse files
committed
version 0.1
1 parent 53fe8a0 commit da509c4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,32 @@ This script is meant for those who are intimidated by installing DWM by themselv
99
Step 1. Download the script
1010

1111
git clone $URL
12+
1213
Step 2. CD into that director
14+
1315
cd dwmricer
16+
1417
Step 3. Use Vim (or another editor) to change the code for your particular distro. This just needs to be done at the top. If you're using Arch, you need not change anything. If you're using Ubuntu, you need to comment out the line that starts sudo pacman, and delete the # sign in front of the line that starts sudo apt install.
18+
1519
Step 4. cd ..
20+
1621
cd ..
22+
1723
Step 5. Now, run the script. DO NOT RUN AS ROOT!
24+
1825
./dwmricer
26+
1927
You will be prompted for your password. You may also be asked to confirm the installation of some software by pressing the y button. Do so.
2028

29+
2130
Step 6. Log out of your current DE or Window Manager.
31+
2232
Step 7. Log into DWM. (There should be a little cog or something on your log in screen to change your current session)
2333

2434
# Things that Could Go Wrong
35+
2536
* My rice of DWM needs Nerd Fonts installed. If you don't have them, you'll need to do so.
37+
2638
* If DWM won't load, chances are it it did not compile correctly, either due to a missing dwm dependency or a permissions issue. Submit an issue and I'll try to help.
2739

2840

0 commit comments

Comments
 (0)