From baff4ba6ae720396cd03876eb11bbf6fd0975dba Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv <67942447+aadityadhruv@users.noreply.github.com> Date: Tue, 12 Jul 2022 11:37:48 -0700 Subject: Create README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..f45532b --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# bspwm-dotfiles +My BSPWM + Arch/Void setup config and dotfiles + + +This is the setup I use when running BSPWM on Arch/Void. + +The auto-setup should work to setup the config files. +Zsh setup works, but you need to run it twice since it takes you to the ZSH prompt. + +Currently the script to install the packages are using pacman but to run it on Void (or any other distro) just change the syntax. + + +For Void: + +pacman -S ---> xbps-install + +xorg-server --> xorg -- cgit