Configs are created and stored for my personal use.
The shell scripts must work for the most distros. Btw, there's an Install
section down below.
- bspwm as WM
- sxhkd as hotkey deamon
- polybar as status bar
- picom as composite manager
- alacritty as the terminal emulator
- pywal for colorscheme (sometimes)
- bash as the shell
- vim as the main text editor
Firstly, move to the repo directory:
cd Arch_configConfigs installation is pretty simple::
(sudo) ./post-install.sh
./config_setup.shWhere post-install.sh installs all of the packages from packages.dat and also
some python pip modules. config_setup.sh should be used with
caution as it rewrites bspwm, sxhkd, alacritty, and polybar configuration files,
and also may apply pywal colorscheme and wallpaper.
Other dotfiles (except .vimrc) must be moved manually into the user's home
directory (for the sake of safety I didn't add this in the script):
cp -r configs/.*rc $HOME/