Add BSPWM config, clean dont't use configs

This commit is contained in:
Smirnov Olexandr 2021-01-22 11:27:54 +02:00
parent ed62788b9e
commit 246dc34d13
28 changed files with 303 additions and 727 deletions

View file

@ -21,9 +21,17 @@ Since i use **[rcm](https://github.com/thoughtbot/rcm)** set it:
yay -S rcm
~~~
Install deps:
~~~bash
sudo pacman -S neovim tmux git i3wm bspwm sxhkd qtile alacritty picom dunst ranger firefox ttf-font-awesome ttf-jetbrains-mono rofi zsh zathura redshift
yay -S polybar
pip install -U castero
~~~
And install configs:
~~~bash
git clone https://github.com/Smirnov-O/dotfiles .dotfiles
rcup
mv ~/.bin ~/bin
~~~
~~~