andreleblanc11 / BSPWM-dotfiles

1 stars 0 forks source link

BSPWM dotfiles


Preview


Photo 1 Photo 2 Photo 3

Notes


Git Hooks

Directories

Download and installation

bspc monitor $YOUR_MONITOR -d  1 2 3 4 5

and removing the lines that execute DualMonitorSetUp.sh (all that is included in the if statement)

i.e.

#
# Dual monitor setup
#
if [ -x $HOME/bin/DualMonitorSetUp.sh ];then
        bash $HOME/bin/DualMonitorSetUp.sh DVI-I-1-1 DVI-I-2-2
    .
    .
    .
fi

# Make correct directories and import git repository
mkdir -p ~/.config && mkdir -p $HOME/bin && git clone https://github.com/andreleblanc11/BSPWM-dotfiles.git

# Copy files to system
cd BSPWM-dotfiles && cp -r configs/* ~/.config/ && cp -r etc/* /etc/ && cp -r bin/* $HOME/bin/

# Copy wallpapers
mkdir -p ~/Pictures/Wallpapers && cp -r Wallpapers/* ~/Pictures/Wallpapers/

# Copy bash/Xorg files
cp xinitrc ~/.xinitrc && cp .bashrc ~/.bashrc && cp .bash_profile ~/.bash_profile

# Install packages
# NOTE: You should cherry-pick the packages you want to install from the package list
pacman -Syu $(cat $CHERRY_PICKED_PACKAGES_IN_FILE)

Inspirations


Dots with PyWal - MarsuPial-King

Application Launcher and config files - JanLeigh

BSPWM layout and config files - n1elsen